From owner-cvs-gnu Mon Feb 12 11:25:22 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA20325 for cvs-gnu-outgoing; Mon, 12 Feb 1996 11:25:22 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA20318 Mon, 12 Feb 1996 11:25:20 -0800 (PST) Date: Mon, 12 Feb 1996 11:25:20 -0800 (PST) From: Mike Pritchard Message-Id: <199602121925.LAA20318@freefall.freebsd.org> To: CVS-committers, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/groff/tmac doc-syms Sender: owner-cvs-gnu@FreeBSD.ORG Precedence: bulk mpp 96/02/12 11:25:19 Modified: gnu/usr.bin/groff/tmac doc-syms Log: Added a ".Fx" macro to the mdoc package. Usage: .Fx version.rel { , . ; : ( ) [ ] Example: The .Nm xyzzy command first appeared in .Fx 2.2 . Produces: The xyzzy command first appeared in FreeBSD 2.2. Suggested by wollman. Revision Changes Path 1.4 +18 -0 src/gnu/usr.bin/groff/tmac/doc-syms