Skip site navigation (1)Skip section navigation (2)
Date:      13 Mar 2002 21:34:09 +0100
From:      Dag-Erling Smorgrav <des@ofug.org>
To:        Robert Watson <rwatson@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: doc/share/sgml man-refs.ent
Message-ID:  <xzp7koggqbi.fsf@flood.ping.uio.no>
In-Reply-To: <200203131808.g2DI8XG77614@freefall.freebsd.org>
References:  <200203131808.g2DI8XG77614@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Robert Watson <rwatson@FreeBSD.org> writes:
>   Log:
>   Add tentities for sx(9), sx_slock(9), and sx_xlock(9).

Shouldn't this be automated?  I use the following to generate a
similar file in my private document tree:

find /usr/share/man/man* -name '*gz' | perl -n -e 'next unless (m,^(.*/)([\w\._-]+)\.(\d)\.gz$,); print "<!ENTITY man.$2.$3 \"<citerefentry><refentrytitle>$2</refentrytitle><manvolnum>$3</manvolnum></citerefentry>\">";' >manpages.ent

DES
-- 
Dag-Erling Smorgrav - des@ofug.org

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?xzp7koggqbi.fsf>