summaryrefslogtreecommitdiff
path: root/manual/conf.texi
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1993-06-10 01:17:25 +0000
committerRoland McGrath <roland@gnu.org>1993-06-10 01:17:25 +0000
commit946bf44f77bae9b307e8ad2b0b45072688cf1ca0 (patch)
tree88080ac3801b785dbc939a57f99c3875016a960f /manual/conf.texi
parenta4fa30d3e3e559833e733113fc2c1a240d6112a3 (diff)
Document {,_POSIX2_,_SC_}EQUIV_CLASS_MAX.
Diffstat (limited to 'manual/conf.texi')
-rw-r--r--manual/conf.texi24
1 files changed, 24 insertions, 0 deletions
diff --git a/manual/conf.texi b/manual/conf.texi
index 88f0c54c65..2c9ba66648 100644
--- a/manual/conf.texi
+++ b/manual/conf.texi
@@ -438,6 +438,14 @@ utilities can handle.
@comment unistd.h
@comment POSIX.2
+@item _SC_EQUIV_CLASS_MAX
+Inquire about the maximum number of weights that can be assigned to an
+entry of the @code{LC_COLLATE} category @samp{order} keyword in a locale
+definition. The GNU C library does not presently support locale
+definitions.
+
+@comment unistd.h
+@comment POSIX.2
@item _SC_VERSION
Inquire about the version number of POSIX.1 that the library and kernel
support.
@@ -935,6 +943,13 @@ The largest text line that the text-oriented POSIX.2 utilities can
support. (If you are using the GNU versions of these utilities, then
there is no actual limit except that imposed by the available virtual
memory, but there is no way that the library can tell you this.)
+
+@comment limits.h
+@comment POSIX.2
+@deftypevr Macro int EQUIV_CLASS_MAX
+The maximum number of weights that can be assigned to an entry of the
+@code{LC_COLLATE} category @samp{order} keyword in a locale definition.
+The GNU C library does not presently support locale definitions.
@end deftypevr
@node Utility Minimums
@@ -985,6 +1000,15 @@ Its value is @code{32}.
The most restrictive limit permitted by POSIX.2 for the maximum size of
a text line that the text utilities can handle. Its value is
@code{2048}.
+
+@comment limits.h
+@comment POSIX.2
+@item _POSIX2_EQUIV_CLASS_MAX
+The most restrictive limit permitted by POSIX.2 for the maximum number
+of weights that can be assigned to an entry of the @code{LC_COLLATE}
+category @samp{order} keyword in a locale definition. Its value is
+@code{2}. The GNU C library does not presently support locale
+definitions.
@end table
@node String Parameters