diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-01-10 03:28:36 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-01-10 03:28:36 +0000 |
commit | 8bfe85b8b9b2bb99f043668dc6aef37083880e82 (patch) | |
tree | 36e6ac6fa050a904ac343ee7c3b8e513d8570c48 /share/man | |
parent | 2eba8cbe550a134643b24a8b62acc4ea6459ee86 (diff) |
dest should be on a seperate line
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/hostname.if.5 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man5/hostname.if.5 b/share/man/man5/hostname.if.5 index 68ed5adf7ba..980efcc90aa 100644 --- a/share/man/man5/hostname.if.5 +++ b/share/man/man5/hostname.if.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hostname.if.5,v 1.16 2000/01/10 03:10:50 deraadt Exp $ +.\" $OpenBSD: hostname.if.5,v 1.17 2000/01/10 03:28:35 deraadt Exp $ .\" $NetBSD: hosts.5,v 1.4 1994/11/30 19:31:20 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -124,10 +124,12 @@ The optional broadcast address for the interface, i.e., .It Va options Optional miscellaneous options to set on the interface, i.e., .Dq media 100baseTX mediaopt full-duplex . -.It Li Va dest +.It Li dest If the interface needs a destination address address set, this is the literal text .Dq dest . +As shown in the example, this declaration should start on a seperate +line. .It Va dest_addr The destination address to be set on the interface, such as 190.191.192.2. |