diff options
author | Yves-Alexis Perez <corsac@corsac.net> | 2012-06-29 13:13:08 +0200 |
---|---|---|
committer | Yves-Alexis Perez <corsac@corsac.net> | 2012-06-29 13:13:08 +0200 |
commit | 22a7054ee5b58dce56ebef637ec58331c2e0a58f (patch) | |
tree | dd8c2fec079c3fadd368622eadde60d57a1d4da0 /debian/patches/01_fix-manpages.patch | |
parent | de707fa60bce64a2c7aa5cb479a5f9b40bd6b2c6 (diff) | |
download | vyos-strongswan-22a7054ee5b58dce56ebef637ec58331c2e0a58f.tar.gz vyos-strongswan-22a7054ee5b58dce56ebef637ec58331c2e0a58f.zip |
add patch to fix NAME section in manpages
* debian/patches:
- 01_fix-manpages added, fix space in NAME section.
Diffstat (limited to 'debian/patches/01_fix-manpages.patch')
-rw-r--r-- | debian/patches/01_fix-manpages.patch | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/debian/patches/01_fix-manpages.patch b/debian/patches/01_fix-manpages.patch new file mode 100644 index 000000000..c3b689bd9 --- /dev/null +++ b/debian/patches/01_fix-manpages.patch @@ -0,0 +1,49 @@ +Index: strongswan/src/_updown/_updown.8 +=================================================================== +--- strongswan.orig/src/_updown/_updown.8 2012-06-28 20:48:14.337158901 +0200 ++++ strongswan/src/_updown/_updown.8 2012-06-29 11:25:55.897696373 +0200 +@@ -1,6 +1,6 @@ + .TH _UPDOWN 8 "27 Apr 2006" + .SH NAME +-ipsec _updown \- route and firewall manipulation script ++ipsec_updown \- route and firewall manipulation script + .SH SYNOPSIS + .I _updown + is invoked by pluto when it has brought up a new connection. This script +Index: strongswan/src/_updown_espmark/_updown_espmark.8 +=================================================================== +--- strongswan.orig/src/_updown_espmark/_updown_espmark.8 2012-06-28 20:48:14.337158901 +0200 ++++ strongswan/src/_updown_espmark/_updown_espmark.8 2012-06-29 11:26:18.517907016 +0200 +@@ -1,6 +1,6 @@ + .TH _UPDOWN_ESPMARK 8 "7 Apr 2005" + .SH NAME +-ipsec _updown_espmark \- manages routes and firewall rules ++ipsec_updown_espmark \- manages routes and firewall rules + .SH SYNOPSIS + .I _updown_espmark + is invoked by pluto when it has brought up a new connection. This script +Index: strongswan/src/openac/openac.8 +=================================================================== +--- strongswan.orig/src/openac/openac.8 2012-06-28 20:48:14.473160290 +0200 ++++ strongswan/src/openac/openac.8 2012-06-29 11:26:38.854096394 +0200 +@@ -1,6 +1,6 @@ + .TH IPSEC_OPENAC 8 "22 September 2007" + .SH NAME +-ipsec openac \- Generation of X.509 attribute certificates ++ipsec_openac \- Generation of X.509 attribute certificates + .SH SYNOPSIS + .B ipsec + .B openac +Index: strongswan/src/scepclient/scepclient.8 +=================================================================== +--- strongswan.orig/src/scepclient/scepclient.8 2012-06-28 20:48:14.497160535 +0200 ++++ strongswan/src/scepclient/scepclient.8 2012-06-29 11:27:01.934311341 +0200 +@@ -1,7 +1,7 @@ + .\" + .TH "IPSEC_SCEPCLIENT" "8" "29 September 2005" "Jan Hutter, Martin Willi" "" + .SH "NAME" +-ipsec scepclient \- Client for the SCEP protocol ++ipsec_scepclient \- Client for the SCEP protocol + .SH "SYNOPSIS" + .B ipsec scepclient [argument ...] + .sp |