summaryrefslogtreecommitdiff
path: root/usr.bin/file/print.c
Commit message (Collapse)AuthorAgeFilesLines
* Switch over to using the Christos Zoulas maintained version in contrib/David E. O'Brien2000-11-051-144/+0
| | | | | | | | This also gives use the same exact results as NetBSD, thus sharing more code with our bretheren. Notes: svn path=/head/; revision=68352
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Can't use ~0L to compare against a uint32. Use ~((uint32) 0) instead.John Birrell1998-02-201-2/+2
| | | | Notes: svn path=/head/; revision=33651
* Add rcsid. RU#. Use err(3) instead of local redefinition. Convert man page toPhilippe Charnier1998-01-281-68/+8
| | | | | | | mdoc format. Add usage(). Remove rcs $ Log $ -> use cvs log instead. Notes: svn path=/head/; revision=32846
* Merge to resolve conflicts with file 3.22 merge.Mike Pritchard1997-03-181-4/+4
| | | | Notes: svn path=/head/; revision=23995
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=23006
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Merged changes to resolve conflicts with file 3.19 import.Mike Pritchard1996-01-231-5/+5
| | | | Notes: svn path=/head/; revision=13587
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-10/+10
| | | | Notes: svn path=/head/; revision=8874
* Bring in file 3.14 by Ian Darwin (and Christos Zoulas)vendor/file/3.14Geoff Rehmet1994-09-031-0/+204
The following files were moved to different names: - file.man -> file.1 - magic.man -> magic.5 The following file was removed: - Magdir/Makefile Notes: svn path=/vendor/file/dist/; revision=2479 svn path=/vendor/file/3.14/; revision=2481; tag=vendor/file/3.14