From owner-cvs-share Wed Jan 8 22:32:28 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id WAA10836 for cvs-share-outgoing; Wed, 8 Jan 1997 22:32:28 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id WAA10828; Wed, 8 Jan 1997 22:32:25 -0800 (PST) Date: Wed, 8 Jan 1997 22:32:25 -0800 (PST) From: Mike Pritchard Message-Id: <199701090632.WAA10828@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-share Subject: cvs commit: src/share/examples/mdoc example.1 example.3 example.4 Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 97/01/08 22:32:24 Modified: share/examples/mdoc example.1 example.3 example.4 Log: Add some real example diagnostics to example.[14] Add all of the possible errno's to example.3. Show examples of the .Bx (BSD) and .At (AT&T UNIX) macros in the various HISTORY sections. Add some .Rs/.Re (used for referencing things other than man pages) in the SEE ALSO sections. Suggested by: wollman Revision Changes Path 1.2 +48 -2 src/share/examples/mdoc/example.1 1.3 +198 -10 src/share/examples/mdoc/example.3 1.2 +23 -2 src/share/examples/mdoc/example.4