summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/ossp-uuid/ossp-uuid/0003-Fix-whatis-entries.patch
diff options
context:
space:
mode:
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.patch51
1 files changed, 51 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..060a7540f1
--- /dev/null
+++ b/meta/recipes-devtools/ossp-uuid/ossp-uuid/0003-Fix-whatis-entries.patch
@@ -0,0 +1,51 @@
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
12diff --git a/uuid++.pod b/uuid++.pod
13index 8b5a4b1..89c5efb 100644
14--- a/uuid++.pod
15+++ b/uuid++.pod
16@@ -31,7 +31,7 @@
17
18 =head1 NAME
19
20-B<OSSP uuid> - B<Universally Unique Identifier> (C++ API)
21+B<uuid++> - B<Universally Unique Identifier> (C++ API)
22
23 =head1 VERSION
24
25diff --git a/uuid.pod b/uuid.pod
26index 4ad3742..0179a46 100644
27--- a/uuid.pod
28+++ b/uuid.pod
29@@ -31,7 +31,7 @@
30
31 =head1 NAME
32
33-B<OSSP uuid> - B<Universally Unique Identifier>
34+B<uuid> - B<Universally Unique Identifier>
35
36 =head1 VERSION
37
38diff --git a/uuid_cli.pod b/uuid_cli.pod
39index ddec6bb..df9dc83 100644
40--- a/uuid_cli.pod
41+++ b/uuid_cli.pod
42@@ -31,7 +31,7 @@
43
44 =head1 NAME
45
46-B<OSSP uuid> - B<Universally Unique Identifier Command-Line Tool>
47+B<uuid> - B<Universally Unique Identifier Command-Line Tool>
48
49 =head1 VERSION
50
51--