From 297dc71293264c978a834b609a84ab0b304d3086 Mon Sep 17 00:00:00 2001 From: jay Date: Fri, 22 Oct 2004 19:42:05 +0000 Subject: [PATCH] Indicate that "{}+" is not yet supported. --- find/find.1 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/find/find.1 b/find/find.1 index 1d57c4f..2253b17 100644 --- a/find/find.1 +++ b/find/find.1 @@ -282,6 +282,9 @@ of .BR find . Both of these constructions might need to be escaped (with a `\e') or quoted to protect them from expansion by the shell. See the +.IP "\-exec \fIcommand\fR +" +This variant of \-exec is not yet supported, but is required by POSIX. + .B EXAMPLES section for examples of the use of the `-exec' option. The command is @@ -545,12 +548,14 @@ GNU find also supports `D', representing a Door, where the OS provides these. Supported. Interpretation of the response is not locale-dependent (see ENVIRONMENT VARIABLES). +.IP "\-exec" +Supported for the `{} ;' case, but the '{} +' variant is not supported yet. + .IP "Other predicates" The predicates `-atime', `-ctime', `-depth', -`-exec', `-group', `-links', `-mtime', -- 2.11.4.GIT