Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/find Use \*q to refer to ascii quote to save fontloc...



details:   https://anonhg.NetBSD.org/src/rev/6cd98483900d
branches:  trunk
changeset: 941960:6cd98483900d
user:      uwe <uwe%NetBSD.org@localhost>
date:      Mon Nov 02 07:03:48 2020 +0000

description:
Use \*q to refer to ascii quote to save fontlock from confusion.

diffstat:

 usr.bin/find/find.1 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r bf86288e787b -r 6cd98483900d usr.bin/find/find.1
--- a/usr.bin/find/find.1       Mon Nov 02 06:40:11 2020 +0000
+++ b/usr.bin/find/find.1       Mon Nov 02 07:03:48 2020 +0000
@@ -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 @@
 The delimiting characters include single
 .Pq Dq \&'
 and double
-.Pq Dq \&"
+.Pq Dq \&\*q
 quotes, backslash
 .Pq Dq \e ,
 space, tab, and newline characters.



Home | Main Index | Thread Index | Old Index