Module Name: src
Committed By: uwe
Date: Mon Nov 2 07:03:48 UTC 2020
Modified Files:
src/usr.bin/find: find.1
Log Message:
Use \*q to refer to ascii quote to save fontlock from confusion.
To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 src/usr.bin/find/find.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/find/find.1
diff -u src/usr.bin/find/find.1:1.92 src/usr.bin/find/find.1:1.93
--- src/usr.bin/find/find.1:1.92 Sun Nov 1 21:11:49 2020
+++ src/usr.bin/find/find.1 Mon Nov 2 07:03:48 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: find.1,v 1.92 2020/11/01 21:11:49 kim Exp $
+.\" $NetBSD: find.1,v 1.93 2020/11/02 07:03:48 uwe Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -141,7 +141,7 @@ is skipped.
The delimiting characters include single
.Pq Dq \&'
and double
-.Pq Dq \&"
+.Pq Dq \&\*q
quotes, backslash
.Pq Dq \e ,
space, tab, and newline characters.