From: sin Date: Mon, 12 Jan 2015 17:10:45 +0000 (+0000) Subject: Update assocs section in manpage X-Git-Tag: v1.0~92^2~95 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=ad76a7be57dfa5eecf192594e49711335a20ac84;p=nnn.git Update assocs section in manpage --- diff --git a/noice.1 b/noice.1 index 34ac05dd..70eb697d 100644 --- 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