diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:40:17 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:40:17 +0000 |
commit | f989b53289cd1370b64ab3a11dc49582601141c4 (patch) | |
tree | 889d592e33bad65a274746ad6c925a69ff19c30c /debian/patches/0015-fix-groff-warning.patch | |
parent | Adding upstream version 6.05.01. (diff) | |
download | manpages-f989b53289cd1370b64ab3a11dc49582601141c4.tar.xz manpages-f989b53289cd1370b64ab3a11dc49582601141c4.zip |
Adding debian version 6.05.01-1.debian/6.05.01-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/patches/0015-fix-groff-warning.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/patches/0015-fix-groff-warning.patch b/debian/patches/0015-fix-groff-warning.patch new file mode 100644 index 0000000..b446a05 --- /dev/null +++ b/debian/patches/0015-fix-groff-warning.patch @@ -0,0 +1,23 @@ +From: Marcos Fouces <marcos@debian.org> +Date: Wed, 7 Sep 2022 00:27:23 +0200 +Subject: Mark the glyphs as defined in groff. + +This prevents the man viewer from issuing +warnings about missing characters. +--- + man7/glob.7 | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/man7/glob.7 b/man7/glob.7 +index 466701c..c5c4577 100644 +--- a/man7/glob.7 ++++ b/man7/glob.7 +@@ -195,7 +195,7 @@ where the string between "\fI[=\fP" and "\fI=]\fP" is any collating + element from its equivalence class, as defined for the + current locale. + For example, "\fI[[=a=]]\fP" might be equivalent +-to "\fI[a\('a\(`a\(:a\(^a]\fP", that is, ++to "\fI[a\['a]\[`a]\[:a]\[^a]]\fP", that is, + to "\fI[a[.a-acute.][.a-grave.][.a-umlaut.][.a-circumflex.]]\fP". + .SH SEE ALSO + .BR sh (1), |