the BUG described at the bottom is not a bug. It is how it is supposed to
authorderaadt <deraadt@openbsd.org>
Mon, 12 Jan 2015 21:42:53 +0000 (21:42 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 12 Jan 2015 21:42:53 +0000 (21:42 +0000)
work.  Move it up into the main body.
ok tedu millert

usr.bin/env/env.1

index 5b6c4d9..050a8c6 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: env.1,v 1.19 2014/03/08 01:42:17 schwarze Exp $
+.\"    $OpenBSD: env.1,v 1.20 2015/01/12 21:42:53 deraadt 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: March 8 2014 $
+.Dd $Mdocdate: January 12 2015 $
 .Dt ENV 1
 .Os
 .Sh NAME
@@ -76,6 +76,12 @@ prints out the names and values
 of the variables in the environment, with one
 .Ar name Ns = Ns Ar value
 pair per line.
+.Pp
+.Nm
+doesn't handle commands with equal
+.Pq Sq =
+signs in their
+names, for obvious reasons.
 .Sh EXIT STATUS
 The
 .Nm
@@ -119,9 +125,3 @@ specification.
 The historic
 .Fl
 option has been deprecated but is still supported in this implementation.
-.Sh BUGS
-.Nm
-doesn't handle commands with equal
-.Pq Sq =
-signs in their
-names, for obvious reasons.