Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/mkubootimage More markup.



details:   https://anonhg.NetBSD.org/src/rev/613555b82813
branches:  trunk
changeset: 783003:613555b82813
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Dec 01 08:16:25 2012 +0000

description:
More markup.

diffstat:

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

diffs (49 lines):

diff -r 27373c1359e7 -r 613555b82813 usr.bin/mkubootimage/mkubootimage.1
--- a/usr.bin/mkubootimage/mkubootimage.1       Sat Dec 01 05:26:16 2012 +0000
+++ b/usr.bin/mkubootimage/mkubootimage.1       Sat Dec 01 08:16:25 2012 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mkubootimage.1,v 1.3 2012/12/01 05:26:16 matt Exp $
+.\"    $NetBSD: mkubootimage.1,v 1.4 2012/12/01 08:16:25 wiz Exp $
 .\"
 .\" Copyright (c) 2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -60,7 +60,8 @@
 This is required.
 .It Fl a Ar address
 Sets the image load address.
-This is an integer between 0 and UINT32_MAX.
+This is an integer between 0 and
+.Dv 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 +69,8 @@
 .Qq none .
 .It Fl E Ar address
 Define the entry point.
-This is an integer between 0 and UINT32_MAX.
+This is an integer between 0 and
+.Dv UINT32_MAX .
 This option is the same as
 .Fl e
 but it inverts the bytes to convert the 32 bit integer
@@ -82,7 +84,8 @@
 .Pq Fl a .
 .It Fl e Ar address
 Define the entry point.
-This is an integer between 0 and UINT32_MAX.
+This is an integer between 0 and
+.Dv UINT32_MAX .
 If
 .Fl E
 or
@@ -94,7 +97,8 @@
 Display the usage and exit.
 .It Fl m Ar magic
 Set the magic.
-This is an integer between 0 and UINT32_MAX.
+This is an integer between 0 and
+.Dv UINT32_MAX .
 The default is
 .Qq 0x27051956 .
 .It Fl n Ar image



Home | Main Index | Thread Index | Old Index