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/boot/boot.8 | |
parent | 611e3fde18fdf3eb5935c4d652c97a088b5781b2 (diff) |
Typo fixes.
Diffstat (limited to 'sys/arch/i386/stand/boot/boot.8')
-rw-r--r-- | sys/arch/i386/stand/boot/boot.8 | 6 |
1 files changed, 3 insertions, 3 deletions
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: |