diff options
author | Eric Jackson <ericj@cvs.openbsd.org> | 2000-06-03 23:13:20 +0000 |
---|---|---|
committer | Eric Jackson <ericj@cvs.openbsd.org> | 2000-06-03 23:13:20 +0000 |
commit | ccaf0aef8bde065fe32227fed30123db946f423c (patch) | |
tree | 39dd0c4fe41a70c1b025641b24cd49002075d63c /usr.bin/xinstall/install.1 | |
parent | 47561bf40394383aabd5d0557e73a2910dff2085 (diff) |
correct documented return value
Diffstat (limited to 'usr.bin/xinstall/install.1')
-rw-r--r-- | usr.bin/xinstall/install.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/xinstall/install.1 b/usr.bin/xinstall/install.1 index bfc15fd627a..a1739ed64db 100644 --- a/usr.bin/xinstall/install.1 +++ b/usr.bin/xinstall/install.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: install.1,v 1.12 2000/03/23 21:39:56 aaron Exp $ +.\" $OpenBSD: install.1,v 1.13 2000/06/03 23:13:19 ericj Exp $ .\" $NetBSD: install.1,v 1.4 1994/11/14 04:57:17 jtc Exp $ .\" .\" Copyright (c) 1987, 1990, 1993 @@ -175,7 +175,7 @@ Installing creates an empty file. .Pp Upon successful completion a value of 0 is returned. -Otherwise, a value of 1 is returned. +Otherwise, a value >0 is returned. .Sh FILES .Bl -tag -width INS@XXXXXX -compact .It Pa INS@XXXXXX |