From owner-cvs-share Wed Mar 19 13:01:49 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA21821 for cvs-share-outgoing; Wed, 19 Mar 1997 13:01:49 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA21814; Wed, 19 Mar 1997 13:01:48 -0800 (PST) Date: Wed, 19 Mar 1997 13:01:48 -0800 (PST) From: Mike Pritchard Message-Id: <199703192101.NAA21814@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-share Subject: cvs commit: src/share/man/man7 mdoc.samples.7 Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 97/03/19 13:01:47 Modified: share/man/man7 mdoc.samples.7 Log: 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. Revision Changes Path 1.14 +19 -1 src/share/man/man7/mdoc.samples.7