aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/sasc
Commit message (Collapse)AuthorAgeFilesLines
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-3/+3
| | | | Notes: svn path=/head/; revision=34801
* Use err(3). Cosmetic in usage(). Rewrote man page in mdoc format.Philippe Charnier1997-08-082-109/+82
| | | | Notes: svn path=/head/; revision=27979
* Include unistd.h for new location of getopt() prototypesPeter Wemm1997-03-111-1/+2
| | | | Notes: svn path=/head/; revision=23708
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-222-2/+2
| | | | Notes: svn path=/head/; revision=23012
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-2/+2
| | | | | | | | | | | 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
* Fix a bunch of spelling errors in a bunch of man pages.Mike Pritchard1996-01-301-3/+3
| | | | Notes: svn path=/head/; revision=13744
* add RCS Id strings so we know what we haveJulian Elischer1995-09-082-0/+6
| | | | Notes: svn path=/head/; revision=10634
* Submitted by: Luigi Rizzo (luigi@iet.unipi.it)Julian Elischer1995-09-085-0/+384
Obtained from: Gunther Schadow and Luigi Rizzo control program for Trust AmiScan BW (GI1904 chipset) ASC - A device driver for a handy scanner This is a device driver for GI1904-based hand scanners, e.g. the Trust Amiscan Grey and possibly others. The driver is based on the "gsc" driver and, partly, on a Linux driver. The driver has a working select(). -Luigi Rizzo (luigi@iet.unipi.it) Notes: svn path=/head/; revision=10613