Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/mkubootimage Change ULONG_MAX to UINT32_MAX



details:   https://anonhg.NetBSD.org/src/rev/27373c1359e7
branches:  trunk
changeset: 783002:27373c1359e7
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Dec 01 05:26:16 2012 +0000

description:
Change ULONG_MAX to UINT32_MAX

diffstat:

 usr.bin/mkubootimage/mkubootimage.1 |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r ffd13993c0f2 -r 27373c1359e7 usr.bin/mkubootimage/mkubootimage.1
--- a/usr.bin/mkubootimage/mkubootimage.1       Sat Dec 01 04:43:44 2012 +0000
+++ b/usr.bin/mkubootimage/mkubootimage.1       Sat Dec 01 05:26:16 2012 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mkubootimage.1,v 1.2 2012/11/30 08:25:35 wiz Exp $
+.\"    $NetBSD: mkubootimage.1,v 1.3 2012/12/01 05:26:16 matt Exp $
 .\"
 .\" Copyright (c) 2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -60,7 +60,7 @@
 This is required.
 .It Fl a Ar address
 Sets the image load address.
-This is an integer between 0 and ULONG_MAX.
+This is an integer between 0 and UINT32_MAX.
 This is required.
 .It Fl C No ( bz2 Ns | Ns gz Ns | Ns lzma Ns | Ns lzo Ns | Ns none )
 Defines the compression.
@@ -68,7 +68,7 @@
 .Qq none .
 .It Fl E Ar address
 Define the entry point.
-This is an integer between 0 and ULONG_MAX.
+This is an integer between 0 and UINT32_MAX.
 This option is the same as
 .Fl e
 but it inverts the bytes to convert the 32 bit integer
@@ -82,7 +82,7 @@
 .Pq Fl a .
 .It Fl e Ar address
 Define the entry point.
-This is an integer between 0 and ULONG_MAX.
+This is an integer between 0 and UINT32_MAX.
 If
 .Fl E
 or
@@ -94,7 +94,7 @@
 Display the usage and exit.
 .It Fl m Ar magic
 Set the magic.
-This is an integer between 0 and ULONG_MAX.
+This is an integer between 0 and UINT32_MAX.
 The default is
 .Qq 0x27051956 .
 .It Fl n Ar image



Home | Main Index | Thread Index | Old Index