Просмотр исходного кода

Update assocs section in manpage

master
sin 10 лет назад
Родитель
Сommit
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


Загрузка…
Отмена
Сохранить