Differences between version 5 and previous revision of getopt(3).
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 5 | Last edited on Saturday, September 6, 2003 4:20:13 pm | by JohnMcPherson | Revert |
Older page: | version 4 | Last edited on Saturday, September 6, 2003 2:21:39 pm | by CraigBox | Revert |
@@ -279,9 +279,9 @@
!!BUGS
-The POSIX.2 specification of __getopt()__ has a technical
+The [
POSIX]
.2 specification of __getopt()__ has a technical
error described in POSIX.2 Interpretation 150. The GNU
implementation (and probably all other implementations)
implements the correct behaviour rather than that
specified.
@@ -290,9 +290,9 @@
__getopt()__:
-POSIX.2, provided the environment variable POSIXLY_CORRECT
+[
POSIX]
.2, provided the environment variable [
POSIXLY_CORRECT]
is set. Otherwise, the elements of ''argv'' aren't really
const, because we permute them. We pretend they're const in
the prototype to be compatible with other
systems.