]> Sergey Matveev's repositories - nnn.git/commitdiff
Update assocs section in manpage
authorsin <sin@2f30.org>
Mon, 12 Jan 2015 17:10:45 +0000 (17:10 +0000)
committersin <sin@2f30.org>
Mon, 12 Jan 2015 17:12:58 +0000 (17:12 +0000)
noice.1

diff --git a/noice.1 b/noice.1
index 34ac05dd109233479563caeca368d6746f831a44..70eb697de0898aebc6fe8761ff446c1834c80727 100644 (file)
--- a/noice.1
+++ b/noice.1
@@ -88,12 +88,12 @@ The following example shows one possible configuration for
 file associations which is also the default:
 .Bd -literal
 struct assoc assocs[] = {
-        { "\\.(avi|mp4|mkv|mp3|ogg|flac)$", "mplayer" },
-        { "\\.(png|jpg|gif)$", "feh" },
-        { "\\.(html|svg)$", "firefox" },
-        { "\\.pdf$", "mupdf" },
-        { "\\.sh$", "sh" },
-        { ".*", "less" },
+       { "\\.(avi|mp4|mkv|mp3|ogg|flac)$", "mplayer" },
+       { "\\.(png|jpg|gif)$", "feh" },
+       { "\\.(html|svg)$", "firefox" },
+       { "\\.pdf$", "mupdf" },
+       { "\\.sh$", "sh" },
+       { ".", "less" },
 };
 .Ed
 .Sh KNOWN ISSUES