Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/find Properly quote '\;' in example.



details:   https://anonhg.NetBSD.org/src/rev/20d0be2597ea
branches:  trunk
changeset: 941913:20d0be2597ea
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Nov 01 16:47:29 2020 +0000

description:
Properly quote '\;' in example.

diffstat:

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

diffs (18 lines):

diff -r fa2a8d7a0f32 -r 20d0be2597ea usr.bin/find/find.1
--- a/usr.bin/find/find.1       Sun Nov 01 16:34:02 2020 +0000
+++ b/usr.bin/find/find.1       Sun Nov 01 16:47:29 2020 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: find.1,v 1.90 2020/11/01 16:34:02 kim Exp $
+.\"    $NetBSD: find.1,v 1.91 2020/11/01 16:47:29 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -824,7 +824,7 @@
 .It Li "find / \e( \-newer ttt \-or \-user wnj \e) \-ls \-exit 1"
 Same as above, but list the first file matching the criteria before exiting
 with a value of 1.
-.It Li "find . \-type f \-exec sh \-c 'file=\*[q]$1\*[q]; ...;' - {} \;"
+.It Li "find . \-type f \-exec sh \-c 'file=\*[q]$1\*[q]; ...;' - {} \e;"
 Perform an arbitrarily complex shell command for every file.
 .El
 .Sh SEE ALSO



Home | Main Index | Thread Index | Old Index