aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/look
Commit message (Collapse)AuthorAgeFilesLines
* ANSIify function definitions.David Malone2002-09-041-18/+11
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=102944
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+2
| | | | Notes: svn path=/head/; revision=99112
* Fix a const-char vs char issue.Mark Murray2002-04-281-1/+3
| | | | Notes: svn path=/head/; revision=95646
* Use `The .Nm utility'Philippe Charnier2002-04-201-2/+3
| | | | Notes: svn path=/head/; revision=95124
* remove __PWarner Losh2002-03-221-6/+6
| | | | Notes: svn path=/head/; revision=92920
* Warns cleanup - not ready for WARNS=2 yet.David Malone2001-12-031-2/+3
| | | | Notes: svn path=/head/; revision=87288
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
| | | | Notes: svn path=/head/; revision=79755
* mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.Ruslan Ermilov2001-02-131-1/+1
| | | | Notes: svn path=/head/; revision=72432
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
| | | | Notes: svn path=/head/; revision=50477
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde Notes: svn path=/head/; revision=48792
* Support multiple databases. For exampleWolfram Schneider1998-08-312-25/+25
| | | | | | | $ look miau dict1 dict2 dict3 Notes: svn path=/head/; revision=38701
* revert: The warning was supposed to irritate someone into fixing this.Jordan K. Hubbard1997-09-151-3/+2
| | | | Notes: svn path=/head/; revision=29472
* unsigned char -> caddr_t for mmap's return value.Jordan K. Hubbard1997-09-151-2/+3
| | | | Notes: svn path=/head/; revision=29464
* Use err(3) instead of local redefinition.Philippe Charnier1997-07-232-42/+18
| | | | Notes: svn path=/head/; revision=27623
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24360
* Merge from Lite2Peter Wemm1997-03-111-2/+5
| | | | Notes: svn path=/head/; revision=23693
* Sweep through the tree fixing mmap() usage:Alexander Langer1997-01-161-1/+1
| | | | | | | | | | | | | | | - Use MAP_FAILED instead of the constant -1 to indicate failure (required by POSIX). - Removed flag arguments of '0' (required by POSIX). - Fixed code which expected an error return of 0. - Fixed code which thought any address with the high bit set was an error. - Check for failure where no checks were present. Discussed with: bde Notes: svn path=/head/; revision=21786
* Use the .At macro where appropriate.Mike Pritchard1996-08-231-1/+2
| | | | Notes: svn path=/head/; revision=17787
* Make it works with 8bit charsetsAndrey A. Chernov1995-10-291-15/+18
| | | | | | | Add setlocale LC_CTYPE Notes: svn path=/head/; revision=11900
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-31/+31
| | | | Notes: svn path=/head/; revision=8874
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-274-0/+502
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590