diff options
author | 2017-07-13 19:16:33 +0000 | |
---|---|---|
committer | 2017-07-13 19:16:33 +0000 | |
commit | 17f5af5748de3aafc36ac8cd3673742c887d835e (patch) | |
tree | 15d532010599a101ea522861538a6c27428ee998 /share/man/man5/myname.5 | |
parent | kill a prototype for a nonexisting function; ok mpi@ (diff) | |
download | wireguard-openbsd-17f5af5748de3aafc36ac8cd3673742c887d835e.tar.xz wireguard-openbsd-17f5af5748de3aafc36ac8cd3673742c887d835e.zip |
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 'share/man/man5/myname.5')
-rw-r--r-- | share/man/man5/myname.5 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/share/man/man5/myname.5 b/share/man/man5/myname.5 index 80d31444205..6234c637a14 100644 --- a/share/man/man5/myname.5 +++ b/share/man/man5/myname.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: myname.5,v 1.8 2017/04/24 20:50:42 rpe Exp $ +.\" $OpenBSD: myname.5,v 1.9 2017/07/13 19:16:33 jmc Exp $ .\" .\" Copyright (c) 2003 Jason McIntyre <jmc@openbsd.org> .\" @@ -14,15 +14,12 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: April 24 2017 $ +.Dd $Mdocdate: July 13 2017 $ .Dt MYNAME 5 .Os .Sh NAME .Nm myname , mygate .Nd default hostname and gateway -.Sh SYNOPSIS -.Nm /etc/myname -.Nm /etc/mygate .Sh DESCRIPTION The .Nm myname |