Module Name: src
Committed By: skrll
Date: Fri Sep 14 07:07:41 UTC 2018
Modified Files:
src/external/bsd/elftosb/usr.sbin/elftosb: elftosb.8
src/external/bsd/elftosb/usr.sbin/sbkeygen: sbkeygen.8
src/external/bsd/elftosb/usr.sbin/sbtool: sbtool.8
Log Message:
Fix the "programm" spello
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/elftosb/usr.sbin/elftosb/elftosb.8
cvs rdiff -u -r1.2 -r1.3 \
src/external/bsd/elftosb/usr.sbin/sbkeygen/sbkeygen.8
cvs rdiff -u -r1.2 -r1.3 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/elftosb/elftosb.8
diff -u src/external/bsd/elftosb/usr.sbin/elftosb/elftosb.8:1.3 src/external/bsd/elftosb/usr.sbin/elftosb/elftosb.8:1.4
--- src/external/bsd/elftosb/usr.sbin/elftosb/elftosb.8:1.3 Sat Oct 26 22:58:29 2013
+++ src/external/bsd/elftosb/usr.sbin/elftosb/elftosb.8 Fri Sep 14 07:07:41 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: elftosb.8,v 1.3 2013/10/26 22:58:29 wiz Exp $
+.\" $NetBSD: elftosb.8,v 1.4 2018/09/14 07:07:41 skrll Exp $
.\"
.\" Copyright (c) 2012 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -51,7 +51,7 @@
.Sh DESCRIPTION
The
.Nm
-programm is used to create a digitaly signed secure boot (sb) file.
+program 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 optionally a key are taken as input and
@@ -66,4 +66,4 @@ Copyright (c) 2004-2010 Freescale Semico
.Sh BUGS
The
.Nm
-programm and its command file syntax are poorly documented.
+program and its command file syntax are poorly documented.
Index: src/external/bsd/elftosb/usr.sbin/sbkeygen/sbkeygen.8
diff -u src/external/bsd/elftosb/usr.sbin/sbkeygen/sbkeygen.8:1.2 src/external/bsd/elftosb/usr.sbin/sbkeygen/sbkeygen.8:1.3
--- src/external/bsd/elftosb/usr.sbin/sbkeygen/sbkeygen.8:1.2 Sat Oct 26 22:58:04 2013
+++ src/external/bsd/elftosb/usr.sbin/sbkeygen/sbkeygen.8 Fri Sep 14 07:07:41 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: sbkeygen.8,v 1.2 2013/10/26 22:58:04 wiz Exp $
+.\" $NetBSD: sbkeygen.8,v 1.3 2018/09/14 07:07:41 skrll Exp $
.\"
.\" Copyright (c) 2012 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -44,15 +44,15 @@ and
.Sh DESCRIPTION
The
.Nm
-programm is used to generate cryptographic keys for the
+program is used to generate cryptographic keys for the
.Xr elftosb 8
and
.Xr sbtool 8
-programms.
+programs.
.Pp
The
.Nm
-programm is called keygen by Freescale.
+program is called keygen by Freescale.
It was renamed to
.Nm
when imported into
@@ -68,4 +68,4 @@ Copyright (c) 2004-2010 Freescale Semico
.Sh BUGS
The
.Nm
-programm is poorly documented.
+program is poorly documented.
Index: src/external/bsd/elftosb/usr.sbin/sbtool/sbtool.8
diff -u src/external/bsd/elftosb/usr.sbin/sbtool/sbtool.8:1.2 src/external/bsd/elftosb/usr.sbin/sbtool/sbtool.8:1.3
--- src/external/bsd/elftosb/usr.sbin/sbtool/sbtool.8:1.2 Sat Oct 26 22:59:28 2013
+++ src/external/bsd/elftosb/usr.sbin/sbtool/sbtool.8 Fri Sep 14 07:07:41 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: sbtool.8,v 1.2 2013/10/26 22:59:28 wiz Exp $
+.\" $NetBSD: sbtool.8,v 1.3 2018/09/14 07:07:41 skrll Exp $
.\"
.\" Copyright (c) 2012 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -45,7 +45,7 @@
.Sh DESCRIPTION
The
.Nm
-programm is used to manipulate sb boot files for Freescale
+program is used to manipulate sb boot files for Freescale
i.MX23 and i.MX28 application processors.
.Sh SEE ALSO
.Xr elftosb 8 ,
@@ -57,4 +57,4 @@ Copyright (c) 2004-2010 Freescale Semico
.Sh BUGS
The
.Nm
-programm is poorly documented.
+program is poorly documented.