summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/stand
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-05-13 15:56:42 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-05-13 15:56:42 +0000
commit8be9d225a27a811eb430bf05044c6b20f1051366 (patch)
tree996128c6b7ff5fd2f4b54b7e4826be9342225fab /sys/arch/amd64/stand
parent3e5a27e9eeb338856f9978c5127b7b3527ce8348 (diff)
sensible english; ok jmc; from graham.gower@gmail.com
Diffstat (limited to 'sys/arch/amd64/stand')
-rw-r--r--sys/arch/amd64/stand/boot/boot.89
1 files changed, 4 insertions, 5 deletions
diff --git a/sys/arch/amd64/stand/boot/boot.8 b/sys/arch/amd64/stand/boot/boot.8
index 16ec59b9d3d..4563a4c0f1c 100644
--- a/sys/arch/amd64/stand/boot/boot.8
+++ b/sys/arch/amd64/stand/boot/boot.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: boot.8,v 1.5 2005/07/15 09:12:04 jmc Exp $
+.\" $OpenBSD: boot.8,v 1.6 2006/05/13 15:56:41 deraadt Exp $
.\"
.\" Copyright (c) 1997-2001 Michael Shalayeff
.\" All rights reserved.
@@ -210,11 +210,10 @@ The expression would have a form of:
.Pp
.Dl [+-]<size>@<address>
.Pp
-Meaning to add(+) or exempt(-) the specified by the
+Meaning to add(+) or exempt(-) the amount of memory specified by
.Ar <size>
-amount of memory at the location specified by the
-.Ar <address>
-argument.
+at the location specified by
+.Ar <address> .
Both size and base address could be specified as octal,
decimal, or hexadecimal numbers, as accepted by the
.Xr strtoul 3