Mail Archives: djgpp-workers/2003/03/31/15:39:38
> Date: Mon, 31 Mar 2003 18:45:51 +0100
> From: "Richard Dawe" <rich AT phekda DOT freeserve DOT co DOT uk>
>
> Below is a patch to fix a couple of documentation issues:
>
> * Some uses of @ref do not have a comma or full-stop (period)
> after them. I've used @pxref in most cases.
>
> * When describing what a function sets the error code to,
> @var{errno} is incorrect. It should be @code{errno}.
>
> OK to commit?
Yes, but please correct this minor glitch:
> ! functions (@pxref{dosmemget}, @pxref{dosmemput}) or any one of the far
It is not a good idea to use more than a single @pxref inside the same
paren, since @pxref produces a period after the reference, so you will
have a ".," in the Info output, which looks like a typo.
This is better:
functions (see @ref{dosmemget}, and @pxref{dosmemput}) or any one of the far
Thanks!
- Raw text -