summaryrefslogtreecommitdiffstats
path: root/usr.bin/readlink
diff options
context:
space:
mode:
authorsobrado <sobrado@openbsd.org>2009-01-04 11:19:55 +0000
committersobrado <sobrado@openbsd.org>2009-01-04 11:19:55 +0000
commit49378797c9cc70776e3c112786ac95dbb2028f92 (patch)
tree9e3be134ab915cc7b0716d0823055095b7b33e59 /usr.bin/readlink
parentAdd support for CS5535 IDE adapted from the gcscide code in NetBSD (diff)
downloadwireguard-openbsd-49378797c9cc70776e3c112786ac95dbb2028f92.tar.xz
wireguard-openbsd-49378797c9cc70776e3c112786ac95dbb2028f92.zip
replace hardcoded exit values with .Ex macros;
ok jmc@
Diffstat (limited to 'usr.bin/readlink')
-rw-r--r--usr.bin/readlink/readlink.18
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.bin/readlink/readlink.1 b/usr.bin/readlink/readlink.1
index 171ff288c09..daf244336be 100644
--- a/usr.bin/readlink/readlink.1
+++ b/usr.bin/readlink/readlink.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: readlink.1,v 1.11 2007/05/31 19:20:15 jmc Exp $
+.\" $OpenBSD: readlink.1,v 1.12 2009/01/04 11:19:55 sobrado 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: May 31 2007 $
+.Dd $Mdocdate: January 4 2009 $
.Dt READLINK 1
.Os
.Sh NAME
@@ -68,9 +68,7 @@ The argument does not need to be a symbolic link.
Do not print a trailing newline character.
.El
.Pp
-The
-.Nm
-utility exits 0 on success or >0 if an error occurred.
+.Ex -std readlink
.Sh SEE ALSO
.Xr readlink 2 ,
.Xr realpath 3