summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-05-21 17:32:55 +0000
committerru <ru@FreeBSD.org>2003-05-21 17:32:55 +0000
commitfeaf41d5146ab18396776da87b759152baed30f3 (patch)
tree49ff725a6f22676361e892dd17bf31670fe62076 /share
parent19a496805555c7b2d6df9ebc2a5a6acaa00e90db (diff)
downloadFreeBSD-src-feaf41d5146ab18396776da87b759152baed30f3.zip
FreeBSD-src-feaf41d5146ab18396776da87b759152baed30f3.tar.gz
Fixed the whatis(1) entry for this manpage by using only
one short description (.Nd). Submitted by: sheldonh Added bswap*() functions to the NAME section. Approved by: re (blanket)
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/byteorder.98
1 files changed, 3 insertions, 5 deletions
diff --git a/share/man/man9/byteorder.9 b/share/man/man9/byteorder.9
index f225f96..f47f609 100644
--- a/share/man/man9/byteorder.9
+++ b/share/man/man9/byteorder.9
@@ -28,14 +28,12 @@
.Dt BYTEORDER 9
.Os
.Sh NAME
+.Nm bswap16 , bswap32 , bswap64 ,
.Nm be16toh , be32toh , be64toh , htobe16 , htobe32 , htobe64 ,
-.Nm htole16 , htole32 , htole64 , le16toh , le32toh , le64toh
-.Nd convert values between big endian, little endian, and host byte order
-.\" XXX the following breaks whatis(1)
-.Pp
+.Nm htole16 , htole32 , htole64 , le16toh , le32toh , le64toh ,
.Nm be16enc , be16dec , be32enc , be32dec , be64enc , be64dec ,
.Nm le16enc , le16dec , le32enc , le32dec , le64enc , le64dec
-.Nd encode and decode big or little endian values to and from byte strings
+.Nd byte order operations
.Sh SYNOPSIS
.In sys/endian.h
.Ft uint16_t
OpenPOWER on IntegriCloud