+1999-04-19 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
+
+ * manual/conf.texi (Utility Limits): Remove duplicate description
+ of BC_DIM_MAX.
+
1999-04-19 Ulrich Drepper <drepper@cygnus.com>
* wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Correctly initialize
guaranteed to support.
@end deftypevr
-@comment limits.h
-@comment POSIX.2
-@deftypevr Macro int BC_SCALE_MAX
-The largest value of @code{scale} that the @code{bc} utility is
-guaranteed to support.
-@end deftypevr
-
@comment limits.h
@comment POSIX.2
@deftypevr Macro int BC_DIM_MAX
@comment limits.h
@comment POSIX.2
-@deftypevr Macro int BC_STRING_MAX
-The largest number of characters in one string constant that the
-@code{bc} utility is guaranteed to support.
+@deftypevr Macro int BC_SCALE_MAX
+The largest value of @code{scale} that the @code{bc} utility is
+guaranteed to support.
@end deftypevr
@comment limits.h
@comment POSIX.2
-@deftypevr Macro int BC_DIM_MAX
-The largest number of elements in one array that the @code{bc} utility
-is guaranteed to support.
+@deftypevr Macro int BC_STRING_MAX
+The largest number of characters in one string constant that the
+@code{bc} utility is guaranteed to support.
@end deftypevr
@comment limits.h