Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Sep 1999 18:23:59 -0700 (PDT)
From:      "Rodney W. Grimes" <freebsd@gndrsh.dnsmgr.net>
To:        phantom@FreeBSD.org (Alexey Zelkin)
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/contrib/groff/tmac tmac.doc
Message-ID:  <199909230124.SAA67915@gndrsh.dnsmgr.net>
In-Reply-To: <199909222238.PAA12005@freefall.freebsd.org> from Alexey Zelkin at "Sep 22, 1999 03:38:39 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
> phantom     1999/09/22 15:38:39 PDT
> 
>   Modified files:        (Branch: RELENG_3)
>     contrib/groff/tmac   tmac.doc 
>   Log:
>   MFC: Allow .Rv macro to be used in 7th man section.

What in section 7 of the manual is talking about Return Values
from function calls?  If your talking about the mdoc.samples
use of this to demonstrate how it works, it should not have
been done by invoking the .Rv macro itself, but by proper
use of quoting.  This error was introduced in:
----------------------------
revision 1.14
date: 1997/03/19 21:01:45;  author: mpp;  state: Exp;  lines: +19 -1
Document the .Rv (return values) macro.

".Rv -std atexit" will generate the following text:

The atexit() function returns the value 0 if successful; otherwise the
value -1 is returned and the global variable errno is set to indicate the
error.
----------------------------

And should be fixed by proper use of other commands.

-- 
Rod Grimes - KD7CAX - (RWG25)                    rgrimes@gndrsh.dnsmgr.net


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909230124.SAA67915>