diff options
author | Denys Vlasenko | 2009-09-06 02:58:59 +0200 |
---|---|---|
committer | Denys Vlasenko | 2009-09-06 02:58:59 +0200 |
commit | 5370bfb123266ab5716f321e43d3f8f6da7d7143 (patch) | |
tree | fb4a1500d571aee4c36dc2aa5510304d5724cf07 /docs/posix_conformance.txt | |
parent | 90a9904e9ef5f2fb70e1952cb1a68bd9213bcde3 (diff) | |
download | busybox-5370bfb123266ab5716f321e43d3f8f6da7d7143.zip busybox-5370bfb123266ab5716f321e43d3f8f6da7d7143.tar.gz |
documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'docs/posix_conformance.txt')
-rw-r--r-- | docs/posix_conformance.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/posix_conformance.txt b/docs/posix_conformance.txt index 474465e..d9fa116 100644 --- a/docs/posix_conformance.txt +++ b/docs/posix_conformance.txt @@ -7,7 +7,7 @@ And the complete list of all utilities that POSIX covers: http://www.opengroup.org/onlinepubs/9699919799/idx/utilities.html This listing is a work in progress, and currently only covers -tool options (not operands, enviroment variables, return codes, etc..). +tool options (not operands, environment variables, return codes, etc..). For each option it is set if it (a) exists and (b) compliant to POSIX 2008. Some options exist but there is no value in the 'compliant' column: that means no one has yet bothered to make sure that the option does what it is |