summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/find.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/find.texi b/doc/find.texi
index d4b5601a..d70ccc2a 100644
--- a/doc/find.texi
+++ b/doc/find.texi
@@ -4987,7 +4987,7 @@ It is possible to use the @samp{-printf} action to abandon the use of
@code{test} entirely:
@smallexample
-newest=$(find subdir -newer timestamp -printf "%A@:%p\n" |
+newest=$(find subdir -newer timestamp -printf "%A@@:%p\n" |
sort -n |
tail -n1 |
cut -d: -f2- )