Differences between version 4 and revision by previous author of POSIXLY_CORRECT.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 4 | Last edited on Wednesday, October 8, 2003 2:04:54 pm | by JohnMcPherson | Revert |
Older page: | version 3 | Last edited on Sunday, September 7, 2003 8:53:32 am | by AristotlePagaltzis | Revert |
@@ -6,8 +6,8 @@
Some programs that behave differently if [POSIXLY_CORRECT] is set:
* bash(1)
* df(1)
-* any program using getopt(3) - if [POSIXLY_CORRECT ]is set, then getopt stops processing options after the first non-option.
+* any program using getopt(3) - if [POSIXLY_CORRECT] is set, then getopt stops processing options after the first non-option.
* patch(1)
* true(1) and false(1). From the NEWS file: ''false and true now ignore --help and --version when [POSIXLY_CORRECT] is set''
* yes(1) - '' 'yes --help' and 'yes --version' print those strings when the [POSIXLY_CORRECT] environment variable is set''