diff options
Diffstat (limited to 'man/man3/getcwd.3')
-rw-r--r-- | man/man3/getcwd.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man3/getcwd.3 b/man/man3/getcwd.3 index 1ca682e0b2..4346db386d 100644 --- a/man/man3/getcwd.3 +++ b/man/man3/getcwd.3 @@ -13,7 +13,7 @@ Standard C library .nf .B #include <unistd.h> .P -.BI "char *getcwd(size_t " size ; +.BR "char *getcwd(" "size_t size;" .BI " char " buf [ size "], size_t " size ); .B "char *get_current_dir_name(void);" .P |