]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/getservent.3
rename.2: SEE ALSO: add rename(1)
[thirdparty/man-pages.git] / man3 / getservent.3
index eb64e18ce1f5862e7fc9da95f1e466dfffcbdaad..c09c6eecfef864992afafabb2ce7d121eba5b6a1 100644 (file)
@@ -31,7 +31,7 @@
 .\" Modified Mon Apr 22 01:50:54 1996 by Martin Schulze <joey@infodrom.north.de>
 .\" 2001-07-25 added a clause about NULL proto (Martin Michlmayr or David N. Welton)
 .\"
-.TH GETSERVENT 3  2016-10-08 "GNU" "Linux Programmer's Manual"
+.TH GETSERVENT 3  2017-09-15 "GNU" "Linux Programmer's Manual"
 .SH NAME
 getservent, getservbyname, getservbyport, setservent, endservent \-
 get service entry
@@ -112,16 +112,16 @@ The
 structure is defined in
 .I <netdb.h>
 as follows:
-.sp
+.PP
 .in +4n
-.nf
+.EX
 struct servent {
     char  *s_name;       /* official service name */
     char **s_aliases;    /* alias list */
     int    s_port;       /* port number */
     char  *s_proto;      /* protocol to use */
 }
-.fi
+.EE
 .in
 .PP
 The members of the
@@ -193,7 +193,7 @@ MT-Unsafe race:servent
 locale
 T}
 .TE
-
+.sp 1
 In the above table,
 .I servent
 in