# HG changeset patch # User jlarmour # Date 1073339583 0 # Node ID 17c50425fc7271e06859c73d862ec53f41f2759f # Parent 40b7a8e5d137fe5fd73f5102743415ecf906c6ff * doc/prepare-manpages.sh: Shorten sect1 id's to make them more acceptable to default jade installations. * doc/libipsec-manpages.sgml: Regenerate. diff --git a/packages/net/ipsec/libipsec/current/ChangeLog b/packages/net/ipsec/libipsec/current/ChangeLog --- a/packages/net/ipsec/libipsec/current/ChangeLog +++ b/packages/net/ipsec/libipsec/current/ChangeLog @@ -1,3 +1,10 @@ +2004-01-05 Jonathan Larmour + + * 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 * Import of the KAME libipsec library. This is from the snapshot diff --git a/packages/net/ipsec/libipsec/current/doc/libipsec-manpages.sgml b/packages/net/ipsec/libipsec/current/doc/libipsec-manpages.sgml --- a/packages/net/ipsec/libipsec/current/doc/libipsec-manpages.sgml +++ b/packages/net/ipsec/libipsec/current/doc/libipsec-manpages.sgml @@ -8,10 +8,10 @@ libipsec Reference - + ipsec_set_policy -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 @@ -136,10 +136,10 @@ KAME May 5, - + ipsec_strerror -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 diff --git a/packages/net/ipsec/libipsec/current/doc/prepare-manpages.sh b/packages/net/ipsec/libipsec/current/doc/prepare-manpages.sh --- a/packages/net/ipsec/libipsec/current/doc/prepare-manpages.sh +++ b/packages/net/ipsec/libipsec/current/doc/prepare-manpages.sh @@ -30,7 +30,7 @@ do # 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 " " >> libipsec-manpages.sgml + echo " " >> libipsec-manpages.sgml echo " $manpage_title" >> libipsec-manpages.sgml # we make it so that it is a monospaced font echo " " >> libipsec-manpages.sgml