<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/gnu/usr.bin/man/lib/util.c, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2011-04-21T07:14:10Z</updated>
<entry>
<title>Remove GNU man implemenation now that the BSD version has cooked for a while.</title>
<updated>2011-04-21T07:14:10Z</updated>
<author>
<name>Gordon Tetlow</name>
<email>gordon@FreeBSD.org</email>
</author>
<published>2011-04-21T07:14:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=16e07d175a6f348cc4e19a7937787411e1c28f91'/>
<id>urn:sha1:16e07d175a6f348cc4e19a7937787411e1c28f91</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add an ability to run man(1) on local files (the argument should</title>
<updated>2008-05-14T17:08:31Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2008-05-14T17:08:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=6ccf13452879aac16fd23aacd9383f0ebd4ce398'/>
<id>urn:sha1:6ccf13452879aac16fd23aacd9383f0ebd4ce398</id>
<content type='text'>
contain a `/' character); based on the submission in the PR.

PR:		bin/120730
MFC after:	1 week
</content>
</entry>
<entry>
<title>fix downcase() for chars with 8bit</title>
<updated>1999-05-13T15:59:27Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1999-05-13T15:59:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=6d9c684ab7c74d34786747e353e8012d8875b8a1'/>
<id>urn:sha1:6d9c684ab7c74d34786747e353e8012d8875b8a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Check return value from system() function.</title>
<updated>1997-02-08T22:36:11Z</updated>
<author>
<name>Wolfram Schneider</name>
<email>wosch@FreeBSD.org</email>
</author>
<published>1997-02-08T22:36:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=a98e5d2939415dd4085f93cfc0e71245fb1f0d26'/>
<id>urn:sha1:a98e5d2939415dd4085f93cfc0e71245fb1f0d26</id>
<content type='text'>
Pointed out some months ago by: Bruce
</content>
</entry>
<entry>
<title>Not hang in the downcase routine.</title>
<updated>1996-11-05T23:35:16Z</updated>
<author>
<name>Wolfram Schneider</name>
<email>wosch@FreeBSD.org</email>
</author>
<published>1996-11-05T23:35:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=5402df3cfad58281f70afff4dbdcf7616089aa6e'/>
<id>urn:sha1:5402df3cfad58281f70afff4dbdcf7616089aa6e</id>
<content type='text'>
Submitted by: Trevor Blackwell tlb@viaweb.com

2.1.6/2.2 Candidate
</content>
</entry>
<entry>
<title>Remove trailing whitespace.</title>
<updated>1995-05-30T05:05:38Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1995-05-30T05:05:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=4399be3cbd35324f7a2c00d77229d995b4022138'/>
<id>urn:sha1:4399be3cbd35324f7a2c00d77229d995b4022138</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change the return status of do_system_command to be -1</title>
<updated>1995-03-09T19:56:23Z</updated>
<author>
<name>Paul Richards</name>
<email>paul@FreeBSD.org</email>
</author>
<published>1995-03-09T19:56:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=0d09ae111145c7d3e9b3e525c78c19427442da8e'/>
<id>urn:sha1:0d09ae111145c7d3e9b3e525c78c19427442da8e</id>
<content type='text'>
if a signal is received.

This fixes a bug where killing the process would cause a
"No manual entry for XXX" to be printed even if the manpage
was found.
</content>
</entry>
<entry>
<title>Handle both signals and errors in child processes, rather than just signals</title>
<updated>1993-10-09T00:48:26Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1993-10-09T00:48:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=b5d3f86c3ff9f7ecf71983a95ef2d98d6878aaaf'/>
<id>urn:sha1:b5d3f86c3ff9f7ecf71983a95ef2d98d6878aaaf</id>
<content type='text'>
as before.
</content>
</entry>
<entry>
<title>More paranoid dealings with system()</title>
<updated>1993-10-08T02:38:15Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1993-10-08T02:38:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=1fdef8c67eac7cdaa1e13dcb3fee3457c79a43dc'/>
<id>urn:sha1:1fdef8c67eac7cdaa1e13dcb3fee3457c79a43dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Newer new man page reader.</title>
<updated>1993-07-07T23:07:02Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1993-07-07T23:07:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=f629c45f00659cfa94841e41e809eb31702009d0'/>
<id>urn:sha1:f629c45f00659cfa94841e41e809eb31702009d0</id>
<content type='text'>
</content>
</entry>
</feed>
