summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/coreutils/coreutils/0001-doc-fix-Up-field-of-realpath-usage-examples.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/coreutils/coreutils/0001-doc-fix-Up-field-of-realpath-usage-examples.patch')
-rw-r--r--meta/recipes-core/coreutils/coreutils/0001-doc-fix-Up-field-of-realpath-usage-examples.patch40
1 files changed, 40 insertions, 0 deletions
diff --git a/meta/recipes-core/coreutils/coreutils/0001-doc-fix-Up-field-of-realpath-usage-examples.patch b/meta/recipes-core/coreutils/coreutils/0001-doc-fix-Up-field-of-realpath-usage-examples.patch
new file mode 100644
index 0000000000..d763842966
--- /dev/null
+++ b/meta/recipes-core/coreutils/coreutils/0001-doc-fix-Up-field-of-realpath-usage-examples.patch
@@ -0,0 +1,40 @@
1From e83f10c48309b722570dc53a22deb355433f8cbc Mon Sep 17 00:00:00 2001
2From: Bernhard Voelker <mail@bernhard-voelker.de>
3Date: Tue, 5 Sep 2017 00:20:01 +0200
4Subject: [PATCH] doc: fix "Up" field of realpath usage examples
5
6Older versions of 'makeinfo' choke on a missing reference:
7
8 ./doc/coreutils.texi:14177: `Realpath usage examples' has no Up field\
9 (perhaps incorrect sectioning?).
10 makeinfo: Removing output file `doc/coreutils.info' due to errors; \
11 use --force to preserve.
12
13* doc/coreutils.texi (realpath invocation): Add a menu referencing
14the usage examples - introduced in v8.27-91-g7449f0d.
15
16Upstream-Status: Backport
17
18Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
19---
20 doc/coreutils.texi | 4 ++++
21 1 file changed, 4 insertions(+)
22
23diff --git a/doc/coreutils.texi b/doc/coreutils.texi
24index 70e2b76..d374b4a 100644
25--- a/doc/coreutils.texi
26+++ b/doc/coreutils.texi
27@@ -14175,6 +14175,10 @@ Exit status:
28 1 otherwise.
29 @end display
30
31+@menu
32+* Realpath usage examples:: Realpath usage examples.
33+@end menu
34+
35
36 @node Realpath usage examples
37 @subsection Realpath usage examples
38--
392.1.0
40