diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-03-09 17:45:23 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-03-09 17:45:23 +0000 |
| commit | b76cc0f8310d89cf8ff55cfa695f65ee4bf6874b (patch) | |
| tree | 280207dfc412577ca138461b67316eff6ee49052 /lib | |
| parent | 0572cd894a7fcea6e8e73afc4c54a5f9da651bf9 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/gen/getcwd.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/getcwd.3 b/lib/libc/gen/getcwd.3 index b66aa1c398139..8740a75986a0e 100644 --- a/lib/libc/gen/getcwd.3 +++ b/lib/libc/gen/getcwd.3 @@ -38,7 +38,7 @@ .Nm getcwd .Nd get working directory pathname .Sh SYNOPSIS -.Fd #include <stdio.h> +.Fd #include <unistd.h> .Ft char * .Fn getcwd "char *buf" "size_t size" .Ft char * |
