cvs commit: doc/en_US.ISO8859-1/books/handbook/network-servers chapter.sgml

Simon L. Nielsen simon at FreeBSD.org
Thu Dec 9 01:20:49 PST 2004


On 2004.12.09 11:08:33 +0300, Denis Peplin wrote:
> Hi!
> 
> Simon L. Nielsen wrote:
> >On 2004.12.08 14:42:28 +0000, Denis Peplin wrote:
> >>| +      <para>Additional information available at
> >>| +	<command>apachectl</command> manual page.</para>
> >
> >
> >Wouldn't it be better to simply point at the actual manual page using
> >&man.apachectl.1; (which might need to be added to the entity file)?
> >
> Yes, it better :)

Great :-).

> It added, but our man.cgi will show:
> "Sorry, no data found for `apachectl(1)'."
>
> With 'sektion=0' all ok

Ah, the problem is that the manual page really is apachectl(8), even
though it claimso to be apachectl(1).  The attached patch fixes it.

-- 
Simon L. Nielsen
-------------- next part --------------
Index: en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml
===================================================================
RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml,v
retrieving revision 1.42
diff -u -d -r1.42 chapter.sgml
--- en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml	9 Dec 2004 07:57:26 -0000	1.42
+++ en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml	9 Dec 2004 08:44:34 -0000
@@ -4345,7 +4345,7 @@
       <screen>&prompt.root; <userinput>/usr/local/sbin/apachectl graceful</userinput></screen>
 
       <para>Additional information available at
-	&man.apachectl.1; manual page.</para>
+	&man.apachectl.8; manual page.</para>
 
       <para>To launch <application>Apache</application> at system
         startup, add the following line to
Index: share/sgml/man-refs.ent
===================================================================
RCS file: /home/ncvs/doc/share/sgml/man-refs.ent,v
retrieving revision 1.309
diff -u -d -r1.309 man-refs.ent
--- share/sgml/man-refs.ent	9 Dec 2004 09:10:06 -0000	1.309
+++ share/sgml/man-refs.ent	9 Dec 2004 09:12:56 -0000
@@ -38,7 +38,6 @@
 <!ENTITY man.afmtodit.1 "<citerefentry/<refentrytitle/afmtodit/<manvolnum/1//">
 <!ENTITY man.alias.1 "<citerefentry/<refentrytitle/alias/<manvolnum/1//">
 <!ENTITY man.alloc.1 "<citerefentry/<refentrytitle/alloc/<manvolnum/1//">
-<!ENTITY man.apachectl.1 "<citerefentry vendor='ports'/<refentrytitle/apachectl/<manvolnum/1//">
 <!ENTITY man.apply.1 "<citerefentry/<refentrytitle/apply/<manvolnum/1//">
 <!ENTITY man.apropos.1 "<citerefentry/<refentrytitle/apropos/<manvolnum/1//">
 <!ENTITY man.ar.1 "<citerefentry/<refentrytitle/ar/<manvolnum/1//">
@@ -3874,6 +3873,7 @@
 <!ENTITY man.amldb.8 "<citerefentry/<refentrytitle/amldb/<manvolnum/8//">
 <!ENTITY man.amq.8 "<citerefentry/<refentrytitle/amq/<manvolnum/8//">
 <!ENTITY man.ancontrol.8 "<citerefentry/<refentrytitle/ancontrol/<manvolnum/8//">
+<!ENTITY man.apachectl.8 "<citerefentry vendor='ports'/<refentrytitle/apachectl/<manvolnum/8//">
 <!ENTITY man.apm.8 "<citerefentry/<refentrytitle/apm/<manvolnum/8//">
 <!ENTITY man.apmconf.8 "<citerefentry/<refentrytitle/apmconf/<manvolnum/8//">
 <!ENTITY man.apmd.8 "<citerefentry/<refentrytitle/apmd/<manvolnum/8//">
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-all/attachments/20041209/1b5a661c/attachment.bin


More information about the cvs-all mailing list