aboutsummaryrefslogtreecommitdiff
path: root/bin/pax/pax.1
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pax/pax.1')
-rw-r--r--bin/pax/pax.130
1 files changed, 15 insertions, 15 deletions
diff --git a/bin/pax/pax.1 b/bin/pax/pax.1
index 2cc7a694a710..0981e9c0ae77 100644
--- a/bin/pax/pax.1
+++ b/bin/pax/pax.1
@@ -30,10 +30,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" @(#)pax.1 8.4 (Berkeley) 4/18/94
-.\" $FreeBSD$
-.\"
-.Dd December 29, 2018
+.Dd October 19, 2022
.Dt PAX 1
.Os
.Sh NAME
@@ -800,7 +797,7 @@ option is also used, the resulting file may contain fewer
.Ar bytes ,
according to the compressibility of the archive contents.
See
-.Xr zip 1
+.Xr zip 1 Pq Pa ports/archivers/zip
if compressed volumes of predictable size are required.
.Pp
.Em Warning :
@@ -933,28 +930,31 @@ changed during a specified time range will be archived).
A time range is made up of six different fields and each field must contain two
digits.
The format is:
-.Dl [yy[mm[dd[hh]]]]mm[.ss]
+.Pp
+.Dl [[[[[cc]yy]mm]dd]HH]MM[.SS]
+.Pp
Where
-.Cm yy
+.Ar cc
+is the first two digits of the year (the century),
+.Ar yy
is the last two digits of the year,
the first
-.Cm mm
+.Ar mm
is the month (from 01 to 12),
-.Cm dd
+.Ar dd
is the day of the month (from 01 to 31),
-.Cm hh
+.Ar HH
is the hour of the day (from 00 to 23),
-the second
-.Cm mm
+.Ar MM
is the minute (from 00 to 59),
and
-.Cm ss
+.Ar SS
is the seconds (from 00 to 59).
The minute field
-.Cm mm
+.Ar MM
is required, while the other fields are optional and must be added in the
following order:
-.Dl Cm hh , dd , mm , yy .
+.Ar HH , dd , mm , yy , cc .
The
.Cm ss
field may be added independently of the other fields.