diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-03 13:14:56 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-03 13:14:56 +0000 |
commit | 9b0b3dec4534bee5b38c5cf3ff5569cbba5f303b (patch) | |
tree | 2df63f9425a430bb75c478166b8a69ad85c31393 /usr.bin | |
parent | 70e478ac35135aba05018ee81f3fe20921ccd723 (diff) |
add EXIT STATUS (these two were hiding...);
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/printenv/printenv.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/printenv/printenv.1 b/usr.bin/printenv/printenv.1 index 12dd3b60542..6741efc130c 100644 --- a/usr.bin/printenv/printenv.1 +++ b/usr.bin/printenv/printenv.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: printenv.1,v 1.6 2007/05/31 19:20:14 jmc Exp $ +.\" $OpenBSD: printenv.1,v 1.7 2010/09/03 13:14:55 jmc Exp $ .\" .\" Copyright (c) 1980, 1990 The Regents of the University of California. .\" All rights reserved. @@ -31,7 +31,7 @@ .\" .\" from: @(#)printenv.1 6.7 (Berkeley) 7/28/91 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: September 3 2010 $ .Dt PRINTENV 1 .Os .Sh NAME @@ -48,7 +48,7 @@ If .Ar name is specified, only its value is printed. -.Pp +.Sh EXIT STATUS If a .Ar name is specified and it is not defined in the environment, |