diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2005-04-03 18:59:16 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2005-04-03 18:59:16 +0000 |
commit | f91a00f1a418ca6e17b5b7ffb4b70e44ab9aef32 (patch) | |
tree | 63a49aa81aafffc85bea0e32813fb31a151fce41 /lib | |
parent | 0b78822b002035fa1799f5b1c781b1af407d59a4 (diff) |
Xr readlink(1). ok jmc@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/stdlib/realpath.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdlib/realpath.3 b/lib/libc/stdlib/realpath.3 index 4fc04907acd..e1e0b106054 100644 --- a/lib/libc/stdlib/realpath.3 +++ b/lib/libc/stdlib/realpath.3 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: realpath.3,v 1.12 2005/03/30 07:33:57 otto Exp $ +.\" $OpenBSD: realpath.3,v 1.13 2005/04/03 18:59:15 otto Exp $ .\" .Dd February 16, 1994 .Dt REALPATH 3 @@ -96,6 +96,7 @@ for any of the errors specified for the library functions and .Xr getcwd 3 . .Sh SEE ALSO +.Xr readlink 1 , .Xr getcwd 3 .Sh HISTORY The |