aboutsummaryrefslogtreecommitdiffstats
path: root/man/man3/getpwent_r.3
diff options
Diffstat (limited to 'man/man3/getpwent_r.3')
-rw-r--r--man/man3/getpwent_r.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man3/getpwent_r.3 b/man/man3/getpwent_r.3
index e58a675080..8c4c41b825 100644
--- a/man/man3/getpwent_r.3
+++ b/man/man3/getpwent_r.3
@@ -13,11 +13,11 @@ Standard C library
.nf
.B #include <pwd.h>
.P
-.BI "int getpwent_r(size_t " size ;
+.BR "int getpwent_r(" "size_t size;"
.BI " struct passwd *restrict " pwbuf ,
.BI " char " buf "[restrict " size "], size_t " size ,
.BI " struct passwd **restrict " pwbufp );
-.BI "int fgetpwent_r(size_t " size ;
+.BR "int fgetpwent_r(" "size_t size;"
.BI " FILE *restrict " stream ", struct passwd *restrict " pwbuf ,
.BI " char " buf "[restrict " size "], size_t " size ,
.BI " struct passwd **restrict " pwbufp );