summaryrefslogtreecommitdiffstats
path: root/usr.bin/env
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2010-09-29 07:44:56 +0000
committerjmc <jmc@openbsd.org>2010-09-29 07:44:56 +0000
commit11c0d3b36ebe042e030186464fe070558774c256 (patch)
tree7e4fb12e10528a1773c1fd658d7d58ebd065df02 /usr.bin/env
parentFix a unfinished comment and add another one for tcp_update_(snd|rcv)space(). (diff)
downloadwireguard-openbsd-11c0d3b36ebe042e030186464fe070558774c256.tar.xz
wireguard-openbsd-11c0d3b36ebe042e030186464fe070558774c256.zip
various EXIT STATUS fixes; from Daniel Dickman
Diffstat (limited to 'usr.bin/env')
-rw-r--r--usr.bin/env/env.19
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.bin/env/env.1 b/usr.bin/env/env.1
index 58f149d2915..55cc707279c 100644
--- a/usr.bin/env/env.1
+++ b/usr.bin/env/env.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: env.1,v 1.17 2009/02/08 17:15:09 jmc Exp $
+.\" $OpenBSD: env.1,v 1.18 2010/09/29 07:44:56 jmc Exp $
.\" Copyright (c) 1980, 1990 The Regents of the University of California.
.\" All rights reserved.
.\"
@@ -30,7 +30,7 @@
.\"
.\" from: @(#)printenv.1 6.7 (Berkeley) 7/28/91
.\"
-.Dd $Mdocdate: February 8 2009 $
+.Dd $Mdocdate: September 29 2010 $
.Dt ENV 1
.Os
.Sh NAME
@@ -76,9 +76,10 @@ prints out the names and values
of the variables in the environment, with one
.Ar name Ns = Ns Ar value
pair per line.
-.Sh DIAGNOSTICS
+.Sh EXIT STATUS
+The
.Nm
-exits with one of the following values:
+utility exits with one of the following values:
.Bl -tag -width Ds
.It 0
.Ar utility