diff options
author | Yuri Pankov <yuri.pankov@nexenta.com> | 2018-08-03 21:34:10 +0300 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2018-08-06 19:38:36 +0000 |
commit | cc581a18c90036f3cc09e518f22af9b2f11b2a8d (patch) | |
tree | 45cb4d3dbb1afc1f1f182daef02bffebd624ea13 /usr/src/man/man3c/endian.3c | |
parent | 8cd3131235b232e4d63be3cf95ce9be87907e74f (diff) | |
download | illumos-joyent-cc581a18c90036f3cc09e518f22af9b2f11b2a8d.tar.gz |
9701 byteorder functions are in libc for a long time
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Peter Tribble <peter.tribble@gmail.com>
Reviewed by: Igor Kozhukhov <igor@dilos.org>
Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/man/man3c/endian.3c')
-rw-r--r-- | usr/src/man/man3c/endian.3c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/man/man3c/endian.3c b/usr/src/man/man3c/endian.3c index 658d47ba58..65c07323bb 100644 --- a/usr/src/man/man3c/endian.3c +++ b/usr/src/man/man3c/endian.3c @@ -11,7 +11,7 @@ .\" .\" Copyright 2016 Joyent, Inc. .\" -.Dd January 30, 2016 +.Dd August 2, 2018 .Dt ENDIAN 3C .Os .Sh NAME @@ -177,7 +177,7 @@ To better support extant software, both are provided. While these functions are common across multiple platforms, they have not been standardized. Portable applications should instead use the functions defined in -.Xr byteorder 3SOCKET . +.Xr byteorder 3C . .Sh RETURN VALUES The functions always succeed and return a value that has been properly converted. @@ -186,7 +186,7 @@ converted. .Sh MT-LEVEL .Sy MT-Safe .Sh SEE ALSO +.Xr byteorder 3C , .Xr endian.h 3HEAD , -.Xr byteorder 3SOCKET , .Xr attributes 5 , .Xr byteorder 5 |