aboutsummaryrefslogtreecommitdiffstats
path: root/man3/setnetgrent.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/setnetgrent.3')
-rw-r--r--man3/setnetgrent.310
1 files changed, 5 insertions, 5 deletions
diff --git a/man3/setnetgrent.3 b/man3/setnetgrent.3
index 03a8bfe662..353e903126 100644
--- a/man3/setnetgrent.3
+++ b/man3/setnetgrent.3
@@ -14,16 +14,16 @@ handle network group entries
.SH SYNOPSIS
.nf
.B #include <netdb.h>
-
+.PP
.BI "int setnetgrent(const char *" netgroup );
-
+.PP
.B "void endnetgrent(void);"
-
+.PP
.BI "int getnetgrent(char **" host ", char **" user ", char **" domain );
-
+.PP
.BI "int getnetgrent_r(char **" host ", char **" user ","
.BI " char **" domain ", char *" buf ", size_t " buflen );
-
+.PP
.BI "int innetgr(const char *" netgroup ", const char *" host ","
.BI " const char *" user ", const char *" domain );
.fi