Mail Archives: djgpp-workers/1999/01/10/12:06:31
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
- Raw text -