1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00

Fix readlink(1) self-reference.

This commit is contained in:
Jonas 'Sortie' Termansen 2016-10-01 21:29:30 +02:00
parent 0e32284417
commit 48c60fd3a2

View file

@ -31,6 +31,6 @@ Do not append a newline.
.Nm
will exit with 0 on success and non-zero otherwise.
.Sh SEE ALSO
.Xr readlink 1 ,
.Xr realpath 1 ,
.Xr readlink 3 ,
.Xr realpath 3