Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/elftosb/usr.sbin/elftosb Syntax and formatting ...



details:   https://anonhg.NetBSD.org/src/rev/e9fa403316da
branches:  trunk
changeset: 790921:e9fa403316da
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Oct 26 22:55:51 2013 +0000

description:
Syntax and formatting fixes. Add missing command. Explain 'sb'.

diffstat:

 external/bsd/elftosb/usr.sbin/elftosb/elftosb.8 |  42 +++++++++++-------------
 1 files changed, 20 insertions(+), 22 deletions(-)

diffs (70 lines):

diff -r 25211182b50d -r e9fa403316da external/bsd/elftosb/usr.sbin/elftosb/elftosb.8
--- a/external/bsd/elftosb/usr.sbin/elftosb/elftosb.8   Sat Oct 26 21:06:38 2013 +0000
+++ b/external/bsd/elftosb/usr.sbin/elftosb/elftosb.8   Sat Oct 26 22:55:51 2013 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: elftosb.8,v 1.1 2012/11/15 19:49:16 jkunz Exp $
+.\" $NetBSD: elftosb.8,v 1.2 2013/10/26 22:55:51 wiz Exp $
 .\"
 .\" Copyright (c) 2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -25,41 +25,39 @@
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
 .Dd November 3, 2012
-.Dt elftosb 1
+.Dt ELFTOSB 8
 .Os
 .Sh NAME
 .Nm elftosb
 .Nd generate secure boot images for Freescale processors
 .Sh SYNOPSIS
 .Nm
-.Oo Fl ? Ns \&| Ns Fl -help Oc
-.Oo Fl C|--component Ar version Oc
-.Oo Fl c|--command Ar file Oc
-.Oo Fl D|--define Ar const Oc
-.Oo Fl d|--debug Oc
-.Oo Fl f|--chip-family Ar family Oc
-.Oo Fl k|--key Ar file Oc
-.Oo Fl O|--option Ar option Oc
-.Oo Fl o|--output Ar file Oc
-.Oo Fl P|--product Ar version Oc
-.Oo Fl p|--search-path Ar path Oc
-.Oo Fl q|--quiet Oc
-.Oo Fl V|--verbose Oc
-.Oo Fl v|--version Oc
-.Oo Fl z|--zero-key Oc
+.Oo Fl ?, Fl Fl help Oc
+.Oo Fl C, Fl Fl component Ar version Oc
+.Oo Fl c, Fl Fl command Ar file Oc
+.Oo Fl D, Fl Fl define Ar const Oc
+.Oo Fl d, Fl Fl debug Oc
+.Oo Fl f, Fl Fl chip-family Ar family Oc
+.Oo Fl k, Fl Fl key Ar file Oc
+.Oo Fl O, Fl Fl option Ar option Oc
+.Oo Fl o, Fl Fl output Ar file Oc
+.Oo Fl P, Fl Fl product Ar version Oc
+.Oo Fl p, Fl Fl search-path Ar path Oc
+.Oo Fl q, Fl Fl quiet Oc
+.Oo Fl V, Fl Fl verbose Oc
+.Oo Fl v, Fl Fl version Oc
+.Oo Fl z, Fl Fl zero-key Oc
 .Ar files...
-.Oc
-.Oc
 .Sh DESCRIPTION
 The
 .Nm
-programm is used to create a digitaly signed sb boot file.
+programm is used to create a digitaly signed secure boot (sb) file.
 This sb file can be booted by the first stage boot loader found in
 Freescale i.MX23 and i.MX28 application processors.
-One or several ELF files and optionaly a key are taken as input and
+One or several ELF files and optionally a key are taken as input and
 processed under the control of a command file to generate the sb file.
 .Sh SEE ALSO
-.Xr sbkeygen 1
+.Xr sbkeygen 1 ,
 .Xr sbtool 1
 .br
 Freescale Application Note AN4555



Home | Main Index | Thread Index | Old Index