summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/ossp-uuid/ossp-uuid/0003-Fix-whatis-entries.patch
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2014-10-16 03:05:19 +0200
committerTudor Florea <tudor.florea@enea.com>2014-10-16 03:05:19 +0200
commitc527fd1f14c27855a37f2e8ac5346ce8d940ced2 (patch)
treebb002c1fdf011c41dbd2f0927bed23ecb5f83c97 /meta/recipes-devtools/ossp-uuid/ossp-uuid/0003-Fix-whatis-entries.patch
downloadpoky-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/recipes-devtools/ossp-uuid/ossp-uuid/0003-Fix-whatis-entries.patch')
-rw-r--r--meta/recipes-devtools/ossp-uuid/ossp-uuid/0003-Fix-whatis-entries.patch58
1 files changed, 58 insertions, 0 deletions
diff --git a/meta/recipes-devtools/ossp-uuid/ossp-uuid/0003-Fix-whatis-entries.patch b/meta/recipes-devtools/ossp-uuid/ossp-uuid/0003-Fix-whatis-entries.patch
new file mode 100644
index 0000000000..13cbb59896
--- /dev/null
+++ b/meta/recipes-devtools/ossp-uuid/ossp-uuid/0003-Fix-whatis-entries.patch
@@ -0,0 +1,58 @@
1From: Marco Nenciarini <marco.nenciarini@devise.it>
2Date: Tue, 2 Feb 2010 12:16:49 +0100
3Subject: [PATCH] Fix whatis entries
4
5Fix whatis entry of uuid.1, uuid.3ossp and uuid++.3ossp manpages
6---
7 uuid++.pod | 2 +-
8 uuid.pod | 2 +-
9 uuid_cli.pod | 2 +-
10 3 files changed, 3 insertions(+), 3 deletions(-)
11
12----
13Upstream-Status: Inappropriate [not author]
14
15This patch is from debian ossp-uuid 1.6.2 integration.
16
17Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
18
19diff --git a/uuid++.pod b/uuid++.pod
20index 8b5a4b1..89c5efb 100644
21--- a/uuid++.pod
22+++ b/uuid++.pod
23@@ -31,7 +31,7 @@
24
25 =head1 NAME
26
27-B<OSSP uuid> - B<Universally Unique Identifier> (C++ API)
28+B<uuid++> - B<Universally Unique Identifier> (C++ API)
29
30 =head1 VERSION
31
32diff --git a/uuid.pod b/uuid.pod
33index 4ad3742..0179a46 100644
34--- a/uuid.pod
35+++ b/uuid.pod
36@@ -31,7 +31,7 @@
37
38 =head1 NAME
39
40-B<OSSP uuid> - B<Universally Unique Identifier>
41+B<uuid> - B<Universally Unique Identifier>
42
43 =head1 VERSION
44
45diff --git a/uuid_cli.pod b/uuid_cli.pod
46index ddec6bb..df9dc83 100644
47--- a/uuid_cli.pod
48+++ b/uuid_cli.pod
49@@ -31,7 +31,7 @@
50
51 =head1 NAME
52
53-B<OSSP uuid> - B<Universally Unique Identifier Command-Line Tool>
54+B<uuid> - B<Universally Unique Identifier Command-Line Tool>
55
56 =head1 VERSION
57
58--