summaryrefslogtreecommitdiffstats
path: root/usr.bin/env
Commit message (Collapse)AuthorAgeFilesLines
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
|
* Language and markup polishing.ru2004-05-191-11/+14
|
* Fix grammar bogon.schweikh2004-02-291-1/+1
|
* Removed (after the env(1)/printenv(1) split) extraneous argumentsru2003-11-021-9/+9
| | | | to the .Nm macro.
* Split the env(1) manpage off from printenv(1); there is not much pointtjr2003-06-012-1/+144
| | | | in keeping them together. Mention that printenv is obsolescent.
* ANSIify function definitions.dwmalone2002-09-041-4/+2
| | | | | | | | | Add some constness to avoid some warnings. Remove use register keyword. Deal with missing/unneeded extern/prototypes. Some minor type changes/casts to avoid warnings. Reviewed by: md5
* Discourage use of env(1)'s "-" flag by moving its description to thetjr2002-06-281-1/+1
| | | | Compatibility section of the manual page.
* Indicate that env(1) allows you to supply arguments to the utility ittjr2002-06-191-1/+1
| | | | | | | | | | executes in the usage() message and manual page. Use "utility" instead of "command" in both places to emphasise that shell builtins etc. will not work, and to be consistent with the terminology used by POSIX. PR: 39210 Submitted by: Danny J. Zerkel <dzerkel@columbus.rr.com> MFC after: 1 week
* remove __Pimp2002-03-221-1/+1
|
* Leave the `copyright' variable exposed, since the main purpose of itmike2002-03-071-2/+2
| | | | | | is to put a copyright in the object file. Submitted by: bde
* Use new ID scheme.mike2002-02-211-3/+9
| | | | | | | Fix env(1)'s exit status to conform with SUSv3. Submitted by: Tim Robbins <tim@robbins.dropbear.id.au> MFC after: 2 weeks
* Remove leaf node WARNS?=2 (that mainly I added). This shouldmarkm2002-02-081-1/+0
| | | | help the GCC3 transition and CURRENT in general.
* Set WARNS=2 on programs that compile cleanly with it; add $FreeBSD$dd2001-06-301-2/+3
| | | | | | where necessary. Submitted by: Mike Barcroft <mike@q9media.com>
* Add ``-i'' option, which is the same as ``-''. The -i option is thesheldonh1999-08-271-2/+3
| | | | | | | | | recommended option in the manpage, but the - option remains for backward compatibility and is documented as such. PR: 13363 Reported by: James Howard <howardjp@wam.umd.edu> Reviewed by: bde
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).archie1998-12-062-2/+3
|
* Add usage().charnier1997-06-301-3/+11
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
| | | | posix standard on the topic.
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-272-0/+88
OpenPOWER on IntegriCloud