* find/find.1 (-D): Change argument name from "debugoptions" to "debugopts" to match the synopsis, thus making searching in the man page easier. While at it, sort possible arguments alphabetically. --- find/find.1 | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-)
diff --git a/find/find.1 b/find/find.1 index f4e8473..cb2ff19 100644 --- a/find/find.1 +++ b/find/find.1 @@ -199,7 +199,7 @@ is, any symbolic links appearing after on the command line will be dereferenced, and those before it will not). -.IP "\-D debugoptions" +.IP "\-D debugopts" Print diagnostic information; this can be helpful to diagnose problems with why .B find @@ -211,10 +211,18 @@ options, see the output of .BR help . Valid debug options include .RS +.IP exec +Show diagnostic information relating to \-exec, \-execdir, \-ok and \-okdir .IP help -Explain the debugging options -.IP tree -Show the expression tree in its original and optimised form. +Explain the debugging options. +.IP opt +Prints diagnostic information relating to the optimisation of the +expression tree; see the \-O option. +.IP rates +Prints a summary indicating how often each predicate succeeded or +failed. +.IP search +Navigate the directory tree verbosely. .IP stat Print messages as files are examined with the .B stat @@ -223,12 +231,8 @@ and system calls. The .B find program tries to minimise such calls. -.IP opt -Prints diagnostic information relating to the optimisation of the -expression tree; see the \-O option. -.IP rates -Prints a summary indicating how often each predicate succeeded or -failed. +.IP tree +Show the expression tree in its original and optimised form. .RE .IP \-Olevel Enables query optimisation. The -- 2.1.4