diff options
author | Alex Feldman <alex@cvs.openbsd.org> | 1999-09-23 04:12:13 +0000 |
---|---|---|
committer | Alex Feldman <alex@cvs.openbsd.org> | 1999-09-23 04:12:13 +0000 |
commit | ce5efa4c99adb41d3b8e4e0966f38cca93401ae9 (patch) | |
tree | 2fcfc24c82be6f1539919cceaabc8b1cfe145e99 /sys/arch/i386/stand | |
parent | 611e3fde18fdf3eb5935c4d652c97a088b5781b2 (diff) |
Typo fixes.
Diffstat (limited to 'sys/arch/i386/stand')
-rw-r--r-- | sys/arch/i386/stand/biosboot/biosboot.8 | 4 | ||||
-rw-r--r-- | sys/arch/i386/stand/boot/boot.8 | 6 |
2 files changed, 5 insertions, 5 deletions
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: |