This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libipsec doc: shorten sect1 id's


Index: ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos-opt/net/net/ipsec/libipsec/current/ChangeLog,v
retrieving revision 1.1
diff -u -5 -p -r1.1 ChangeLog
--- ChangeLog	22 Nov 2003 13:01:35 -0000	1.1
+++ ChangeLog	5 Jan 2004 21:52:53 -0000
@@ -1,5 +1,12 @@
+2004-01-05  Jonathan Larmour  <jifl@eCosCentric.com>
+
+	* doc/prepare-manpages.sh: Shorten sect1 id's to make them more
+	acceptable to default jade installations.
+
+	* doc/libipsec-manpages.sgml: Regenerate.
+
 2003-11-22  Andrew Lunn  <andrew.lunn@ascom.ch>
 
 	* Import of the KAME libipsec library. This is from the snapshot
 	kame-20031110-freebsd49-snap.tgz available from www.kame.net.
 	
Index: doc/libipsec-manpages.sgml
===================================================================
RCS file: /cvs/ecos/ecos-opt/net/net/ipsec/libipsec/current/doc/libipsec-manpages.sgml,v
retrieving revision 1.1
diff -u -5 -p -r1.1 libipsec-manpages.sgml
--- doc/libipsec-manpages.sgml	22 Nov 2003 12:56:30 -0000	1.1
+++ doc/libipsec-manpages.sgml	5 Jan 2004 21:52:53 -0000
@@ -6,14 +6,14 @@
 
 <chapter id="libipsec-library-reference">
   <title>libipsec Reference</title>
 
 
-  <sect1 id="net-ipsec-common-libipsec-manpages-ipsec-set-policy">
+  <sect1 id="net-ipsec-libipsec-man-ipsec-set-policy">
     <title>ipsec_set_policy</title>
     <screen>
-IPSEC_SET_POLICY(3)      BSD Library Functions Manual      IPSEC_SET_POLICY(3)
+IPSEC_SET_POLICY(3)     System Library Functions Manual    IPSEC_SET_POLICY(3)
 
 NAME
      ipsec_set_policy, ipsec_get_policylen, ipsec_dump_policy - manipulate
      IPsec policy specification structure from readable string
 
@@ -134,14 +134,14 @@ HISTORY
 
 KAME                              May 5, 1998                             KAME
     </screen>
   </sect1>
 
-  <sect1 id="net-ipsec-common-libipsec-manpages-ipsec-strerror">
+  <sect1 id="net-ipsec-libipsec-man-ipsec-strerror">
     <title>ipsec_strerror</title>
     <screen>
-IPSEC_STRERROR(3)        BSD Library Functions Manual        IPSEC_STRERROR(3)
+IPSEC_STRERROR(3)       System Library Functions Manual      IPSEC_STRERROR(3)
 
 NAME
      ipsec_strerror - error message for IPsec policy manipulation library
 
 SYNOPSIS
Index: doc/prepare-manpages.sh
===================================================================
RCS file: /cvs/ecos/ecos-opt/net/net/ipsec/libipsec/current/doc/prepare-manpages.sh,v
retrieving revision 1.1
diff -u -5 -p -r1.1 prepare-manpages.sh
--- doc/prepare-manpages.sh	22 Nov 2003 12:56:30 -0000	1.1
+++ doc/prepare-manpages.sh	5 Jan 2004 21:52:53 -0000
@@ -28,11 +28,11 @@ do
     # get the title for this section
     manpage_title=`egrep '^\.Dt' $manpage | awk '{print $2}' | tr 'A-Z' 'a-z'`
     # note that _ is illegal in an id, so we canonicalize it to -
     docbook_section_id=`echo $manpage_title | sed 's/_/-/g'`
     # now prepare out a section and title
-    echo "  <sect1 id=\"net-ipsec-common-libipsec-manpages-$docbook_section_id\">" >> libipsec-manpages.sgml
+    echo "  <sect1 id=\"net-ipsec-libipsec-man-$docbook_section_id\">" >> libipsec-manpages.sgml
     echo "    <title>$manpage_title</title>" >> libipsec-manpages.sgml
     # we make it <screen> so that it is a monospaced font
     echo "    <screen>" >> libipsec-manpages.sgml
 
     # now put the contents into this section


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]