=================================================================== RCS file: /cvs/djgpp/djgpp/src/utils/utils.tex,v retrieving revision 1.2 retrieving revision 1.3 diff -p -u -r1.2 -r1.3 --- djgpp/src/utils/utils.tex 1998/11/15 13:58:12 1.2 +++ /cvs/djgpp/djgpp/src/utils/utils.tex 1999/05/03 11:10:50 1.3 @@ -429,7 +429,8 @@ djsplit foo.tgz 1300k footgz would result in @code{footgz.000}, @code{footgz.001}, etc. The @code{chunksize} parameter can be expressed as bytes (NNN), -kilobytes(NNNk) or megabytes (NNNm). +kilobytes(NNNk) or megabytes (NNNm). The number NNN @emph{must} be an +integer; for example, @samp{1.1m} will @strong{not} work. @c ----------------------------------------------------------------------------- @node djmerge, texi2ps, djsplit, Top