diff options
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/0600-man_page_spelling.patch | 18 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 19 insertions, 0 deletions
diff --git a/debian/patches/0600-man_page_spelling.patch b/debian/patches/0600-man_page_spelling.patch new file mode 100644 index 0000000..187628b --- /dev/null +++ b/debian/patches/0600-man_page_spelling.patch @@ -0,0 +1,18 @@ +Description: correct spelling +Author: Jörg Frings-Fürst <debian@jff-webhosting.net> +Last-Update: 2016-01-30 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: trunk/doc/bitz-server.conf.man +=================================================================== +--- trunk.orig/doc/bitz-server.conf.man ++++ trunk/doc/bitz-server.conf.man +@@ -7,7 +7,7 @@ bitz-server.conf \- bitz-server configur + .BR bitz-server (1) + obtains configuration data from a config file, the location of which is specified + at compile-time and can be overridden by command-line options during run-time. +-.SS Grammer ++.SS Grammar + Below is the BNF grammar for configuration files. Comments and include directives + are not part of the grammar, so they are not included here. See libconfig manual + at http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-File-Grammar diff --git a/debian/patches/series b/debian/patches/series index 690742e..537cd0a 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ 0001-disable_search_doc.patch +0600-man_page_spelling.patch |