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