diff options
| author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2017-08-25 11:47:18 +0000 |
|---|---|---|
| committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2017-08-25 11:47:18 +0000 |
| commit | 7ea43bde3158af4cd2e4bf46023f931bf0f29b4d (patch) | |
| tree | 7a66e47a5e0b1cb7521344945666b1eda68f0f7b /usr/src/man/man5/byteorder.5 | |
| parent | 959bbe4636373bd4e9a18ac470476803cc2087d0 (diff) | |
| parent | b31ca922c7346747131aed07c0c171ec2f573aac (diff) | |
| download | illumos-joyent-7ea43bde3158af4cd2e4bf46023f931bf0f29b4d.tar.gz | |
[illumos-gate merge]
commit b31ca922c7346747131aed07c0c171ec2f573aac
8566 Man pages contain cross-reference errata
Diffstat (limited to 'usr/src/man/man5/byteorder.5')
| -rw-r--r-- | usr/src/man/man5/byteorder.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/man/man5/byteorder.5 b/usr/src/man/man5/byteorder.5 index 8e091f5f3d..4b33ac411b 100644 --- a/usr/src/man/man5/byteorder.5 +++ b/usr/src/man/man5/byteorder.5 @@ -202,7 +202,7 @@ check the byte order and convert it appropriately. The system provides two different sets of functions to convert values between big-endian and little-endian. They are defined in -.Xr byteorder 3C +.Xr byteorder 3SOCKET and .Xr endian 3C . .Pp @@ -235,7 +235,7 @@ The second family of functions, provide a means to convert between the host's byte order and big-endian and little-endian specifically. While these functions are similar to those in -.Xr byteorder 3C , +.Xr byteorder 3SOCKET , they more explicitly cover different data conversions. Like them, these functions operate on either 16-bit, 32-bit, or 64-bit values. When converting from big-endian, to the host's endianness, the functions @@ -254,7 +254,7 @@ to little-endian respectively. These functions are not standardized and the header they appear in varies between the BSDs and GNU/Linux. Applications that wish to be portable, shoulda instead use the -.Xr byteorder 3C +.Xr byteorder 3SOCKET functions. .Pp All of these functions in both families simply return their input when |
