summaryrefslogtreecommitdiff
path: root/usr.bin/readlink
diff options
context:
space:
mode:
authorKlemens Nanni <kn@cvs.openbsd.org>2021-10-13 15:04:54 +0000
committerKlemens Nanni <kn@cvs.openbsd.org>2021-10-13 15:04:54 +0000
commit08802b73d28cfa0635bcd603b2f3ecbe86cf6b0b (patch)
tree77a6f3271138ebaa49497118e816cb6f1970b5bf /usr.bin/readlink
parent01ba3e0eb97cea4f7a04ee28e143a6b8e7b36092 (diff)
Provide realpath(1)
A tiny realpath(3) wrapper to make a porter's life easier. Feedback kettenis deraadt cheloha sthen OK cheloha martijn deraadt
Diffstat (limited to 'usr.bin/readlink')
-rw-r--r--usr.bin/readlink/readlink.15
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/readlink/readlink.1 b/usr.bin/readlink/readlink.1
index 68076637956..fefa73795fc 100644
--- a/usr.bin/readlink/readlink.1
+++ b/usr.bin/readlink/readlink.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: readlink.1,v 1.13 2010/09/03 11:09:29 jmc Exp $
+.\" $OpenBSD: readlink.1,v 1.14 2021/10/13 15:04:53 kn Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -30,7 +30,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: September 3 2010 $
+.Dd $Mdocdate: October 13 2021 $
.Dt READLINK 1
.Os
.Sh NAME
@@ -70,6 +70,7 @@ Do not print a trailing newline character.
.Sh EXIT STATUS
.Ex -std readlink
.Sh SEE ALSO
+.Xr realpath 1 ,
.Xr readlink 2 ,
.Xr realpath 3
.Sh HISTORY