[Openswan dev] [PATCH] programs/eroute/eroute.8.xml: fix refname

Jari Aalto jari.aalto at cante.net
Sat Mar 13 15:09:35 EST 2010


Tuomo Soini <tis at foobar.fi> writes:

> Jari Aalto wrote:
>
>> Signed-off-by: Jari Aalto <jari.aalto at cante.net>
>> ---
>>  programs/eroute/eroute.8.xml |    4 ++--
>>  1 files changed, 2 insertions(+), 2 deletions(-)
>> 
>> diff --git a/programs/eroute/eroute.8.xml b/programs/eroute/eroute.8.xml
>> index 4a30a12..72d5fa5 100644
>> --- a/programs/eroute/eroute.8.xml
>> +++ b/programs/eroute/eroute.8.xml
>> @@ -16,7 +16,7 @@
>>    </refmeta>
>>  
>>    <refnamediv id="name">
>> -    <refname>ipsec eroute</refname>
>> +    <refname>ipsec_eroute</refname>
>> 
>>      <refpurpose>manipulate IPSEC extended routing tables</refpurpose>
>>    </refnamediv>
>> @@ -424,4 +424,4 @@
>>  
>>      <!--  patch shell fixes. -->
>>    </refsect1>
>> -</refentry>
>> \ No newline at end of file
>> +</refentry>
>
> This patch is wrong. even when man page is ipsec_eroute command is
> "ipsec eroute"

See also my other mail and compare to:

     zcat /usr/share/man/man1/git-commit.1.gz | head -40 | egrep 'TH|NAME|git-'
    .\"     Title: git-commit
    .TH "GIT\-COMMIT" "1" "02/16/2010" "Git 1\&.7\&.0" "Git Manual"
    .SH "NAME"
    git-commit \- Record changes to the repository

Where the command is:

    git commit

manual page is:

    git-commit(1)

Jari



More information about the Dev mailing list