summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sbin/newfs_ext2fs/newfs_ext2fs.86
-rw-r--r--share/man/man4/pgt.48
-rw-r--r--usr.sbin/pkg_add/pod/OpenBSD::State.pod6
3 files changed, 10 insertions, 10 deletions
diff --git a/sbin/newfs_ext2fs/newfs_ext2fs.8 b/sbin/newfs_ext2fs/newfs_ext2fs.8
index 10d756cff87..80d93f395f3 100644
--- a/sbin/newfs_ext2fs/newfs_ext2fs.8
+++ b/sbin/newfs_ext2fs/newfs_ext2fs.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: newfs_ext2fs.8,v 1.5 2010/03/14 11:29:48 ajacoutot Exp $
+.\" $OpenBSD: newfs_ext2fs.8,v 1.6 2013/04/16 16:29:30 jmc Exp $
.\" $NetBSD: newfs_ext2fs.8,v 1.7 2009/12/01 08:47:25 pooka Exp $
.\"
.\" Copyright (c) 1983, 1987, 1991, 1993, 1994
@@ -30,7 +30,7 @@
.\"
.\" @(#)newfs.8 8.6 (Berkeley) 5/3/95
.\"
-.Dd $Mdocdate: March 14 2010 $
+.Dd $Mdocdate: April 16 2013 $
.Dt NEWFS_EXT2FS 8
.Os
.Sh NAME
@@ -157,7 +157,7 @@ Select the filesystem-format.
.It 0
.Ql GOOD_OLD_REV ;
this option is primarily used to build root file systems that can be
-understood by old or dumb firmwares for bootstrap.
+understood by old or dumb firmware for bootstrap.
(default)
.It 1
.Ql DYNAMIC_REV ;
diff --git a/share/man/man4/pgt.4 b/share/man/man4/pgt.4
index fdac12e3511..7cedd7861b7 100644
--- a/share/man/man4/pgt.4
+++ b/share/man/man4/pgt.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pgt.4,v 1.39 2013/02/14 07:40:42 jmc Exp $
+.\" $OpenBSD: pgt.4,v 1.40 2013/04/16 16:29:30 jmc Exp $
.\"
.\" Copyright (c) 2006 Theo de Raadt.
.\" Copyright (c) 2006 The DragonFly Project. All rights reserved.
@@ -30,7 +30,7 @@
.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: February 14 2013 $
+.Dd $Mdocdate: April 16 2013 $
.Dt PGT 4
.Os
.Sh NAME
@@ -44,12 +44,12 @@ device
The
.Nm
driver provides support for Conexant/Intersil GT-series devices
-which can support the Full-Mac firmwares, using the ISL3877,
+which can support the Full-Mac firmware, using the ISL3877,
ISL3880, and ISL3890 chips.
The
.Nm
driver will not (yet) work on similar devices using the ISL3886 or
-similar chips which use the Soft-Mac firmwares.
+similar chips which use the Soft-Mac firmware.
.Pp
These are the modes the
.Nm
diff --git a/usr.sbin/pkg_add/pod/OpenBSD::State.pod b/usr.sbin/pkg_add/pod/OpenBSD::State.pod
index 3571c03d980..fb2eed57c1d 100644
--- a/usr.sbin/pkg_add/pod/OpenBSD::State.pod
+++ b/usr.sbin/pkg_add/pod/OpenBSD::State.pod
@@ -1,4 +1,4 @@
-$OpenBSD: OpenBSD::State.pod,v 1.2 2010/06/30 10:51:04 espie Exp $
+$OpenBSD: OpenBSD::State.pod,v 1.3 2013/04/16 16:29:30 jmc Exp $
=head1 NAME
@@ -35,7 +35,7 @@ It provides default behavior for options -v and -D value.
Subclass C<OpenBSD::State::AddCreateDelete> adds progressmeter behavior, along
with options -m, -n and -x.
-Some methods can be used and overriden safely.
+Some methods can be used and overridden safely.
=over 4
@@ -66,7 +66,7 @@ calling package, for legacy commands that still use C<our ($opt_x)> constructs.
In case of an error, usage will call C<die>.
-Meant to be overriden. A subclass C<handle_options> will normally do
+Meant to be overridden. A subclass C<handle_options> will normally do
all option parsing and stuff the results in the C<$state> object.
=item $state->usage($extra, @args)