From a3ab859c9cb6477553532dbc204c3748a4afcdfa Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 19 Apr 1999 16:49:35 +0000 Subject: Update. 1999-04-19 Andreas Schwab * manual/conf.texi (Utility Limits): Remove duplicate description of BC_DIM_MAX. --- manual/conf.texi | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) (limited to 'manual') diff --git a/manual/conf.texi b/manual/conf.texi index 61318930c4..8815a16d2b 100644 --- a/manual/conf.texi +++ b/manual/conf.texi @@ -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 -- cgit 1.4.1