summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/man/lib/util.c
Commit message (Collapse)AuthorAgeFilesLines
* fix downcase() for chars with 8bitAndrey A. Chernov1999-05-131-2/+2
| | | | Notes: svn path=/head/; revision=47117
* Check return value from system() function.Wolfram Schneider1997-02-081-0/+10
| | | | | | | Pointed out some months ago by: Bruce Notes: svn path=/head/; revision=22440
* Not hang in the downcase routine.Wolfram Schneider1996-11-051-1/+2
| | | | | | | | | Submitted by: Trevor Blackwell tlb@viaweb.com 2.1.6/2.2 Candidate Notes: svn path=/head/; revision=19438
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
| | | | Notes: svn path=/head/; revision=8858
* Change the return status of do_system_command to be -1Paul Richards1995-03-091-1/+1
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=6967
* Handle both signals and errors in child processes, rather than just signalsJordan K. Hubbard1993-10-091-1/+6
| | | | | | | as before. Notes: svn path=/head/; revision=559
* More paranoid dealings with system()Jordan K. Hubbard1993-10-081-8/+2
| | | | Notes: svn path=/head/; revision=547
* Newer new man page reader.Jordan K. Hubbard1993-07-071-0/+150
Notes: svn path=/cvs2svn/branches/man/; revision=103