]> git.draconx.ca Git - rarpd-dx.git/commitdiff
Remove iputils headings from the man page.
authorNick Bowler <nbowler@draconx.ca>
Thu, 27 Jul 2023 04:21:56 +0000 (00:21 -0400)
committerNick Bowler <nbowler@draconx.ca>
Thu, 27 Jul 2023 04:40:49 +0000 (00:40 -0400)
This isn't part of the iputils package anymore.

Makefile.am
doc/custom-man.xsl
doc/rarpd.xml

index 9ea63081931a0709422bb2a5c64c40b46ac498f5..d0fcc15420d4cf51644c6c19e0d7e1a60e5f60f8 100644 (file)
@@ -12,7 +12,7 @@ XSLTPROC_MAN = $(XSLTPROC) -o $@ --nonet \
                --stringparam man.output.quietly 1 \
                --stringparam funcsynopsis.style ansi \
                --stringparam man.th.extra1.suppress 1 \
-               --stringparam iputils.version 'rarpd' \
+               --stringparam package '$(PACKAGE)' \
                $(XSLTPROCFLAGS) $(srcdir)/doc/custom-man.xsl
 
 DEV_TOOL_ERROR = { \
index ba9697d757df44e0f0068cc6b94b080b04673d86..6d695d7b39d3830f7800101246a52b965b592c9a 100644 (file)
@@ -25,8 +25,8 @@
     </xsl:call-template>
     <xsl:text>" "</xsl:text>
     <xsl:value-of select="normalize-space($section)"/>
-    <xsl:text>" "" "iputils </xsl:text>
-    <xsl:value-of select="$iputils.version"/>
+    <xsl:text>" "" " </xsl:text>
+    <xsl:value-of select="$package"/>
     <xsl:text>" "</xsl:text>
     <xsl:value-of select="normalize-space($extra3)"/>
     <xsl:text>"&#10;</xsl:text>
index fe45e2a2a2cf58b075cdc6726bb1a8deb9156c4a..26090c78be9cdb05f8eaadcf91e7b9d7533aa977 100644 (file)
@@ -3,7 +3,7 @@ xml:id="man.rarpd">
 
   <refentryinfo>
     <title>rarpd</title>
-    <productname>iputils</productname>
+    <productname>rarpd-dx</productname>
   </refentryinfo>
 
   <refmeta>
@@ -11,7 +11,7 @@ xml:id="man.rarpd">
       <application>rarpd</application>
     </refentrytitle>
     <manvolnum>8</manvolnum>
-    <refmiscinfo class='manual'>iputils</refmiscinfo>
+    <refmiscinfo class='manual'>Rarpd-dx User's Manual</refmiscinfo>
   </refmeta>
 
   <refnamediv>
@@ -173,12 +173,4 @@ xml:id="man.rarpd">
     unsupported relic creatures of the 90's and even earlier.</para>
   </refsection>
 
-  <refsection xml:id="availability">
-    <info>
-      <title>AVAILABILITY</title>
-    </info>
-    <para>
-    <emphasis remap="B">rarpd</emphasis> is part of the
-    <emphasis remap="I">iputils</emphasis> package.</para>
-  </refsection>
 </refentry>