diff options
author | sin <sin@2f30.org> | 2015-01-12 17:10:45 +0000 |
---|---|---|
committer | sin <sin@2f30.org> | 2015-01-12 17:12:58 +0000 |
commit | ad76a7be57dfa5eecf192594e49711335a20ac84 (patch) | |
tree | e606258c73e53c4aada5e9cc3f31249b96c8879d | |
parent | 57642a941010cc523808631bb1ef3c31f7de04ae (diff) | |
download | nnn-ad76a7be57dfa5eecf192594e49711335a20ac84.tar.gz |
Update assocs section in manpage
-rw-r--r-- | noice.1 | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 |