OSDN Git Service

(split) LDP man-pages の original/ を v3.29 に更新。
[linuxjm/LDP_man-pages.git] / original / man3 / getservent_r.3
index e87e6c7..98c265f 100644 (file)
@@ -21,7 +21,7 @@
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
 .\"
-.TH GETSERVENT_R 3  2008-08-19 "GNU" "Linux Programmer's Manual"
+.TH GETSERVENT_R 3  2010-09-10 "GNU" "Linux Programmer's Manual"
 .SH NAME
 getservent_r, getservbyname_r, getservbyport_r \- get
 service entry (reentrant)
@@ -50,7 +50,9 @@ Feature Test Macro Requirements for glibc (see
 .BR getservent_r (),
 .BR getservbyname_r (),
 .BR getservbyport_r ():
+.RS 4
 _BSD_SOURCE || _SVID_SOURCE
+.RE
 .ad b
 .SH DESCRIPTION
 The
@@ -102,7 +104,7 @@ otherwise,
 is set to NULL.
 .SH "RETURN VALUE"
 On success, these functions return 0.
-On error, a positive error number is returned.
+On error, they return one of the positive error numbers listed in errors.
 
 On error, record not found
 .RB ( getservbyname_r (),