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/libipx | |
| parent | d087ad9cc9c9a047e48ac7d97861bd67e56c4085 (diff) | |
Notes
Diffstat (limited to 'lib/libipx')
| -rw-r--r-- | lib/libipx/ipx.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libipx/ipx.3 b/lib/libipx/ipx.3 index bec7649307c9b..93e21e266b047 100644 --- a/lib/libipx/ipx.3 +++ b/lib/libipx/ipx.3 @@ -43,7 +43,7 @@ .Sh SYNOPSIS .Fd #include <sys/types.h> .Fd #include <netipx/ipx.h> -.Ft struct ipx_addr +.Ft struct ipx_addr .Fn ipx_addr "const char *cp" .Ft char * .Fn ipx_ntoa "struct ipx_addr ipx" @@ -67,7 +67,7 @@ notation in common use: .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 ipx_addr . Any fields lacking super-decimal digits will have a trailing @@ -116,7 +116,7 @@ The precursor .Fn ns_addr and .Fn ns_toa -functions appeared in +functions appeared in .Bx 4.3 . .Sh BUGS The string returned by |
