diff options
Diffstat (limited to 'usr.bin/env/env.1')
-rw-r--r-- | usr.bin/env/env.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/env/env.1 b/usr.bin/env/env.1 index 0c2a0d50be7..207414302b8 100644 --- a/usr.bin/env/env.1 +++ b/usr.bin/env/env.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: env.1,v 1.12 2006/05/28 04:21:13 ray Exp $ +.\" $OpenBSD: env.1,v 1.13 2006/05/28 05:29:54 ray Exp $ .\" Copyright (c) 1980, 1990 The Regents of the University of California. .\" All rights reserved. .\" @@ -107,6 +107,10 @@ could not be found. .Xr execvp 3 , .Xr environ 7 .Sh STANDARDS +The historic +.Fl +option has been deprecated but is still supported in this implementation. +.Pp The .Nm utility conforms to |