Update assocs section in manpage

This commit is contained in:
sin 2015-01-12 17:10:45 +00:00
parent 57642a9410
commit ad76a7be57

View file

@ -93,7 +93,7 @@ struct assoc assocs[] = {
{ "\\.(html|svg)$", "firefox" }, { "\\.(html|svg)$", "firefox" },
{ "\\.pdf$", "mupdf" }, { "\\.pdf$", "mupdf" },
{ "\\.sh$", "sh" }, { "\\.sh$", "sh" },
{ ".*", "less" }, { ".", "less" },
}; };
.Ed .Ed
.Sh KNOWN ISSUES .Sh KNOWN ISSUES