diff options
author | 2014-12-31 13:56:37 +0000 | |
---|---|---|
committer | 2014-12-31 13:56:37 +0000 | |
commit | bc985c784523b08faf10c6dca9b73c1c2d70e576 (patch) | |
tree | 94e858564c5e1f9b02d4c056844d43fb484c11a6 /share/man/man5 | |
parent | Implement sending syslog messages over TCP streams. (diff) | |
download | wireguard-openbsd-bc985c784523b08faf10c6dca9b73c1c2d70e576.tar.xz wireguard-openbsd-bc985c784523b08faf10c6dca9b73c1c2d70e576.zip |
Use the first host of the documentation ranges for both address
families. ok jmc@ schwarze@ bluhm@
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/myname.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man5/myname.5 b/share/man/man5/myname.5 index f39f432e6dc..d2f1843ca88 100644 --- a/share/man/man5/myname.5 +++ b/share/man/man5/myname.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: myname.5,v 1.6 2007/05/31 19:19:58 jmc Exp $ +.\" $OpenBSD: myname.5,v 1.7 2014/12/31 13:56:37 lum Exp $ .\" .\" Copyright (c) 2003 Jason McIntyre <jmc@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: December 31 2014 $ .Dt MYNAME 5 .Os .Sh NAME @@ -64,9 +64,9 @@ If does not exist, no default gateway is added to the routing tables. The file may contain gateway addresses for both IPv4 and IPv6 networks: in dotted quad notation for v4 -.Pq e.g. 192.0.2.0 +.Pq e.g. 192.0.2.1 or in colon notation for v6 -.Pq e.g. 2001:1234:5678::1 . +.Pq e.g. 2001:db8::1 . Each address must be specified on a separate line. If more than one address of a specific family is found, only the first is used \- all other addresses of that family are ignored. |