summaryrefslogtreecommitdiff
path: root/usr.bin/xinstall
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2010-09-29 07:44:58 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2010-09-29 07:44:58 +0000
commit18c92fc2ba01e7464165f7c02fc5f8293a01f3c3 (patch)
treefaae964424026b841a6c49d080a14bda723340e8 /usr.bin/xinstall
parent65f9632b4ba1bbfe0de5347d964c4c6640fe1c0f (diff)
various EXIT STATUS fixes; from Daniel Dickman
Diffstat (limited to 'usr.bin/xinstall')
-rw-r--r--usr.bin/xinstall/install.19
1 files changed, 4 insertions, 5 deletions
diff --git a/usr.bin/xinstall/install.1 b/usr.bin/xinstall/install.1
index e292d2a3fc8..1a6f7039492 100644
--- a/usr.bin/xinstall/install.1
+++ b/usr.bin/xinstall/install.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: install.1,v 1.24 2009/03/16 22:48:18 sobrado Exp $
+.\" $OpenBSD: install.1,v 1.25 2010/09/29 07:44:57 jmc Exp $
.\" $NetBSD: install.1,v 1.4 1994/11/14 04:57:17 jtc Exp $
.\"
.\" Copyright (c) 1987, 1990, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)install.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: March 16 2009 $
+.Dd $Mdocdate: September 29 2010 $
.Dt INSTALL 1
.Os
.Sh NAME
@@ -166,9 +166,6 @@ utility attempts to prevent moving a file onto itself.
Installing
.Pa /dev/null
creates an empty file.
-.Pp
-Upon successful completion a value of 0 is returned.
-Otherwise, a value \*(Gt0 is returned.
.Sh ENVIRONMENT
.Bl -tag -width "STRIP"
.It Ev STRIP
@@ -194,6 +191,8 @@ where XXXXXXXXXX is decided by
.Xr mkstemp 3 ,
are created in the target directory.
.El
+.Sh EXIT STATUS
+.Ex -std install
.Sh SEE ALSO
.Xr chflags 1 ,
.Xr chgrp 1 ,