summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorotto <otto@openbsd.org>2005-04-03 18:59:15 +0000
committerotto <otto@openbsd.org>2005-04-03 18:59:15 +0000
commit1abe53650f14100ce0af9d03607560f0c0abd28a (patch)
tree1f01fd699cc3274e38dc64013770d9052728e95d /lib/libc/stdlib
parentremove readlink stuff; same as otto diff (diff)
downloadwireguard-openbsd-1abe53650f14100ce0af9d03607560f0c0abd28a.tar.xz
wireguard-openbsd-1abe53650f14100ce0af9d03607560f0c0abd28a.zip
Xr readlink(1). ok jmc@
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/realpath.33
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