aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-04-19 16:49:35 +0000
committerUlrich Drepper <drepper@redhat.com>1999-04-19 16:49:35 +0000
commita3ab859c9cb6477553532dbc204c3748a4afcdfa (patch)
tree5593ef2c6cc8e68dafcfa0463a4f983f8c342b7c
parentd788be1eb4008bb29899e7c3f2c782ab0c0f3882 (diff)
downloadglibc-a3ab859c9cb6477553532dbc204c3748a4afcdfa.tar
glibc-a3ab859c9cb6477553532dbc204c3748a4afcdfa.tar.gz
glibc-a3ab859c9cb6477553532dbc204c3748a4afcdfa.tar.bz2
glibc-a3ab859c9cb6477553532dbc204c3748a4afcdfa.zip
Update.
1999-04-19 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * manual/conf.texi (Utility Limits): Remove duplicate description of BC_DIM_MAX.
-rw-r--r--ChangeLog5
-rw-r--r--manual/conf.texi19
2 files changed, 11 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index cc162d3ee4..5f250330a7 100644
--- 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
diff --git a/manual/conf.texi b/manual/conf.texi
index 61318930c4..8815a16d2b 100644
--- a/manual/conf.texi
+++ b/manual/conf.texi
@@ -1442,13 +1442,6 @@ guaranteed to support.
@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
The largest number of elements in one array that the @code{bc} utility
is guaranteed to support.
@@ -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