diff options
author | kn <kn@cvs.openbsd.org> | 2018-07-23 19:02:50 +0000 |
---|---|---|
committer | kn <kn@cvs.openbsd.org> | 2018-07-23 19:02:50 +0000 |
commit | 16266a6ea33dacb9703fe3e909d30a8b224913f7 (patch) | |
tree | 63935e41c4ac554a705cdfb6c3e7c134c4ae4e19 /bin/pax/pax.1 | |
parent | e8cd273bceec2a8d4a1b11daf5e7983a4bba8e1f (diff) |
Point to glob in section 7 for the actual list of special characters instead
the C API in section 3.
OK millert jmc nicm, "the right idea" deraadt
Diffstat (limited to 'bin/pax/pax.1')
-rw-r--r-- | bin/pax/pax.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/pax/pax.1 b/bin/pax/pax.1 index 14242563ee2..8d197da469f 100644 --- a/bin/pax/pax.1 +++ b/bin/pax/pax.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pax.1,v 1.73 2016/08/26 04:40:27 guenther Exp $ +.\" $OpenBSD: pax.1,v 1.74 2018/07/23 19:02:49 kn Exp $ .\" $NetBSD: pax.1,v 1.3 1995/03/21 09:07:37 cgd Exp $ .\" .\" Copyright (c) 1992 Keith Muller. @@ -34,7 +34,7 @@ .\" .\" @(#)pax.1 8.4 (Berkeley) 4/18/94 .\" -.Dd $Mdocdate: August 26 2016 $ +.Dd $Mdocdate: July 23 2018 $ .Dt PAX 1 .Os .Sh NAME @@ -205,7 +205,7 @@ The operand is used to select one or more pathnames of archive members. Archive members are selected using the pattern matching notation described by -.Xr glob 3 . +.Xr glob 7 . When the .Ar pattern operand is not supplied, all members of the archive will be selected. |