<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/env, branch releng/5.3</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F5.3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F5.3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2004-05-19T10:44:24Z</updated>
<entry>
<title>Language and markup polishing.</title>
<updated>2004-05-19T10:44:24Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-05-19T10:44:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=607e48e7b59a6ba87e86a118fa4d808888b918df'/>
<id>urn:sha1:607e48e7b59a6ba87e86a118fa4d808888b918df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix grammar bogon.</title>
<updated>2004-02-29T12:52:21Z</updated>
<author>
<name>Jens Schweikhardt</name>
<email>schweikh@FreeBSD.org</email>
</author>
<published>2004-02-29T12:52:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ec6001d98ebd6017ec72eed7e5db5bf28978ac89'/>
<id>urn:sha1:ec6001d98ebd6017ec72eed7e5db5bf28978ac89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed (after the env(1)/printenv(1) split) extraneous arguments</title>
<updated>2003-11-02T21:46:11Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-11-02T21:46:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=52964a40afd8b0d2d58095a7ff0eb83e3c696e03'/>
<id>urn:sha1:52964a40afd8b0d2d58095a7ff0eb83e3c696e03</id>
<content type='text'>
to the .Nm macro.
</content>
</entry>
<entry>
<title>Split the env(1) manpage off from printenv(1); there is not much point</title>
<updated>2003-06-01T06:29:47Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2003-06-01T06:29:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=14f566d3ca98a76621a779c74e2faa59293d9895'/>
<id>urn:sha1:14f566d3ca98a76621a779c74e2faa59293d9895</id>
<content type='text'>
in keeping them together. Mention that printenv is obsolescent.
</content>
</entry>
<entry>
<title>ANSIify function definitions.</title>
<updated>2002-09-04T23:29:10Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2002-09-04T23:29:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f4ac32def255b5968bdd8150057b9c0d14595689'/>
<id>urn:sha1:f4ac32def255b5968bdd8150057b9c0d14595689</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Discourage use of env(1)'s "-" flag by moving its description to the</title>
<updated>2002-06-28T09:23:39Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-06-28T09:23:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6ec9d03768dd9a123e4e7e7492db9aee73fce1c6'/>
<id>urn:sha1:6ec9d03768dd9a123e4e7e7492db9aee73fce1c6</id>
<content type='text'>
Compatibility section of the manual page.
</content>
</entry>
<entry>
<title>Indicate that env(1) allows you to supply arguments to the utility it</title>
<updated>2002-06-19T07:09:44Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-06-19T07:09:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7e949b63e41b11422f5e7fa44afb10a1a8c4ea05'/>
<id>urn:sha1:7e949b63e41b11422f5e7fa44afb10a1a8c4ea05</id>
<content type='text'>
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 &lt;dzerkel@columbus.rr.com&gt;
MFC after:	1 week
</content>
</entry>
<entry>
<title>remove __P</title>
<updated>2002-03-22T01:22:50Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-03-22T01:22:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f1bb2cd2aa7488657658fbc09aae2ead579049ab'/>
<id>urn:sha1:f1bb2cd2aa7488657658fbc09aae2ead579049ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Leave the `copyright' variable exposed, since the main purpose of it</title>
<updated>2002-03-07T10:06:00Z</updated>
<author>
<name>Mike Barcroft</name>
<email>mike@FreeBSD.org</email>
</author>
<published>2002-03-07T10:06:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=064692095c59e8480824e1e73a243b693b2c1b20'/>
<id>urn:sha1:064692095c59e8480824e1e73a243b693b2c1b20</id>
<content type='text'>
is to put a copyright in the object file.

Submitted by:	bde
</content>
</entry>
<entry>
<title>Use new ID scheme.</title>
<updated>2002-02-21T02:17:57Z</updated>
<author>
<name>Mike Barcroft</name>
<email>mike@FreeBSD.org</email>
</author>
<published>2002-02-21T02:17:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=603460a71c7b0803ac86f0ec4c01a40ec1a4bc17'/>
<id>urn:sha1:603460a71c7b0803ac86f0ec4c01a40ec1a4bc17</id>
<content type='text'>
Fix env(1)'s exit status to conform with SUSv3.

Submitted by:	Tim Robbins &lt;tim@robbins.dropbear.id.au&gt;
MFC after:	2 weeks
</content>
</entry>
</feed>
