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)
This commit is contained in:
Ruslan Ermilov 2003-05-21 17:32:55 +00:00
parent 149c72305b
commit 0bf85f4f7e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=115212

View File

@ -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