Module Name: src
Committed By: abs
Date: Tue Nov 2 22:13:14 UTC 2021
Modified Files:
src/share/man/man7: glob.7
Log Message:
Update glob example from X11R6 to X11R7
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/man/man7/glob.7
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man7/glob.7
diff -u src/share/man/man7/glob.7:1.3 src/share/man/man7/glob.7:1.4
--- src/share/man/man7/glob.7:1.3 Wed Jan 19 00:33:10 2011
+++ src/share/man/man7/glob.7 Tue Nov 2 22:13:14 2021
@@ -1,4 +1,4 @@
-.\" $NetBSD: glob.7,v 1.3 2011/01/19 00:33:10 uwe Exp $
+.\" $NetBSD: glob.7,v 1.4 2021/11/02 22:13:14 abs Exp $
.\"
.\" $OpenBSD: glob.7,v 1.3 2009/12/26 15:24:54 schwarze Exp $
.\"
@@ -16,7 +16,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd November 30, 2010
+.Dd November 2, 2021
.Dt GLOB 7
.Os
.Sh NAME
@@ -125,9 +125,9 @@ sequence.
Thus,
.Pa /usr/*/*/X11
would match
-.Pa /usr/X11R6/lib/X11
+.Pa /usr/X11R7/lib/X11
and
-.Pa /usr/X11R6/include/X11
+.Pa /usr/X11R7/include/X11
while
.Pa /usr/*/X11
would not match either.