OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man3 / getservent_r.3
index cfa7a2a..553f12f 100644 (file)
@@ -187,7 +187,7 @@ main(int argc, char *argv[])
 
     port = htons(atoi(argv[1]));
     protop = (strcmp(argv[2], "null") == 0 ||
-             strcmp(argv[2], "NULL") == 0) ?  NULL : argv[2];
+              strcmp(argv[2], "NULL") == 0) ?  NULL : argv[2];
 
     buflen = 1024;
     if (argc > 3)
@@ -241,3 +241,12 @@ main(int argc, char *argv[])
 .SH SEE ALSO
 .BR getservent (3),
 .BR services (5)
+.SH COLOPHON
+This page is part of release 3.79 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.