diff options
author | 2000-01-02 15:48:01 +0000 | |
---|---|---|
committer | 2000-01-02 15:48:01 +0000 | |
commit | b490293bacc8938a88b83850e589bd488ffee7a5 (patch) | |
tree | b0f09e6ca77c7d28076126a6c834ed9adbd77c7e | |
parent | compare correct version for 1.3 compat mode (diff) | |
download | wireguard-openbsd-b490293bacc8938a88b83850e589bd488ffee7a5.tar.xz wireguard-openbsd-b490293bacc8938a88b83850e589bd488ffee7a5.zip |
fix so we don't loose words in the formatting; thanks aaron@ for the explanation
-rw-r--r-- | share/man/man5/hostname.if.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/hostname.if.5 b/share/man/man5/hostname.if.5 index 3b005603e7c..1e76c7a83ed 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.8 2000/01/02 06:34:30 itojun Exp $ +.\" $OpenBSD: hostname.if.5,v 1.9 2000/01/02 15:48:01 todd Exp $ .\" $NetBSD: hosts.5,v 1.4 1994/11/30 19:31:20 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -63,13 +63,13 @@ files. .Pp Regular ipv4 network setup: .Bd -literal -offset xxxx -.Va addr_family Va [ alias ] Va addr Va netmask Va broadcast_addr Va options +.Va addr_family [ alias ] addr netmask broadcast_addr options .Li dest Va dest_addr .Ed .Pp Regular ipv6 network setup: .Bd -literal -offset xxxx -.Va addr_family Va [ alias ] Va addr Va prefixlen Va options +.Va addr_family [ alias ] addr prefixlen options .Ed .Pp Other network setup: |