diff options
author | mpp <mpp@FreeBSD.org> | 1996-01-30 18:13:11 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1996-01-30 18:13:11 +0000 |
commit | 0629c0866938006f24f90b3ced8931d291e27aa6 (patch) | |
tree | 70e5930bb8c509b7c711798ca5407124f8f73286 /lib/libscsi | |
parent | 26ca6e51478ba895bfd95b4b11ec989020e0a17d (diff) | |
download | FreeBSD-src-0629c0866938006f24f90b3ced8931d291e27aa6.zip FreeBSD-src-0629c0866938006f24f90b3ced8931d291e27aa6.tar.gz |
Another round of spelling fixes.
Diffstat (limited to 'lib/libscsi')
-rw-r--r-- | lib/libscsi/scsi.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libscsi/scsi.3 b/lib/libscsi/scsi.3 index bf7163a..eb74361 100644 --- a/lib/libscsi/scsi.3 +++ b/lib/libscsi/scsi.3 @@ -12,7 +12,7 @@ .\" 3. All advertising materials mentioning features or use of this software .\" must display the following acknowledgement: .\" This product includes software developed by HD Associates -.\" 4. Neither the name of the HD Associaates nor the names of its contributors +.\" 4. Neither the name of the HD Associates nor the names of its contributors .\" may be used to endorse or promote products derived from this software .\" without specific prior written permission. .\" @@ -153,7 +153,7 @@ is set to point to the newly allocated memory. are the flags defined in .Aq Pa sys/scsiio.h : .Bd -literal -offset indent -/* bit defintions for flags */ +/* bit definitions for flags */ #define SCCMD_READ 0x00000001 #define SCCMD_WRITE 0x00000002 #define SCCMD_IOV 0x00000004 @@ -346,4 +346,4 @@ go here; Peter Dufault first read about it in a 1989 Sun Expert magazine. .Pp Peter Dufault implemented a clone of SGI's interface in 386bsd that led to this library and the related kernel ioctl. -If anyone needs that for compatability contact dufault@hda.com. +If anyone needs that for compatibility contact dufault@hda.com. |