]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 19 Apr 1999 16:49:35 +0000 (16:49 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 19 Apr 1999 16:49:35 +0000 (16:49 +0000)
1999-04-19  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>

* manual/conf.texi (Utility Limits): Remove duplicate description
of BC_DIM_MAX.

ChangeLog
manual/conf.texi

index cc162d3ee4349421829806a6cd1c4440ae9b3900..5f250330a7560383a9f829dc760897d77f5e553e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
index 61318930c4e65a82e71e9772f3b6a935af46d742..8815a16d2ba6eefd89dfefa6361cef562c0456ee 100644 (file)
@@ -1440,13 +1440,6 @@ The largest value of @code{obase} that the @code{bc} utility is
 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
@@ -1456,16 +1449,16 @@ is guaranteed to support.
 
 @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