diff options
Diffstat (limited to 'usr/src/man/man3socket/getprotobyname.3socket')
-rw-r--r-- | usr/src/man/man3socket/getprotobyname.3socket | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/usr/src/man/man3socket/getprotobyname.3socket b/usr/src/man/man3socket/getprotobyname.3socket index bfaac47db5..0cf1786aad 100644 --- a/usr/src/man/man3socket/getprotobyname.3socket +++ b/usr/src/man/man3socket/getprotobyname.3socket @@ -1,6 +1,6 @@ '\" te .\" Copyright (c) 1983 Regents of the University of California. All rights reserved. The Berkeley software License Agreement specifies the terms and conditions for redistribution. Copyright 1989 AT&T Copyright (c) 2000, Sun Microsystems, Inc. All Rights Reserved. -.TH getprotobyname 3SOCKET "5 Apr 2004" "SunOS 5.11" "Sockets Library Functions" +.TH GETPROTOBYNAME 3SOCKET "Apr 5, 2004" .SH NAME getprotobyname, getprotobyname_r, getprotobynumber, getprotobynumber_r, getprotoent, getprotoent_r, setprotoent, endprotoent \- get protocol entry @@ -156,12 +156,10 @@ The \fBgetprotobyname_r()\fR, \fBgetprotobynumber_r()\fR, and \fBgetprotoent_r()\fR functions will fail if: .sp .ne 2 -.mk .na \fB\fBERANGE\fR\fR .ad .RS 10n -.rt The length of the buffer supplied by the caller is not large enough to store the result. .RE @@ -181,13 +179,12 @@ See \fBattributes\fR(5) for descriptions of the following attributes: .sp .TS -tab() box; -cw(2.75i) |cw(2.75i) -lw(2.75i) |lw(2.75i) -. -ATTRIBUTE TYPEATTRIBUTE VALUE +box; +c | c +l | l . +ATTRIBUTE TYPE ATTRIBUTE VALUE _ -MT-LevelSee \fBNOTES\fR below. +MT-Level See \fBNOTES\fR below. .TE .SH SEE ALSO |