diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2024-11-17 13:54:59 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2024-11-17 13:54:59 +0100 |
commit | d4b11cf3e4dcc4ca0ca41d6403c98b3214a8b92d (patch) | |
tree | f6d78c2608475835e00ba27112871dee35387842 /debian/patches/0600-Fix-groff-error.patch | |
parent | 5d080a83916d09fae81e49e0b9bcee5b73416688 (diff) | |
parent | 2ef5876828c03ccfa8cc23ed994342902710b22a (diff) |
Merge branch 'release/debian/3.6-2'HEADdebian/3.6-2master
Diffstat (limited to 'debian/patches/0600-Fix-groff-error.patch')
-rw-r--r-- | debian/patches/0600-Fix-groff-error.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/0600-Fix-groff-error.patch b/debian/patches/0600-Fix-groff-error.patch new file mode 100644 index 0000000..ce5f561 --- /dev/null +++ b/debian/patches/0600-Fix-groff-error.patch @@ -0,0 +1,16 @@ +Description: dmidecode.8 Fix groff error +Author: Soren Stoutner <soren@debian.org> +Forwarded: https://savannah.nongnu.org/patch/index.php?10463 +Last-Update: 2024-07-07 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: trunk/man/dmidecode.8 +=================================================================== +--- trunk.orig/man/dmidecode.8 ++++ trunk/man/dmidecode.8 +@@ -1,3 +1,5 @@ ++'\" t ++.\" ** The above line should force tbl to be a preprocessor ** + .TH DMIDECODE 8 "February 2023" "dmidecode" + .\" + .SH NAME |