aboutsummaryrefslogtreecommitdiffstats
path: root/man/man3/setnetgrent.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/setnetgrent.3')
-rw-r--r--man/man3/setnetgrent.35
1 files changed, 3 insertions, 2 deletions
diff --git a/man/man3/setnetgrent.3 b/man/man3/setnetgrent.3
index 88b24cbca0..3f5921e7b0 100644
--- a/man/man3/setnetgrent.3
+++ b/man/man3/setnetgrent.3
@@ -22,9 +22,10 @@ Standard C library
.P
.BI "int getnetgrent(char **restrict " host ,
.BI " char **restrict " user ", char **restrict " domain );
-.BI "int getnetgrent_r(char **restrict " host ,
+.BI "int getnetgrent_r(size_t " size ;
+.BI " char **restrict " host ,
.BI " char **restrict " user ", char **restrict " domain ,
-.BI " char " buf "[restrict ." size "], size_t " size );
+.BI " char " buf "[restrict " size "], size_t " size );
.P
.BI "int innetgr(const char *" netgroup ", const char *" host ,
.BI " const char *" user ", const char *" domain );