NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

misc/43857: typos in find(1)



>Number:         43857
>Category:       misc
>Synopsis:       typos in find(1)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    misc-bug-people
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Sep 09 03:20:01 +0000 2010
>Originator:     Ryo HAYASAKA
>Release:        NetBSD 5.99.39
>Organization:
Japan Advanced Institute of Science and Technology (JAIST)
>Environment:
System: NetBSD bonnie.jaist.ac.jp 5.99.39 NetBSD 5.99.39 (GENERIC) #12: Wed Sep 
8 11:21:12 JST 2010 
root%bonnie.jaist.ac.jp@localhost:/c/ryoh/obj/sys/arch/i386/compile/GENERIC i386
Architecture: i386
Machine: i386
>Description:
@@ -111,8 +111,8 @@
 evaluated are aggregated into sets, and utility will be invoked once per set,
 similar to xargs(1). If any invocation exits with non-zero exit status, then
 find will eventually do so as well, but this does not cause find to exit early.
-The string {} must appear, and must appear last. Each set is limitted to no
-more than 5,000 pathnames, and is also limitted such that the invokation of
+The string {} must appear, and must appear last. Each set is limited to no
+more than 5,000 pathnames, and is also limited such that the invocation of
 utility does not exceed ARG_MAX.
  
 -execdir utility [argument ...];
@@ -342,7 +342,7 @@
 find.
 EXIT STATUS
 The find utility normally exits 0 on success, and exits with 1 under certain
-internal error conditions. If any invokations of -exec ... + primaries return
+internal error conditions. If any invocations of -exec ... + primaries return
 non-zero exit-status, then find will do so as well.
 EXAMPLES
 The following examples are shown as given to the shell:
        
>How-To-Repeat:
        
>Fix:
        



Home | Main Index | Thread Index | Old Index