diff options
author | 2004-12-20 15:40:00 +0000 | |
---|---|---|
committer | 2004-12-20 15:40:00 +0000 | |
commit | 2a5f371075e1638bc5ac19c954b1621ec6508f79 (patch) | |
tree | cf502de6d066e731befa61b3b6ae6bec4167b912 | |
parent | convert to mdoc. ok jmc (diff) | |
download | wireguard-openbsd-2a5f371075e1638bc5ac19c954b1621ec6508f79.tar.xz wireguard-openbsd-2a5f371075e1638bc5ac19c954b1621ec6508f79.zip |
these files now allow comments. ok deraadt jmc millert
-rw-r--r-- | share/man/man5/defaultdomain.5 | 8 | ||||
-rw-r--r-- | share/man/man5/myname.5 | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/share/man/man5/defaultdomain.5 b/share/man/man5/defaultdomain.5 index 9db09100622..bb70c74b2ac 100644 --- a/share/man/man5/defaultdomain.5 +++ b/share/man/man5/defaultdomain.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: defaultdomain.5,v 1.1 2004/07/23 17:27:39 jaredy Exp $ +.\" $OpenBSD: defaultdomain.5,v 1.2 2004/12/20 15:40:00 jaredy Exp $ .\" Written by Jared Yanovich .\" This file belongs to the public domain. .Dd July 23, 2004 @@ -18,10 +18,12 @@ at system startup time. It is used to set the YP domain name of the host machine (see .Xr yp 8 ) . .Pp -This file should contain one line consisting of the system domain name, as +This file should contain a single line specifying the system domain name as supplied to .Xr domainname 1 . -It may not contain comments. +Empty lines and lines beginning with +.Sq # +in the file are ignored. .Sh FILES .Bl -tag -width "/etc/defaultdomain" -compact .It Pa /etc/defaultdomain diff --git a/share/man/man5/myname.5 b/share/man/man5/myname.5 index 76cd248af6b..a7d226337f6 100644 --- a/share/man/man5/myname.5 +++ b/share/man/man5/myname.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: myname.5,v 1.1 2003/07/26 07:07:08 jmc Exp $ +.\" $OpenBSD: myname.5,v 1.2 2004/12/20 15:40:00 jaredy Exp $ .\" .\" Copyright (c) 2003 Jason McIntyre <jmc@openbsd.org> .\" @@ -68,7 +68,9 @@ in dotted quad notation is processed after all interfaces have been configured. It will therefore override any DHCP-supplied default route information. .Pp -Neither file may contain comments. +Empty lines and lines beginning with +.Sq # +in either file are ignored. .Sh FILES .Bl -tag -width "/etc/myname" -compact .It Pa /etc/myname |