diff options
Diffstat (limited to 'usr/src/man/man3c')
-rw-r--r-- | usr/src/man/man3c/byteorder.3c | 4 | ||||
-rw-r--r-- | usr/src/man/man3c/memset_s.3c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/man/man3c/byteorder.3c b/usr/src/man/man3c/byteorder.3c index 16de6b983e..86207a01ce 100644 --- a/usr/src/man/man3c/byteorder.3c +++ b/usr/src/man/man3c/byteorder.3c @@ -75,12 +75,12 @@ These functions are most often used in conjunction with Internet addresses and ports as returned by .Xr gethostent 3NSL and -.Xr getservent 3NSL . +.Xr getservent 3SOCKET . .Sh MT-LEVEL .Sy Safe .Sh SEE ALSO .Xr inet.h 3HEAD , .Xr gethostent 3NSL , -.Xr getservent 3NSL , +.Xr getservent 3SOCKET , .Xr attributes 5 , .Xr byteorder 5 diff --git a/usr/src/man/man3c/memset_s.3c b/usr/src/man/man3c/memset_s.3c index 9da92ff927..8eb2bb5292 100644 --- a/usr/src/man/man3c/memset_s.3c +++ b/usr/src/man/man3c/memset_s.3c @@ -96,7 +96,7 @@ Otherwise, a non-zero value is returned. .Sy Safe .Sh SEE ALSO .Xr memset 3C , -.Xr set_constraint_handler 3C +.Xr set_constraint_handler_s 3C .Sh STANDARDS The .Fn memset_s |