summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-01-30 22:13:35 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-01-30 22:13:35 +0100
commitbdc5038d35fa6608315a8ceaa17344e934199a4f (patch)
tree369981cfe2877955cc4a8573a28fe62bf0ae8d95
parentd9aa5f49c028db907cb9b4cb4b2f578e5d4b6681 (diff)
correct man page spelling
-rw-r--r--debian/changelog3
-rw-r--r--debian/patches/0600-man_page_spelling.patch18
-rw-r--r--debian/patches/series1
3 files changed, 21 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 1eea192..a0d7861 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,8 +10,9 @@ bitz-server (1.0.0-1) unstable; urgency=medium
- bump version to 4 (no changes required).
* debian/control:
- Change VCS-Browser to secure uri.
+ * New debian/patches/0600-man_page_spelling.patch.
- -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sat, 30 Jan 2016 21:32:24 +0100
+ -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sat, 30 Jan 2016 22:08:27 +0100
bitz-server (0.1.6-1) unstable; urgency=low
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