=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/env/env.1,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- src/usr.bin/env/env.1 2014/03/08 01:42:17 1.19 +++ src/usr.bin/env/env.1 2015/01/12 21:42:53 1.20 @@ -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 @@ 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 @@ 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.