summaryrefslogtreecommitdiff
path: root/doc/find.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/find.texi')
-rw-r--r--doc/find.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/find.texi b/doc/find.texi
index 379fe646..bf70be6c 100644
--- a/doc/find.texi
+++ b/doc/find.texi
@@ -3050,7 +3050,7 @@ its argument is an unstripped binary file:
@example
#! /bin/sh
-file "$1" | grep -q "not stripped"
+file "$1" | grep "not stripped" >/dev/null
@end example