diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-07-13 19:16:34 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-07-13 19:16:34 +0000 |
commit | 0d2450ccc2137fb27eaeb766158dede223b02031 (patch) | |
tree | 9238ffaf833c01fba1363a73c84a99020acede1d /usr.bin/doas | |
parent | d4fafdc3c86674663548df3b30d47d1a8a887a0e (diff) |
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 (limited to 'usr.bin/doas')
-rw-r--r-- | usr.bin/doas/doas.conf.5 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/usr.bin/doas/doas.conf.5 b/usr.bin/doas/doas.conf.5 index 27d98ae9f10..ace24834ccd 100644 --- a/usr.bin/doas/doas.conf.5 +++ b/usr.bin/doas/doas.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: doas.conf.5,v 1.32 2017/03/20 14:35:06 tedu Exp $ +.\" $OpenBSD: doas.conf.5,v 1.33 2017/07/13 19:16:33 jmc Exp $ .\" .\"Copyright (c) 2015 Ted Unangst <tedu@openbsd.org> .\" @@ -13,14 +13,12 @@ .\"WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN .\"ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\"OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.Dd $Mdocdate: March 20 2017 $ +.Dd $Mdocdate: July 13 2017 $ .Dt DOAS.CONF 5 .Os .Sh NAME .Nm doas.conf .Nd doas configuration file -.Sh SYNOPSIS -.Nm /etc/doas.conf .Sh DESCRIPTION The .Xr doas 1 @@ -120,6 +118,11 @@ as a result, comments may not be extended over multiple lines. If quotes or backslashes are used in a word, it is not 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; |