From 8bc79bef3406576b8d147062bf527f34cd3baa2f Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 26 Mar 2002 20:51:41 +0000 Subject: [PATCH] r1666: *** empty log message *** --- doc/Makefile | 10 +++++----- doc/ref.sgml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 36032c1..1dde360 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -5,7 +5,7 @@ # Programer: Kevin M. Rosenberg # Date Started: Mar 2002 # -# CVS Id: $Id: Makefile,v 1.3 2002/03/23 14:59:27 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.4 2002/03/26 20:51:41 kevin Exp $ # # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -79,10 +79,10 @@ ${TEXFILE}: ${DOCFILES} pdf: ${PDFFILE} ${PDFFILE}: ${TEXFILE} - @pdfjadetex '\pdfcompresslevel=9' '\input ${TEXFILE}' - @pdfjadetex '\pdfcompresslevel=9' '\input ${TEXFILE}' - @pdfjadetex '\pdfcompresslevel=9' '\input ${TEXFILE}' - @pdfjadetex '\pdfcompresslevel=9' '\input ${TEXFILE}' + @pdfjadetex -interaction=batchmode '\pdfcompresslevel=9' '\input ${TEXFILE}' > /dev/null + @pdfjadetex -interaction=batchmode '\pdfcompresslevel=9' '\input ${TEXFILE}' > /dev/null + @pdfjadetex -interaction=batchmode '\pdfcompresslevel=9' '\input ${TEXFILE}' > /dev/null + @pdfjadetex -interaction=batchmode '\pdfcompresslevel=9' '\input ${TEXFILE}' > /dev/null dvi: ${DVIFILE} diff --git a/doc/ref.sgml b/doc/ref.sgml index 8551e11..c1ba587 100644 --- a/doc/ref.sgml +++ b/doc/ref.sgml @@ -1820,7 +1820,7 @@ A value of :auto causes &clsql; - to automatically convert the SQL field into a + to automatically convert SQL fields into a numeric format where applicable. The default value of &nil; causes all fields to be returned as strings regardless of the SQL type. Otherwise a list is expected -- 2.34.1