diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-07-02 08:10:55 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-07-02 08:10:55 +0000 |
commit | 49444bf217e2f458d574e2e4bb9ef6d9b7667ea5 (patch) | |
tree | 994027241f570fd8d582d843c1ca4bc63b99b37a /sys/arch/i386 | |
parent | e50ecb964bb79cdcca67fd5978f8b8309c8a88fe (diff) |
usefull -> useful;
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/stand/boot/boot.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/boot/boot.8 b/sys/arch/i386/stand/boot/boot.8 index 9e4bc12ffc7..8f2f64a6f50 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.49 2010/07/02 00:36:52 weingart Exp $ +.\" $OpenBSD: boot.8,v 1.50 2010/07/02 08:10:54 jmc Exp $ .\" .\" Copyright (c) 1997-2001 Michael Shalayeff .\" All rights reserved. @@ -223,7 +223,7 @@ routine. .Pp The limit(=) option simply ignores any memory above the given memory limit. -This is usefull for testing kernels in an artificially +This is useful for testing kernels in an artificially constrained memory situation. For example, the following limits the kernel to using only memory below 64M: |