From: Martin Str|mberg Message-Id: <199901101705.SAA23667@father.ludd.luth.se> Subject: sample.txh (was: Re: rand48 for libc) To: djgpp-workers AT delorie DOT com (DJGPP-WORKERS) Date: Sun, 10 Jan 1999 18:05:43 +0100 (MET) Cc: eliz AT is DOT elta DOT co DOT il (Eli Zaretskii) X-Mailer: ELM [version 2.4ME+ PL15 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Eli said: > Formal arguments should be typeset with @var{}, not with @code{}: > > @code{srand48} sets the high order 32 bits to the argument @var{seed}. Then a patch to sample.txh seems to be appropriate: diff -ru src.org/mkdoc/sample.txh src/mkdoc/sample.txh --- src.org/mkdoc/sample.txh Sun Nov 15 13:52:56 1998 +++ src/mkdoc/sample.txh Sun Jan 10 16:54:10 1999 @@ -41,7 +41,7 @@ @subheading Return Value -The absolute value of @code{value} is returned. +The absolute value of @var{value} is returned. @subheading Portability Right, MartinS