From 11c0d3b36ebe042e030186464fe070558774c256 Mon Sep 17 00:00:00 2001 From: jmc Date: Wed, 29 Sep 2010 07:44:56 +0000 Subject: various EXIT STATUS fixes; from Daniel Dickman --- usr.bin/env/env.1 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'usr.bin/env') 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 -- cgit v1.2.3-59-g8ed1b