commit ad76a7be57dfa5eecf192594e49711335a20ac84
parent 57642a941010cc523808631bb1ef3c31f7de04ae
Author: sin <sin@2f30.org>
Date: Mon, 12 Jan 2015 17:10:45 +0000
Update assocs section in manpage
Diffstat:
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git 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