diff options
| author | Bernhard Voelker <mail@bernhard-voelker.de> | 2017-06-29 19:02:08 +0200 |
|---|---|---|
| committer | Bernhard Voelker <mail@bernhard-voelker.de> | 2017-06-29 19:02:08 +0200 |
| commit | 0e74f89b5c35c3e1b18a194bafe8a590088a3652 (patch) | |
| tree | fe040f0920ad981e469820fcb30ce1a98125f7d0 | |
| parent | e4d77529d791af022e69bb817b7ddae6f1bb6771 (diff) | |
| download | findutils-0e74f89b5c35.tar.gz | |
doc: update the "STANDARDS CONFORMANCE" section in find.1
* find/find.1 (STANDARDS CONFORMANCE): Change the reference to the
POSIX standard from the 2003 Edition to the 2016 Edition.
In the list of supported primaries, add the missing ones:
-exec, -ok and -path. Remove the stray duplicates from the list.
| -rw-r--r-- | find/find.1 | 23 |
1 files changed, 6 insertions, 17 deletions
diff --git a/find/find.1 b/find/find.1 index 6df52de..1363b73 100644 --- a/find/find.1 +++ b/find/find.1 @@ -1651,7 +1651,7 @@ actions print the current filename as-is. This may change in a future release. .SH "STANDARDS CONFORMANCE" For closest compliance to the POSIX standard, you should set the POSIXLY_CORRECT environment variable. The following options are -specified in the POSIX standard (IEEE Std 1003.1, 2003 Edition): +specified in the POSIX standard (IEEE Std 1003.1-2008, 2016 Edition): .IP \fB\-H\fR This option is supported. @@ -1698,36 +1698,25 @@ Supported. If the POSIXLY_CORRECT environment variable is not set, some mode arguments (for example +a+x) which are not valid in POSIX are supported for backward-compatibility. -.IP "Other predicates" -The predicates +.IP "Other primaries" +The primaries .BR \-atime , .BR \-ctime , .BR \-depth , +.BR \-exec , .BR \-group , .BR \-links , .BR \-mtime , .BR \-nogroup , .BR \-nouser , +.BR \-ok , +.BR \-path , .BR \-print , .BR \-prune , .BR \-size , .BR \-user and .B \-xdev -`\-atime', -`\-ctime', -`\-depth', -`\-group', -`\-links', -`\-mtime', -`\-nogroup', -`\-nouser', -`\-perm', -`\-print', -`\-prune', -`\-size', -`\-user' and -`\-xdev', are all supported. .P |
