Module Name:    src
Committed By:   wiz
Date:           Fri Nov 30 08:25:35 UTC 2012

Modified Files:
        src/usr.bin/mkubootimage: mkubootimage.1

Log Message:
Sort SYNOPSIS. Remove unnecessary Ns. Punctuation nit.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/mkubootimage/mkubootimage.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/mkubootimage/mkubootimage.1
diff -u src/usr.bin/mkubootimage/mkubootimage.1:1.1 src/usr.bin/mkubootimage/mkubootimage.1:1.2
--- src/usr.bin/mkubootimage/mkubootimage.1:1.1	Thu Nov 29 23:23:22 2012
+++ src/usr.bin/mkubootimage/mkubootimage.1	Fri Nov 30 08:25:35 2012
@@ -1,4 +1,4 @@
-.\"	$NetBSD: mkubootimage.1,v 1.1 2012/11/29 23:23:22 reed Exp $
+.\"	$NetBSD: mkubootimage.1,v 1.2 2012/11/30 08:25:35 wiz Exp $
 .\"
 .\" Copyright (c) 2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -35,12 +35,12 @@
 .Nd create U-Boot loader image
 .Sh SYNOPSIS
 .Nm
+.Op Fl h
 .Fl A No ( arm Ns | Ns mips Ns | Ns mips64 Ns | Ns powerpc )
 .Fl a Ar address
 .Op Fl C No Po bz2 Ns | Ns gz Ns | Ns lzma Ns | Ns lzo Ns | Ns none Pc
 .Op Fl E Ar address
 .Op Fl e Ar address
-.Op Fl h
 .Op Fl m Ar magic
 .Fl n Ar image
 .Op Fl O No Po freebsd Ns | Ns linux Ns | Ns netbsd Ns | Ns openbsd Pc
@@ -62,7 +62,7 @@ This is required.
 Sets the image load address.
 This is an integer between 0 and ULONG_MAX.
 This is required.
-.It Fl C No ( bz2 Ns | Ns gz Ns | Ns lzma Ns | Ns lzo Ns | Ns none Ns )
+.It Fl C No ( bz2 Ns | Ns gz Ns | Ns lzma Ns | Ns lzo Ns | Ns none )
 Defines the compression.
 The default is
 .Qq none .
@@ -96,7 +96,7 @@ Display the usage and exit.
 Set the magic.
 This is an integer between 0 and ULONG_MAX.
 The default is
-.Qq 0x27051956.
+.Qq 0x27051956 .
 .It Fl n Ar image
 Defines the image name.
 This is required.

Reply via email to