summaryrefslogtreecommitdiffstats
path: root/src/mangen.c
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2013-09-22 22:32:33 +0200
committerPali Rohár <pali.rohar@gmail.com>2013-09-23 11:10:09 +0200
commitc5d3897e7788d87fc5512eb0dd7dfbdcbf17d621 (patch)
tree2a6e34f32d07f03fc28fcf632a8bfbebdcc97b4e /src/mangen.c
parent3b68eaf30358afb1c844b27aafde5365493dd569 (diff)
download0xFFFF-c5d3897e7788d87fc5512eb0dd7dfbdcbf17d621.tar.bz2
mangen: Fix manpage footer for terminals with 80 columns
Signed-off-by: Sebastian Reichel <sre@ring0.de>
Diffstat (limited to 'src/mangen.c')
-rw-r--r--src/mangen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mangen.c b/src/mangen.c
index 88e868a..97b5723 100644
--- a/src/mangen.c
+++ b/src/mangen.c
@@ -34,7 +34,7 @@ int main() {
if ( ! pipe )
return 1;
- puts(".TH " NAME " 1 \"" __DATE__ "\" \"" INFO "\"");
+ puts(".TH " NAME " 1 \"" __DATE__ "\" \"" NAME " " VERSION "\"");
puts("");
puts(".SH NAME");