From: Message-Id: <200304201640.h3KGeiSB026891@speedy.ludd.luth.se> Subject: @var, -, @code? To: DJGPP-WORKERS Date: Sun, 20 Apr 2003 18:40:44 +0200 (CEST) X-Mailer: ELM [version 2.4ME+ PL78 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-MailScanner: Found to be clean Reply-To: djgpp-workers AT delorie DOT com Hello. In strtof.txh we have: @example #include float strtof(const char *s, char **endp); @end example @subheading Description ... If @var{endp} is not a null pointer, @code{*endp} is set to point to the first unconverted Is "If @var{endp} ..., @code{*endp} ..." right? Right, MartinS