summaryrefslogtreecommitdiff
path: root/sys/man/2
diff options
context:
space:
mode:
authorAlex Musolino <alex@musolino.id.au>2020-08-25 20:51:38 +0930
committerAlex Musolino <alex@musolino.id.au>2020-08-25 20:51:38 +0930
commit8727bfd9bdc57ffecc1c3fd06031e75abd987579 (patch)
treed5841734ec5ae526ced6e7e675a9156795bc873d /sys/man/2
parent6fe18e7c7b6dd98c6eb7b01ad7c753d42d60fd0f (diff)
getwd(2): add reference to chdir(2) in SEE ALSO section
Diffstat (limited to 'sys/man/2')
-rw-r--r--sys/man/2/getwd1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/man/2/getwd b/sys/man/2/getwd
index ac99719e0..53b2ee37a 100644
--- a/sys/man/2/getwd
+++ b/sys/man/2/getwd
@@ -24,6 +24,7 @@ bytes in the buffer provided.
.B /sys/src/libc/9sys/getwd.c
.SH "SEE ALSO"
.IR pwd (1),
+.IR getwd (2),
.IR fd2path (2)
.SH DIAGNOSTICS
On error, zero is returned.