* find/find.1 (OPTIONS): Suggest -print0 if the output is going to another program, as opposed to suggesting it is suitable for general use. --- find/find.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/find/find.1 b/find/find.1 index ad9d0486..19c39a45 100644 --- a/find/find.1 +++ b/find/find.1 @@ -51,7 +51,7 @@ used. If no expression is given, the expression is used (but you should probably consider using .B \-print0 -instead, anyway). +instead, if the output is going to be read by another program). .PP This manual page talks about `options' within the expression list. These options control the behaviour of -- 2.39.5
