svn commit: r50282 - head/share/xml

Glen Barber gjb at FreeBSD.org
Thu May 25 15:50:53 UTC 2017


Author: gjb
Date: Thu May 25 15:50:52 2017
New Revision: 50282
URL: https://svnweb.freebsd.org/changeset/doc/50282

Log:
  Fix one more sorting issue in man-refs.ent.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/share/xml/man-refs.ent

Modified: head/share/xml/man-refs.ent
==============================================================================
--- head/share/xml/man-refs.ent	Thu May 25 15:09:43 2017	(r50281)
+++ head/share/xml/man-refs.ent	Thu May 25 15:50:52 2017	(r50282)
@@ -27,10 +27,10 @@
      $FreeBSD$
 -->
 
+<!ENTITY man...1 "<citerefentry xmlns='http://docbook.org/ns/docbook'><refentrytitle>[</refentrytitle><manvolnum>1</manvolnum></citerefentry>">
 <!ENTITY man.7z.1 "<citerefentry xmlns='http://docbook.org/ns/docbook' vendor='ports'><refentrytitle>7z</refentrytitle><manvolnum>1</manvolnum></citerefentry>">
 <!ENTITY man.CC.1 "<citerefentry xmlns='http://docbook.org/ns/docbook'><refentrytitle>CC</refentrytitle><manvolnum>1</manvolnum></citerefentry>">
 <!ENTITY man.Mail.1 "<citerefentry xmlns='http://docbook.org/ns/docbook'><refentrytitle>Mail</refentrytitle><manvolnum>1</manvolnum></citerefentry>">
-<!ENTITY man...1 "<citerefentry xmlns='http://docbook.org/ns/docbook'><refentrytitle>[</refentrytitle><manvolnum>1</manvolnum></citerefentry>">
 <!-- man.X.1 no longer exists in XFree86 4.3.0; the content looks to have moved
      to section 7.  The man.X.1 is left in here while the translation teams
      catch up.  -->


More information about the svn-doc-head mailing list