@@ -41,7 +41,7 @@ For example,
4141.PP
4242.nf
4343.RS
44- .B bfs \\ \ ( \- name '*.txt' \- or \- lname '*.txt' \\\ \ ) \- and \- print
44+ .B bfs \e ( \- name '*.txt' \- or \- lname '*.txt' \e ) \- and \- print
4545.RE
4646.fi
4747.PP
@@ -51,7 +51,7 @@ is implied between two consecutive expressions, so this is equivalent:
5151.PP
5252.nf
5353.RS
54- .B bfs \\ \ ( \- name '*.txt' \- or \- lname '*.txt' \\\ \ ) \- print
54+ .B bfs \e ( \- name '*.txt' \- or \- lname '*.txt' \e ) \- print
5555.RE
5656.fi
5757.PP
@@ -115,7 +115,6 @@ Don't descend into other mount points (same as \fB\-xdev\fR).
115115Treat
116116.I PATH
117117as a path to search (useful if it begins with a dash).
118- .PP
119118.TP
120119\fB \- D \fI FLAG \fR
121120Turn on a debugging flag (see
@@ -188,9 +187,9 @@ threads in parallel (default: number of CPUs, up to
188187\fB ( \fI expression \fB ) \fR
189188Parentheses are used for grouping expressions together.
190189You'll probably have to write
191- .B \\\ \ (
190+ .B \e (
192191.I expression
193- .B \\\ \ )
192+ .B \e )
194193to avoid the parentheses being interpreted by the shell.
195194.PP
196195\fB ! \fI expression \fR
@@ -199,7 +198,7 @@ to avoid the parentheses being interpreted by the shell.
199198.RS
200199The "not" operator: returns the negation of the truth value of the
201200.IR expression .
202- You may have to write \fB \\ ! \fIexpression\fR to avoid \fB!\fR being interpreted by the shell.
201+ You may have to write \fB \e ! \fI expression \fR to avoid \fB ! \fR being interpreted by the shell.
203202.RE
204203.PP
205204\fI expression \fR \fI expression \fR
@@ -266,7 +265,6 @@ Print usage information, and exit immediately (without parsing the rest of the c
266265Print version information, and exit immediately.
267266.RE
268267.SH OPTIONS
269- .PP
270268.B \- color
271269.br
272270.B \- nocolor
@@ -289,7 +287,7 @@ Follow all symbolic links (same as
289287.BR \- L ).
290288.TP
291289\fB \- files0 \- from \fI FILE \fR
292- Treat the NUL ('\\0 ')-separated paths in
290+ Treat the NUL ('\e 0 ')-separated paths in
293291.I FILE
294292as starting points for the search.
295293Pass
@@ -689,7 +687,6 @@ Find files of the given type, following links when
689687.B \- type
690688would not, and vice versa.
691689.SH ACTIONS
692- .PP
693690.B \- delete
694691.br
695692.B \- rm
@@ -753,7 +750,7 @@ Print the path to the found file.
753750.B \- print0
754751Like
755752.BR \- print ,
756- but use the null character ('\\0 ') as a separator rather than newlines.
753+ but use the null character ('\e 0 ') as a separator rather than newlines.
757754Useful in conjunction with
758755.B xargs
759756.IR \- 0 .
0 commit comments