Module Name: src
Committed By: gutteridge
Date: Sat Nov 6 01:19:19 UTC 2021
Modified Files:
src/bin/pax: pax.1
Log Message:
pax.1: minor grammar fixes
To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 src/bin/pax/pax.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/bin/pax/pax.1
diff -u src/bin/pax/pax.1:1.71 src/bin/pax/pax.1:1.72
--- src/bin/pax/pax.1:1.71 Tue Mar 19 00:36:14 2019
+++ src/bin/pax/pax.1 Sat Nov 6 01:19:19 2021
@@ -1,4 +1,4 @@
-.\" $NetBSD: pax.1,v 1.71 2019/03/19 00:36:14 gutteridge Exp $
+.\" $NetBSD: pax.1,v 1.72 2021/11/06 01:19:19 gutteridge Exp $
.\"
.\" Copyright (c) 1992 Keith Muller.
.\" Copyright (c) 1992, 1993
@@ -489,7 +489,7 @@ Multiple characteristics can be concaten
and multiple
.Fl p
options can be specified.
-The meaning of the specification characters are as follows:
+The meanings of the specification characters are as follows:
.Bl -tag -width 2n
.It Cm a
Do not preserve file access times.
@@ -571,7 +571,7 @@ operands according to the substitution e
using the syntax of the
.Xr ed 1
utility regular expressions.
-The format of these regular expressions are:
+The format of these regular expressions is:
.Dl /old/new/[gps]
As in
.Xr ed 1 ,