aboutsummaryrefslogtreecommitdiffstats
path: root/man/man3/getpwnam.3
diff options
Diffstat (limited to 'man/man3/getpwnam.3')
-rw-r--r--man/man3/getpwnam.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man3/getpwnam.3 b/man/man3/getpwnam.3
index 5c35711f8d..f02b028af0 100644
--- a/man/man3/getpwnam.3
+++ b/man/man3/getpwnam.3
@@ -17,12 +17,12 @@ Standard C library
.BI "struct passwd *getpwnam(const char *" name );
.BI "struct passwd *getpwuid(uid_t " uid );
.P
-.BI "int getpwnam_r(size_t " size ;
+.BR "int getpwnam_r(" "size_t size;"
.BI " const char *restrict " name ", \
struct passwd *restrict " pwd ,
.BI " char " buf "[restrict " size "], size_t " size ,
.BI " struct passwd **restrict " result );
-.BI "int getpwuid_r(size_t " size ;
+.BR "int getpwuid_r(" "size_t size;"
.BI " uid_t " uid ", struct passwd *restrict " pwd ,
.BI " char " buf "[restrict " size "], size_t " size ,
.BI " struct passwd **restrict " result );