>From f3f0b85cb343fa882987beac4fff3bf57a1039bc Mon Sep 17 00:00:00 2001 From: Nikolaos Chatzikonstantinou <nchatz...@gmail.com> Date: Mon, 7 Feb 2022 18:11:03 +0900 Subject: [PATCH] doc: Capitalize parameter of -[x]type.
The parameter of -type and -xtype was lowercase 'c', and is now capital 'C' which matches the text description below. Signed-off-by: Nikolaos Chatzikonstantinou <nchatz...@gmail.com> --- doc/find.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/find.texi b/doc/find.texi index 0cc25504..09da8675 100644 --- a/doc/find.texi +++ b/doc/find.texi @@ -1174,7 +1174,7 @@ useful with @samp{-depth} (@pxref{Directories}) and @samp{-delete} @node Type @section Type -@deffn Test -type c +@deffn Test -type C True if the file is of type @var{c}: @table @code @@ -1203,7 +1203,7 @@ separated by comma @samp{,}. For example, @samp{-type f,d,l} is logically interpreted as @samp{( -type f -o -type d -o -type l )}. @end deffn -@deffn Test -xtype c +@deffn Test -xtype C This test behaves the same as @samp{-type} unless the file is a symbolic link. If the file is a symbolic link, the result is as follows (in the table below, @samp{X} should be understood to -- 2.34.1