aboutsummaryrefslogtreecommitdiff
path: root/man/man3/getwd.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/getwd.3')
-rw-r--r--man/man3/getwd.39
1 files changed, 1 insertions, 8 deletions
diff --git a/man/man3/getwd.3 b/man/man3/getwd.3
index 6b053fda..d9aa02b1 100644
--- a/man/man3/getwd.3
+++ b/man/man3/getwd.3
@@ -21,17 +21,10 @@ places no more than
.I size
bytes in the buffer provided.
.SH SOURCE
-.B /usr/local/plan9/src/libc/9sys/getwd.c
+.B /usr/local/plan9/src/lib9/getwd.c
.SH "SEE ALSO"
.IR pwd (1),
-.IR fd2path (3)
.SH DIAGNOSTICS
On error, zero is returned.
.IR Errstr (3)
may be consulted for more information.
-.SH BUGS
-Although the name returned by
-.I getwd
-is guaranteed to be the path used to reach the directory,
-if the name space has changed underfoot, the name may be
-incorrect.