getwd(2): add reference to chdir(2) in SEE ALSO section

This commit is contained in:
Alex Musolino 2020-08-25 20:51:38 +09:30
parent 6fe18e7c7b
commit 8727bfd9bd

View file

@ -24,6 +24,7 @@ bytes in the buffer provided.
.B /sys/src/libc/9sys/getwd.c .B /sys/src/libc/9sys/getwd.c
.SH "SEE ALSO" .SH "SEE ALSO"
.IR pwd (1), .IR pwd (1),
.IR getwd (2),
.IR fd2path (2) .IR fd2path (2)
.SH DIAGNOSTICS .SH DIAGNOSTICS
On error, zero is returned. On error, zero is returned.