瀏覽代碼

Update assocs section in manpage

master
sin 9 年之前
父節點
當前提交
ad76a7be57
共有 1 個檔案被更改,包括 6 行新增6 行删除
  1. +6
    -6
      noice.1

+ 6
- 6
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


Loading…
取消
儲存