Fix typo: "_SC_2_DEV" should be "_SC_2_C_DEV"

This commit is contained in:
Michael Kerrisk 2005-06-21 11:30:37 +00:00
parent 3678235c1f
commit 961abb97af
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ is used.
indicates the version of the POSIX.2 standard in the format of
YYYYMML.
.TP
.BR POSIX2_C_DEV " - " _SC_2_DEV
.BR POSIX2_C_DEV " - " _SC_2_C_DEV
indicates whether the POSIX.2 C language development facilities are
supported.
.TP