diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-07-15 07:53:42 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-07-15 07:53:42 +0000 |
| commit | 7ebcc426efefea9cd16ac6f565e72030c608f7a4 (patch) | |
| tree | d6c008b8ae357e7c4c800baa477713b82a6ee2f2 /lib/libc/net/ns.3 | |
| parent | d087ad9cc9c9a047e48ac7d97861bd67e56c4085 (diff) | |
Notes
Diffstat (limited to 'lib/libc/net/ns.3')
| -rw-r--r-- | lib/libc/net/ns.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/net/ns.3 b/lib/libc/net/ns.3 index 4d545e3993af..e8cc2ec209d0 100644 --- a/lib/libc/net/ns.3 +++ b/lib/libc/net/ns.3 @@ -46,7 +46,7 @@ address conversion routines .Sh SYNOPSIS .Fd #include <sys/types.h> .Fd #include <netns/ns.h> -.Ft struct ns_addr +.Ft struct ns_addr .Fn ns_addr "char *cp" .Ft char * .Fn ns_ntoa "struct ns_addr ns" @@ -70,7 +70,7 @@ notation in common use in the Xerox Development Environment: .Ed .Pp Trailing zero fields are suppressed, and each number is printed in hexadecimal, -in a format suitable for input to +in a format suitable for input to .Fn ns_addr . Any fields lacking super-decimal digits will have a trailing @@ -121,7 +121,7 @@ The .Fn ns_addr and .Fn ns_toa -functions appeared in +functions appeared in .Bx 4.3 . .Sh BUGS The string returned by |
