svn commit: r45522 - head/share/xml

Glen Barber gjb at FreeBSD.org
Wed Aug 27 12:41:53 UTC 2014


On Wed, Aug 27, 2014 at 01:59:56PM +0900, Hiroki Sato wrote:
> Glen Barber <gjb at FreeBSD.org> wrote
>   in <20140826212700.GE3131 at hub.FreeBSD.org>:
> 
> gj> On Wed, Aug 27, 2014 at 06:18:28AM +0900, Hiroki Sato wrote:
> gj> > Glen Barber <gjb at FreeBSD.org> wrote
> gj> >   in <201408262047.s7QKlHrv004804 at svn.freebsd.org>:
> gj> >
> gj> > gj> Author: gjb
> gj> > gj> Date: Tue Aug 26 20:47:16 2014
> gj> > gj> New Revision: 45522
> gj> > gj> URL: http://svnweb.freebsd.org/changeset/doc/45522
> gj> > gj>
> gj> > gj> Log:
> gj> > gj>   Add more missing manual pages from head/, stable/10/, and
> gj> > gj>   stable/9/ that were excluded from the previous change
> gj> > gj>   because of local make.conf(5) and src.conf(5) entries.
> gj> >
> gj> > gj> +<!ENTITY man.atf-c++-api.3 "<citerefentry xmlns='http://docbook.org/ns/docbook'><refentrytitle>atf-c++-api</refentrytitle><manvolnum>3</manvolnum></citerefentry>">
> gj> >
> gj> >  An entity name needs to be in a [:_a-zA-Z][-.a-zA-Z0-9]* format in
> gj> >  US-ASCII.
> gj> >
> gj>
> gj> Hmm, it passed my build test until I did 'make clean'. :(
> gj>
> gj> Fixed, sorry about the breakage.
> 
>  No problem.  You might want to fix the substitution in
>  share/exmaples/missing-manrefs.sh:
> 

It looks like it is share/examples/add-manref.sh that is getting the
substitution incorrect.  missing-manrefs.sh does not create the entity
itself, it just runs add-manref.sh with the manual page and section.

I'll take a look at it today.

> gj> +			_m=$(echo ${_m} | sed -e 's,\./,,')
> gj> +			_m=$(echo ${_m} | sed -e 's/_/./g')
> 
>  And I think you should add a copyright notice into
>  missing-manrefs.sh.  Without it, "... the above copyright notice ..."
>  in the two clauses do not make sense.
> 

Bah, not sure how that got removed from the file, thanks.

Glen

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-doc-all/attachments/20140827/bc09c543/attachment.sig>


More information about the svn-doc-all mailing list