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/25677dc254d1
branches: trunk
changeset: 1015858:25677dc254d1
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 9fe550b85ec9 -r 25677dc254d1 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