mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 16:49:40 +00:00
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:
parent
149c72305b
commit
0bf85f4f7e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=115212
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user