Module Name: src Committed By: wiz Date: Sat Oct 26 22:59:28 UTC 2013
Modified Files: src/external/bsd/elftosb/usr.sbin/sbtool: sbtool.8 Log Message: Fix macro usage and xrefs. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/bsd/elftosb/usr.sbin/sbtool/sbtool.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/bsd/elftosb/usr.sbin/sbtool/sbtool.8 diff -u src/external/bsd/elftosb/usr.sbin/sbtool/sbtool.8:1.1 src/external/bsd/elftosb/usr.sbin/sbtool/sbtool.8:1.2 --- src/external/bsd/elftosb/usr.sbin/sbtool/sbtool.8:1.1 Thu Nov 15 19:49:17 2012 +++ src/external/bsd/elftosb/usr.sbin/sbtool/sbtool.8 Sat Oct 26 22:59:28 2013 @@ -1,4 +1,4 @@ -.\" $NetBSD: sbtool.8,v 1.1 2012/11/15 19:49:17 jkunz Exp $ +.\" $NetBSD: sbtool.8,v 1.2 2013/10/26 22:59:28 wiz Exp $ .\" .\" Copyright (c) 2012 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -25,33 +25,31 @@ .\" POSSIBILITY OF SUCH DAMAGE. .\" .Dd November 3, 2012 -.Dt sbtool 1 +.Dt SBTOOL 8 .Os .Sh NAME .Nm sbtool .Nd manipulate sb files .Sh SYNOPSIS .Nm -.Oo Fl ? Ns \&| Ns Fl -help Oc -.Oo Fl b|--binary Oc -.Oo Fl d|--debug Oc -.Oo Fl k|--key Ar file Oc -.Oo Fl q|--quiet Oc -.Oo Fl V|--verbose Oc -.Oo Fl v|--version Oc -.Oo Fl x|--extract value Oc -.Oo Fl z|--zero-key Oc +.Oo Fl ?, Fl Fl help Oc +.Oo Fl b, Fl Fl binary Oc +.Oo Fl d, Fl Fl debug Oc +.Oo Fl k, Fl Fl key Ar file Oc +.Oo Fl q, Fl Fl quiet Oc +.Oo Fl V, Fl Fl verbose Oc +.Oo Fl v, Fl Fl version Oc +.Oo Fl x, Fl Fl extract value Oc +.Oo Fl z, Fl Fl zero-key Oc .Ar sb-file -.Oc -.Oc .Sh DESCRIPTION The .Nm programm is used to manipulate sb boot files for Freescale i.MX23 and i.MX28 application processors. .Sh SEE ALSO -.Xr elftosb 1 -.Xr sbkeygen 1 +.Xr elftosb 8 , +.Xr sbkeygen 8 .br Freescale Application Note AN4555 .Sh COPYRIGHT