[tor-commits] [meek/master] Increase man.th.title.max.length from 11 to 12.
dcf at torproject.org
dcf at torproject.org
Sun May 25 16:16:13 UTC 2014
commit 36efac4f003bf81875fe149f9a3ee8c7876bca38
Author: David Fifield <david at bamsoftware.com>
Date: Sun May 25 09:15:17 2014 -0700
Increase man.th.title.max.length from 11 to 12.
The titles were being truncated by one character: "MEEK-CLIEN" and
"MEEK-SERVE".
---
doc/Makefile | 2 +-
doc/meek-client.1 | 4 ++--
doc/meek-server.1 | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/doc/Makefile b/doc/Makefile
index 967d944..8155a51 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -3,7 +3,7 @@ MAN = meek-client.1 meek-server.1
all: $(MAN)
%.1: %.1.txt
- a2x --no-xmllint --xsltproc-opts "--stringparam man.th.title.max.length 11" -d manpage -f manpage $<
+ a2x --no-xmllint --xsltproc-opts "--stringparam man.th.title.max.length 12" -d manpage -f manpage $<
clean:
rm -f $(MAN)
diff --git a/doc/meek-client.1 b/doc/meek-client.1
index 3e9cb5b..7625ded 100644
--- a/doc/meek-client.1
+++ b/doc/meek-client.1
@@ -2,12 +2,12 @@
.\" Title: meek-client
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\" Date: 05/24/2014
+.\" Date: 05/25/2014
.\" Manual: \ \&
.\" Source: \ \&
.\" Language: English
.\"
-.TH "MEEK\-CLIEN" "1" "05/24/2014" "\ \&" "\ \&"
+.TH "MEEK\-CLIENT" "1" "05/25/2014" "\ \&" "\ \&"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/doc/meek-server.1 b/doc/meek-server.1
index 9dc3f07..c26a447 100644
--- a/doc/meek-server.1
+++ b/doc/meek-server.1
@@ -2,12 +2,12 @@
.\" Title: meek-server
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\" Date: 05/07/2014
+.\" Date: 05/25/2014
.\" Manual: \ \&
.\" Source: \ \&
.\" Language: English
.\"
-.TH "MEEK\-SERVE" "1" "05/07/2014" "\ \&" "\ \&"
+.TH "MEEK\-SERVER" "1" "05/25/2014" "\ \&" "\ \&"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
More information about the tor-commits
mailing list