diff options
author | phantom <phantom@FreeBSD.org> | 2000-04-22 16:01:01 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2000-04-22 16:01:01 +0000 |
commit | 3119f0b561c53a2ff7b5b29d8adf596bfec0d3b7 (patch) | |
tree | 9a88129700f698f67cfdf8c9484fe6e7926ccadc | |
parent | c50941738786a4350d31e13fc7a7b22798773573 (diff) | |
download | FreeBSD-src-3119f0b561c53a2ff7b5b29d8adf596bfec0d3b7.zip FreeBSD-src-3119f0b561c53a2ff7b5b29d8adf596bfec0d3b7.tar.gz |
Introduce .Lb macro to libipx library manpage
-rw-r--r-- | lib/libipx/ipx.3 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libipx/ipx.3 b/lib/libipx/ipx.3 index c005a4d..04fbe9a 100644 --- a/lib/libipx/ipx.3 +++ b/lib/libipx/ipx.3 @@ -38,6 +38,8 @@ .Nm ipx_addr , .Nm ipx_ntoa .Nd IPX address conversion routines +.Sh LIBRARY +.Lb libipx .Sh SYNOPSIS .Fd #include <sys/types.h> .Fd #include <netipx/ipx.h> |