diff options
author | 2000-06-03 23:13:19 +0000 | |
---|---|---|
committer | 2000-06-03 23:13:19 +0000 | |
commit | 7fa0879d4df25ba20b8898784bfdffb33428fff5 (patch) | |
tree | c672c830bd40b5012166c80815ac01a0fd3c7b2a | |
parent | Set SIGCHLD to SIG_DFL not SIG_IGN to prevent "perl -w" from (diff) | |
download | wireguard-openbsd-7fa0879d4df25ba20b8898784bfdffb33428fff5.tar.xz wireguard-openbsd-7fa0879d4df25ba20b8898784bfdffb33428fff5.zip |
correct documented return value
-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 |