Module Name: othersrc
Committed By: wiz
Date: Sat Jun 25 17:19:56 UTC 2011
Modified Files:
othersrc/external/bsd/mat/dist: mat.1 matpax.1
Log Message:
Spelling.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 othersrc/external/bsd/mat/dist/mat.1
cvs rdiff -u -r1.5 -r1.6 othersrc/external/bsd/mat/dist/matpax.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: othersrc/external/bsd/mat/dist/mat.1
diff -u othersrc/external/bsd/mat/dist/mat.1:1.8 othersrc/external/bsd/mat/dist/mat.1:1.9
--- othersrc/external/bsd/mat/dist/mat.1:1.8 Sat Jun 25 17:05:34 2011
+++ othersrc/external/bsd/mat/dist/mat.1 Sat Jun 25 17:19:55 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: mat.1,v 1.8 2011/06/25 17:05:34 agc Exp $
+.\" $NetBSD: mat.1,v 1.9 2011/06/25 17:19:55 wiz Exp $
.\"
.\" Copyright (c) 2011 Alistair Crooks <[email protected]>
.\" All rights reserved.
@@ -91,14 +91,14 @@
Setuid and setgid bits are only preserved
if the program is run with an effective
uid of 0.
-.It Fl s Ar substition
+.It Fl s Ar substitution
The pathnames on entry or exit to the archive, depending on whether
the archive is being created or used to extract components, are modified
using an
.Dv old
and
.Dv new
-subsitution pattern, in a similar manner to
+substitution pattern, in a similar manner to
.Xr sed 1
The first non-whitespace character of the pattern is taken to be the delimiter
for the patterns, which itself can be escaped using the backslash character.
Index: othersrc/external/bsd/mat/dist/matpax.1
diff -u othersrc/external/bsd/mat/dist/matpax.1:1.5 othersrc/external/bsd/mat/dist/matpax.1:1.6
--- othersrc/external/bsd/mat/dist/matpax.1:1.5 Sat Jun 25 17:05:34 2011
+++ othersrc/external/bsd/mat/dist/matpax.1 Sat Jun 25 17:19:55 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: matpax.1,v 1.5 2011/06/25 17:05:34 agc Exp $
+.\" $NetBSD: matpax.1,v 1.6 2011/06/25 17:19:55 wiz Exp $
.\"
.\" Copyright (c) 2011 Alistair Crooks <[email protected]>
.\" All rights reserved.
@@ -34,7 +34,7 @@
.Op Fl alrVvw
.Op Fl C Ar directory
.Op Fl f Ar archive
-.Op Fl s Ar substition
+.Op Fl s Ar substitution
.Op Ar file ...
.Sh DESCRIPTION
The
@@ -84,14 +84,14 @@
list the archive
.It Fl r
extract the named components from the archive.
-.It Fl s Ar substition
+.It Fl s Ar substitution
The pathnames on entry or exit to the archive, depending on whether
the archive is being created or used to extract components, are modified
using an
.Dv old
and
.Dv new
-subsitution pattern, in a similar manner to
+substitution pattern, in a similar manner to
.Xr sed 1
The first non-whitespace character of the pattern is taken to be the delimiter
for the patterns, which itself can be escaped using the backslash character.