summaryrefslogtreecommitdiff
path: root/lib/libscsi
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1996-01-30 18:13:11 +0000
committerMike Pritchard <mpp@FreeBSD.org>1996-01-30 18:13:11 +0000
commite2cc67ef3c8ab4ac37e5cd5f3b327a8f19aa8830 (patch)
tree70e5930bb8c509b7c711798ca5407124f8f73286 /lib/libscsi
parent34b8a752b102318c13026caeae8467c66ab5a12a (diff)
Notes
Diffstat (limited to 'lib/libscsi')
-rw-r--r--lib/libscsi/scsi.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libscsi/scsi.3 b/lib/libscsi/scsi.3
index bf7163a62211..eb74361e3477 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.