diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-02-07 07:45:14 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-02-07 07:45:14 +0000 |
commit | c7413c43fbf363a2d5b7c270b92c081ffb35af92 (patch) | |
tree | 0a11d91308611b6f650ed81e3dddd0ddb9d86be6 /sys/arch | |
parent | 0e12631e543ba60fd713efa0e7cd366a0f7f7150 (diff) |
typos;
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/stand/installboot/installboot.8 | 6 | ||||
-rw-r--r-- | sys/arch/mvme68k/stand/installboot/installboot.8 | 6 | ||||
-rw-r--r-- | sys/arch/sparc/stand/installboot/installboot.8 | 4 | ||||
-rw-r--r-- | sys/arch/sparc64/stand/installboot/installboot.8 | 6 |
4 files changed, 11 insertions, 11 deletions
diff --git a/sys/arch/i386/stand/installboot/installboot.8 b/sys/arch/i386/stand/installboot/installboot.8 index 7d119297c86..a01704a2a79 100644 --- a/sys/arch/i386/stand/installboot/installboot.8 +++ b/sys/arch/i386/stand/installboot/installboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: installboot.8,v 1.22 2001/09/20 21:05:25 mickey Exp $ +.\" $OpenBSD: installboot.8,v 1.23 2003/02/07 07:45:12 jmc Exp $ .\" .\" Copyright (c) 1997 Michael Shalayeff .\" All rights reserved. @@ -35,7 +35,7 @@ .Os .Sh NAME .Nm installboot -.Nd installs a bootstrap on a FFS disk or partition +.Nd installs a bootstrap on an FFS disk or partition .Sh SYNOPSIS .Nm installboot .Op Fl n @@ -50,7 +50,7 @@ is used to install a .Dq first-stage boot program into the boot area -of a FFS disk partition, and initialize the table of block numbers the +of an FFS disk partition, and initialize the table of block numbers the .Ar biosboot program uses to load the second-stage boot program. .Pp diff --git a/sys/arch/mvme68k/stand/installboot/installboot.8 b/sys/arch/mvme68k/stand/installboot/installboot.8 index 8d42cdc43c9..b5e2e22e452 100644 --- a/sys/arch/mvme68k/stand/installboot/installboot.8 +++ b/sys/arch/mvme68k/stand/installboot/installboot.8 @@ -1,11 +1,11 @@ -.\" $OpenBSD: installboot.8,v 1.8 2000/03/03 00:54:52 todd Exp $ +.\" $OpenBSD: installboot.8,v 1.9 2003/02/07 07:45:12 jmc Exp $ .\" .Dd 31 May 1995 .Dt INSTALLBOOT 8 mvme68k .Os .Sh NAME .Nm installboot -.Nd install a bootstrap on a FFS disk +.Nd install a bootstrap on an FFS disk .Sh SYNOPSIS .Nm installboot .Op Fl n @@ -16,7 +16,7 @@ .Sh DESCRIPTION .Nm installboot is used to install a "first-stage" boot program into the boot area -of a FFS disk partition, and initialize the table of block numbers the +of an FFS disk partition, and initialize the table of block numbers the .Ar bootxx program uses to load the second-stage boot program. .Pp diff --git a/sys/arch/sparc/stand/installboot/installboot.8 b/sys/arch/sparc/stand/installboot/installboot.8 index 20dc352f624..aa6fb3cacb1 100644 --- a/sys/arch/sparc/stand/installboot/installboot.8 +++ b/sys/arch/sparc/stand/installboot/installboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: installboot.8,v 1.6 2001/10/05 00:02:32 miod Exp $ +.\" $OpenBSD: installboot.8,v 1.7 2003/02/07 07:45:12 jmc Exp $ .\" $NetBSD: installboot.8,v 1.1 1995/09/30 21:32:14 pk Exp $ .\" .\" Copyright (c) 1995 Paul Kranenburg @@ -44,7 +44,7 @@ .Ar device .Sh DESCRIPTION .Nm installboot -prepares a FFS filesystem partition for boot-strapping from the PROM. +prepares an FFS filesystem partition for boot-strapping from the PROM. The sparc bootblocks are split into two parts: a small first-stage program that is written into the superblock area in a partition .Po diff --git a/sys/arch/sparc64/stand/installboot/installboot.8 b/sys/arch/sparc64/stand/installboot/installboot.8 index 9c890e9a0d8..01e15fc4868 100644 --- a/sys/arch/sparc64/stand/installboot/installboot.8 +++ b/sys/arch/sparc64/stand/installboot/installboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: installboot.8,v 1.3 2001/10/04 23:58:55 miod Exp $ +.\" $OpenBSD: installboot.8,v 1.4 2003/02/07 07:45:13 jmc Exp $ .\" $NetBSD: installboot.8,v 1.1 1995/09/30 21:32:14 pk Exp $ .\" .\" Copyright (c) 1995 Paul Kranenburg @@ -42,14 +42,14 @@ .Ar device .Sh DESCRIPTION .Nm installboot -prepares a FFS filesystem partition for boot-strapping from the PROM. +prepares an FFS filesystem partition for boot-strapping from the PROM. The sparc bootblocks are split into two parts: a small first-stage program that is written into the superblock area in a partition .Po and hence is limited in size to SBSIZE - DEV_BSIZE bytes .Pc , and a second-stage program that resides in the filesystem proper. -The first-stage program is loaded into memory by the PROM. After it receiving +The first-stage program is loaded into memory by the PROM. After it receives control, it loads the second stage program .Ar ofwboot from the filesystem. |