Fix lots of typos, add $Id$s.

Submitted by:	Wolfram "typo police" Schneider <wosch@cs.tu-berlin.de>
This commit is contained in:
John Fieber 1996-10-06 20:17:19 +00:00
parent 3efc5c8e58
commit 76aa45de46
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=584
7 changed files with 26 additions and 20 deletions

View file

@ -6,7 +6,7 @@
++
++ Copyright Eric L. Hernes - Wednesday, August 2, 1995
++
++ $Id: ddwg.sgml,v 1.1.1.1 1996-09-24 17:45:58 jfieber Exp $
++ $Id: ddwg.sgml,v 1.2 1996-10-06 20:17:08 jfieber Exp $
++
++ Sgml doc for something
-->
@ -435,7 +435,7 @@ These are typically named something like ioctl_dev.h or devio.h.
If a driver is being written which, from user space is
identical to a device which already exists, care should be taken to
use the same ioctl interface and data structures. For example, from
user space, a SCSI cdrom drive should be identical to an IDE cdrom
user space, a SCSI CDROM drive should be identical to an IDE cdrom
drive; or a serial line on an intelligent multiport card (Digiboard,
Cyclades, ...) should be identical to the sio devices. These devices
have a fairly well defined interface which should be used.