diff options
author | Mike Larkin <mlarkin@cvs.openbsd.org> | 2013-10-23 05:05:20 +0000 |
---|---|---|
committer | Mike Larkin <mlarkin@cvs.openbsd.org> | 2013-10-23 05:05:20 +0000 |
commit | 7b90fff76802b1a0ec37dba4c72e49702bb44ed9 (patch) | |
tree | d248bc8f1bf7bdb7a0186d140755296230497d84 /sys/arch/i386/stand/boot/boot.8 | |
parent | bba63190d1bd9fdcbf343dd0b073ffa3847c7a78 (diff) |
Allow uppercase "K/M/G" specification in "machine memory" boot command.
ok guenther, dlg, deraadt
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 ae8a9ab1e33..89d7bfec6b2 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.55 2012/09/27 12:26:28 jmc Exp $ +.\" $OpenBSD: boot.8,v 1.56 2013/10/23 05:05:19 mlarkin Exp $ .\" .\" Copyright (c) 1997-2001 Michael Shalayeff .\" All rights reserved. @@ -25,7 +25,7 @@ .\" THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: September 27 2012 $ +.Dd $Mdocdate: October 23 2013 $ .Dt BOOT 8 i386 .Os .Sh NAME @@ -211,7 +211,7 @@ Otherwise the arguments specify how to modify the memory configuration. They take the form of: .Pp -.Dl =<size>[KMG] +.Dl =<size>[KkMmGg] .Dl [+-]<size>@<address> .Pp Meaning to add(+), exempt(-) or limit(=) the amount of memory specified by |