pax.1: minor grammar fixes

This commit is contained in:
gutteridge 2021-11-06 01:19:19 +00:00
parent e9357ddd97
commit 45137c4698
1 changed files with 3 additions and 3 deletions

View File

@ -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 concatenated within the same string
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 expression
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 ,