summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAlex Feldman <alex@cvs.openbsd.org>1999-09-23 04:12:13 +0000
committerAlex Feldman <alex@cvs.openbsd.org>1999-09-23 04:12:13 +0000
commitce5efa4c99adb41d3b8e4e0966f38cca93401ae9 (patch)
tree2fcfc24c82be6f1539919cceaabc8b1cfe145e99 /sys
parent611e3fde18fdf3eb5935c4d652c97a088b5781b2 (diff)
Typo fixes.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/amiga/stand/loadbsd/loadbsd.84
-rw-r--r--sys/arch/i386/isa/pcvt/Util/kbdio/kbdio.84
-rw-r--r--sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.46
-rw-r--r--sys/arch/i386/isa/pcvt/Util/userkeys/vt220keys.14
-rw-r--r--sys/arch/i386/stand/biosboot/biosboot.84
-rw-r--r--sys/arch/i386/stand/boot/boot.86
6 files changed, 14 insertions, 14 deletions
diff --git a/sys/arch/amiga/stand/loadbsd/loadbsd.8 b/sys/arch/amiga/stand/loadbsd/loadbsd.8
index 959cf6174b9..af869cb1911 100644
--- a/sys/arch/amiga/stand/loadbsd/loadbsd.8
+++ b/sys/arch/amiga/stand/loadbsd/loadbsd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: loadbsd.8,v 1.2 1999/09/14 14:28:52 espie Exp $
+.\" $OpenBSD: loadbsd.8,v 1.3 1999/09/23 04:12:07 alex Exp $
.\" Copyright (c) 1999 Marc Espie
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -147,7 +147,7 @@ currently cannot read gzipped kernels.
.Xr ddb 4
.Sh HISTORY
.Nm
-was originally developped for
+was originally developed for
.Nx .
ixemul requirement removal and poolmem recognition features
were added for
diff --git a/sys/arch/i386/isa/pcvt/Util/kbdio/kbdio.8 b/sys/arch/i386/isa/pcvt/Util/kbdio/kbdio.8
index dcaf6e60577..4cb32fe7599 100644
--- a/sys/arch/i386/isa/pcvt/Util/kbdio/kbdio.8
+++ b/sys/arch/i386/isa/pcvt/Util/kbdio/kbdio.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: kbdio.8,v 1.6 1999/07/09 13:35:31 aaron Exp $
+.\" $OpenBSD: kbdio.8,v 1.7 1999/09/23 04:12:08 alex Exp $
.\"
.\"
.\" Copyright (c) 1995 Joerg Wunsch
@@ -52,7 +52,7 @@ is used to perform input/output on a PC keyboard or the
keyboard controller.
.Nm Kbdio
cares for proper handshaking and necessary IO-ready conditions. It
-allows the interpretion of some registers in symbolic form, as well as
+allows the interpretation of some registers in symbolic form, as well as
to specify symbolic operands for the keyboard command byte. Simple
arithmetic expressions can be formed to set or reset some bits, which
is mostly applicable to the keyboard command byte, too.
diff --git a/sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4 b/sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4
index 40431ecd926..9577222e3a9 100644
--- a/sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4
+++ b/sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pcvt.4,v 1.14 1999/09/14 18:43:30 aaron Exp $
+.\" $OpenBSD: pcvt.4,v 1.15 1999/09/23 04:12:08 alex Exp $
.\"
.\" Copyright (c) 1992, 1995 Hellmuth Michaelis, Brian Dunford-Shore,
.\" Joerg Wunsch and Holger Veit.
@@ -637,10 +637,10 @@ struct screeninfo {
/* on write, if -1, no change */
int vga_family; /* if adaptor_type = VGA, this reflects*/
/* the chipset family after a read */
- /* nothing happenes on write ... */
+ /* nothing happens on write ... */
int vga_type; /* if adaptor_type = VGA, this reflects*/
/* the chipset after a read */
- /* nothing happenes on write ... */
+ /* nothing happens on write ... */
int vga_132; /* set to 1 if driver has support for */
/* 132 column operation for chipset */
/* currently ignored on write */
diff --git a/sys/arch/i386/isa/pcvt/Util/userkeys/vt220keys.1 b/sys/arch/i386/isa/pcvt/Util/userkeys/vt220keys.1
index d3d6b59056a..d7e0f1a102d 100644
--- a/sys/arch/i386/isa/pcvt/Util/userkeys/vt220keys.1
+++ b/sys/arch/i386/isa/pcvt/Util/userkeys/vt220keys.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vt220keys.1,v 1.3 1999/03/11 01:35:06 pjanzen Exp $
+.\" $OpenBSD: vt220keys.1,v 1.4 1999/09/23 04:12:08 alex Exp $
.\"
.TH VT220 1
.UC 4
@@ -23,7 +23,7 @@ must be quoted if spaces, tabs, or shell metacharacters are included.
.PP
.B Vt220
expects to receive some combination of option flags and/or
-argument pair(s), otherwised an usage message
+argument pair(s), otherwise an usage message
is printed.
.PP
The options are:
diff --git a/sys/arch/i386/stand/biosboot/biosboot.8 b/sys/arch/i386/stand/biosboot/biosboot.8
index 4e0e1fe4611..d3afe55efda 100644
--- a/sys/arch/i386/stand/biosboot/biosboot.8
+++ b/sys/arch/i386/stand/biosboot/biosboot.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: biosboot.8,v 1.11 1999/09/15 18:54:55 mickey Exp $
+.\" $OpenBSD: biosboot.8,v 1.12 1999/09/23 04:12:08 alex Exp $
.\"
.\" Copyright (c) 1997 Michael Shalayeff
.\" All rights reserved.
@@ -52,7 +52,7 @@ location.
.Nm
must be installed by, and have its block table filled in by, the
.Xr installboot 8
-program. As this data is BIOS dependant, you must re-run
+program. As this data is BIOS dependent, you must re-run
.Xr installboot 8
each time you reinstall
.Xr boot 8
diff --git a/sys/arch/i386/stand/boot/boot.8 b/sys/arch/i386/stand/boot/boot.8
index a86bd8d0729..737c8051a54 100644
--- a/sys/arch/i386/stand/boot/boot.8
+++ b/sys/arch/i386/stand/boot/boot.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: boot.8,v 1.15 1999/09/15 18:40:53 mickey Exp $
+.\" $OpenBSD: boot.8,v 1.16 1999/09/23 04:12:08 alex Exp $
.\"
.\" Copyright (c) 1997-1999 Michael Shalayeff
.\" All rights reserved.
@@ -138,10 +138,10 @@ Displays
.Ar args
on the console device.
.It help
-Prints a list of available commands and machine dependant
+Prints a list of available commands and machine dependent
commands, if any.
.It machine Op Ar command
-Issues machine-dependant commands. These are defined for i386 architecture:
+Issues machine-dependent commands. These are defined for i386 architecture:
.Bl -tag -width diskinfo_
.It Nm diskinfo
Prints list of hard disks installed on your system including: