summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols/quagga/files/0001-doc-fix-makeinfo-errors-and-one-warning.patch
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2014-10-10 03:20:04 +0200
committerTudor Florea <tudor.florea@enea.com>2014-10-10 03:20:04 +0200
commit1b8dfe266937a37a4c642f96ceb2347bf4c00a17 (patch)
tree0c6aab146bb3c82efd9c7846a9a4e70dcb0ec84f /meta-networking/recipes-protocols/quagga/files/0001-doc-fix-makeinfo-errors-and-one-warning.patch
downloadmeta-openembedded-daisy-140929.tar.gz
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-networking/recipes-protocols/quagga/files/0001-doc-fix-makeinfo-errors-and-one-warning.patch')
-rw-r--r--meta-networking/recipes-protocols/quagga/files/0001-doc-fix-makeinfo-errors-and-one-warning.patch61
1 files changed, 61 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/quagga/files/0001-doc-fix-makeinfo-errors-and-one-warning.patch b/meta-networking/recipes-protocols/quagga/files/0001-doc-fix-makeinfo-errors-and-one-warning.patch
new file mode 100644
index 0000000000..24fdac505a
--- /dev/null
+++ b/meta-networking/recipes-protocols/quagga/files/0001-doc-fix-makeinfo-errors-and-one-warning.patch
@@ -0,0 +1,61 @@
1From d6cbd8bbc34529a1aff74b5ee73366b89526c961 Mon Sep 17 00:00:00 2001
2From: Joe MacDonald <joe@deserted.net>
3Date: Fri, 22 Mar 2013 08:54:44 +0000
4Subject: [PATCH] doc: fix makeinfo errors and one warning
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8
9commit 4afa50b added few lines that are syntactically incorrect
10with leading plus sign.
11
12Upstream-Status: Backport [http://git.savannah.gnu.org/gitweb/?p=quagga.git;a=commit;h=b58c90807c9d0bfa9601704c7490a16070906004]
13
14Cc: Denis Ovsienko <infrastation@yandex.ru>
15Signed-off-by: Timo Teräs <timo.teras@iki.fi>
16Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
17Signed-off-by: Joe MacDonald <joe@deserted.net>
18---
19 doc/ipv6.texi | 4 ++--
20 doc/quagga.texi | 6 +++---
21 2 files changed, 5 insertions(+), 5 deletions(-)
22
23diff --git a/doc/ipv6.texi b/doc/ipv6.texi
24index b6cc437..2482c1c 100644
25--- a/doc/ipv6.texi
26+++ b/doc/ipv6.texi
27@@ -136,8 +136,8 @@ for the lowest preference possible.
28 Default: 0
29 @end deffn
30
31-+@deffn {Interface Command} {ipv6 nd home-agent-lifetime <0-65520>} {}
32-+@deffnx {Interface Command} {no ipv6 nd home-agent-lifetime [<0-65520>]} {}
33+@deffn {Interface Command} {ipv6 nd home-agent-lifetime <0-65520>} {}
34+@deffnx {Interface Command} {no ipv6 nd home-agent-lifetime [<0-65520>]} {}
35 The value to be placed in Home Agent Option, when Home Agent config flag is set,
36 which indicates to hosts Home Agent Lifetime. The default value of 0 means to
37 place the current Router Lifetime value.
38diff --git a/doc/quagga.texi b/doc/quagga.texi
39index ff913aa..b4105ac 100644
40--- a/doc/quagga.texi
41+++ b/doc/quagga.texi
42@@ -1,13 +1,13 @@
43 \input texinfo @c -*- texinfo -*-
44+@c Set variables - sourced from defines.texi
45+@include defines.texi
46+
47 @c %**start of header
48 @setchapternewpage odd
49 @settitle @uref{http://www.quagga.net,,@value{PACKAGE_NAME}}
50 @setfilename quagga.info
51 @c %**end of header
52
53-@c Set variables - sourced from defines.texi
54-@include defines.texi
55-
56 @c automake will automatically generate version.texi
57 @c and set EDITION, VERSION, UPDATED and UPDATED-MONTH
58 @include version.texi
59--
601.7.10.4
61