1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
Author: Nico Golde <nico@ngolde.de>
Description: Fix hyphens in manual page
diff -urNad tpp-1.3.1~/doc/tpp.1 tpp-1.3.1/doc/tpp.1
--- tpp-1.3.1~/doc/tpp.1 2007-04-23 11:12:21.000000000 +0200
+++ tpp-1.3.1/doc/tpp.1 2007-12-11 08:41:23.000000000 +0100
@@ -1,6 +1,6 @@
.TH TPP "1" "April 2007" "tpp 1.3.1" "User Commands"
.SH NAME
-TPP - Text Presentation Program
+TPP \- Text Presentation Program
.SH SYNOPSIS
.B tpp
<\fIOPTIONS\fR> <\fIFILE\fR>
@@ -16,21 +16,21 @@
LaTeX conversion and more.
.SH OPTIONS
.TP
--h/--help display help
+\-h/\-\-help display help
.TP
--l output.tex input.tpp converts tpp slides into tex
+\-l output.tex input.tpp converts tpp slides into tex
.TP
--v/--version display version number
+\-v/\-\-version display version number
.SH KEYS
.TP
space
display next entry within page
.TP
-space, cursor-down, cursor-right
+space, cursor\-down, cursor\-right
display next page
.TP
-b, cursor-up, cursor-left
+b, cursor\-up, cursor\-left
display previous page
.TP
q, Q
@@ -50,16 +50,16 @@
.PP
.SH WRITING PRESENTATIONS
The tpp presentation formats consists of normal text lines and special
-commands. Special commands are contained in lines that begin with "--"
+commands. Special commands are contained in lines that begin with "\-\-"
and the command name.
-See /usr/share/doc/tpp/README for complete list of command names, and
+See /usr/share/doc/tpp/README.gz for complete list of command names, and
/usr/share/doc/tpp/examples for TPP presentation examples, including
presentation slides that have been in real-life presentations.
.SH VIM SYNTAX FILE
In /usr/share/doc/tpp/contrib you'll find a syntax file for the vim editor.
-See /usr/share/doc/tpp/README for installation instructions.
+See /usr/share/doc/tpp/README.gz for installation instructions.
.SH AUTHOR CONTACT
Tpp was written by Nico Golde <nico@ngolde.de> and Andreas Krennmair <ak@synflood.at>
|