diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/stand/biosboot/biosboot.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/biosboot/biosboot.8 b/sys/arch/i386/stand/biosboot/biosboot.8 index d3afe55efda..e692a10538b 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.12 1999/09/23 04:12:08 alex Exp $ +.\" $OpenBSD: biosboot.8,v 1.13 2001/06/29 07:04:41 mickey Exp $ .\" .\" Copyright (c) 1997 Michael Shalayeff .\" All rights reserved. @@ -37,7 +37,7 @@ .Nd i386-specific first-stage system bootstrap .Sh DESCRIPTION -This small program (roughly 256 bytes of code) is responsible for +This small program (roughly 512 bytes of code) is responsible for loading the second stage .Xr boot 8 program, which in turn, will load the kernel. |