diff options
author | mike <mike@FreeBSD.org> | 2002-04-29 17:04:23 +0000 |
---|---|---|
committer | mike <mike@FreeBSD.org> | 2002-04-29 17:04:23 +0000 |
commit | 4b357afc34178dac80f3629dde23513e1a5bc0a4 (patch) | |
tree | 603bed8c6a5b645f0abbc4021beca04c99a4a34d /share | |
parent | 70b7e322533fcafe131ee3c12e591829a27d710b (diff) | |
download | FreeBSD-src-4b357afc34178dac80f3629dde23513e1a5bc0a4.zip FreeBSD-src-4b357afc34178dac80f3629dde23513e1a5bc0a4.tar.gz |
Add links for bswap16.9, bswap32.9, and bswap64.9.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index f668011..2d7add9 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -108,6 +108,9 @@ MLINKS+=atomic.9 atomic_subtract.9 MLINKS+=atomic.9 atomic_store.9 MLINKS+=at_exit.9 rm_at_exit.9 MLINKS+=at_fork.9 rm_at_fork.9 +MLINKS+=byteorder.9 bswap16.9 +MLINKS+=byteorder.9 bswap32.9 +MLINKS+=byteorder.9 bswap64.9 MLINKS+=byteorder.9 be16toh.9 MLINKS+=byteorder.9 be32toh.9 MLINKS+=byteorder.9 be64toh.9 |