diff options
author | aaron <> | 1999-05-10 17:56:29 +0000 |
---|---|---|
committer | aaron <> | 1999-05-10 17:56:29 +0000 |
commit | 8fac8bd593ddef51bb74c1793bf51d0f2896f47c (patch) | |
tree | 9d2fb8105e147f450051213941b70c282c326c55 /src/lib/libc/net/link_addr.3 | |
parent | 70c467211290751b1863ec14977acaae93b73b53 (diff) | |
download | openbsd-8fac8bd593ddef51bb74c1793bf51d0f2896f47c.tar.gz openbsd-8fac8bd593ddef51bb74c1793bf51d0f2896f47c.tar.bz2 openbsd-8fac8bd593ddef51bb74c1793bf51d0f2896f47c.zip |
correct some Xr's which referred to the wrong man page sections
Diffstat (limited to 'src/lib/libc/net/link_addr.3')
-rw-r--r-- | src/lib/libc/net/link_addr.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libc/net/link_addr.3 b/src/lib/libc/net/link_addr.3 index eb6c952177..7be9920cd5 100644 --- a/src/lib/libc/net/link_addr.3 +++ b/src/lib/libc/net/link_addr.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: link_addr.3,v 1.2 1996/08/19 08:29:25 tholo Exp $ | 1 | .\" $OpenBSD: link_addr.3,v 1.3 1999/05/10 17:56:29 aaron Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1993 | 3 | .\" Copyright (c) 1993 |
4 | .\" The Regents of the University of California. All rights reserved. | 4 | .\" The Regents of the University of California. All rights reserved. |
@@ -75,7 +75,7 @@ may contain | |||
75 | an optional network interface identifier of the form | 75 | an optional network interface identifier of the form |
76 | .Dq "name unit-number" , | 76 | .Dq "name unit-number" , |
77 | suitable for the first argument to | 77 | suitable for the first argument to |
78 | .Xr ifconfig 4 , | 78 | .Xr ifconfig 8 , |
79 | followed in all cases by a colon and | 79 | followed in all cases by a colon and |
80 | an interface address in the form of | 80 | an interface address in the form of |
81 | groups of hexadecimal digits | 81 | groups of hexadecimal digits |
@@ -102,6 +102,7 @@ has no return value. | |||
102 | .Sx BUGS . ) | 102 | .Sx BUGS . ) |
103 | .Sh SEE ALSO | 103 | .Sh SEE ALSO |
104 | .Xr iso 4 , | 104 | .Xr iso 4 , |
105 | .Xr ifconfig 8 | ||
105 | .Sh HISTORY | 106 | .Sh HISTORY |
106 | The | 107 | The |
107 | .Fn link_addr | 108 | .Fn link_addr |