diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-11-22 20:24:10 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-11-22 20:24:10 +0000 |
commit | 238f26d031efdfc701cb16820b634ce266c88d5a (patch) | |
tree | a4617e8d4cfbe6e1a71d35bf41dde8248ccc4cd7 /sys/arch/i386 | |
parent | 4cde7c096592e4570bcfed48bacc9259ca830cd1 (diff) |
s/stroul/strtoul/; spotted by brad@
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 df2897cf665..b7a3e478573 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.22 2000/11/18 12:12:37 aaron Exp $ +.\" $OpenBSD: boot.8,v 1.23 2000/11/22 20:24:09 mickey Exp $ .\" .\" Copyright (c) 1997-2000 Michael Shalayeff .\" All rights reserved. @@ -175,7 +175,7 @@ amount of memory at the location specified by the argument. Both size and base address could be specified as octal, decimal, or hexadecimal numbers, as accepted by the -.Xr stroul 3 +.Xr strtoul 3 routine. Memory segments are not required to be adjucent to each other, the only requirement is that there is real physical memory under |