commit 1aa26defa1c2021c89b1138756cf63bb099e7909
parent 6d258086f25fdba0f0d2c3e99fbf29051a01f95a
Author: jmc <jmc>
Date: Thu, 13 Jul 2017 19:16:33 +0000
man pages with pseudo synopses which list filenames end up creating very ugly output in man -k; after some discussion with ingo, we feel the simplest fix is to remove such SYNOPSIS sections: the info is hardly helpful at page top, is contained already in FILES, and there are sufficiently few that just zapping them is simple;
ok schwarze, who also helpfully ran things through a build to check
output;
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/doas.conf.5 b/doas.conf.5
@@ -118,6 +118,11 @@ as a result, comments may not be extended over multiple lines.
If quotes or backslashes are used in a word,
it isn't considered a keyword.
.El
+.Sh FILES
+.Bl -tag -width "/etc/doas.conf"
+.It Pa /etc/doas.conf
+Doas configuration file.
+.El
.Sh EXAMPLES
The following example permits user aja to install packages
from a preferred mirror;