~ubuntu-branches/ubuntu/vivid/roger-router/vivid

« back to all changes in this revision

Viewing changes to debian/patches/fix-manpages.diff

  • Committer: Package Import Robot
  • Author(s): Rolf Leggewie
  • Date: 2014-10-15 22:22:22 UTC
  • Revision ID: package-import@ubuntu.com-20141015222222-dxxoqi5w1ue1j5m9
Tags: 1.8.9-2
* copyright: add copyright information for win32/printer/ghostpdf.ppd
* rules: don't abort compilation on deprecated declarations
  GTK3 3.14 deprecated a number of functions which resulted in FTBFS
  after October 10.  These issues will need to be addressed with upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Subject: Fix manpage errors detected by lintian
 
2
Author: Rolf Leggewie
 
3
 
 
4
Based on work by Philipp Matthias Hahn
 
5
 
 
6
--- a/doc/roger.1.in
 
7
+++ b/doc/roger.1.in
 
8
@@ -6,8 +6,7 @@
 
9
 .B roger
 
10
 
 
11
 .SH DESCRIPTION
 
12
-.PP
 
13
-\fBRoger Router\fP is a clean solution for controlling the FRITZ!Box or compatible
 
14
+\fBroger\fP is a clean solution for controlling the FRITZ!Box or compatible
 
15
 router with Linux. It offers a rich feature list, including caller monitor,
 
16
 fax and softphone support.
 
17
 
 
18
--- a/doc/roger_cli.1.in
 
19
+++ b/doc/roger_cli.1.in
 
20
@@ -1,32 +1,40 @@
 
21
-.\" Copyright (c) 2009-2014, Jan-Michael Brummer <jan.brummer@tabos.org>
 
22
+.\" Copyright (c) 2009-2014,\ Jan-Michael Brummer <jan.brummer@tabos.org>
 
23
 .TH roger_cli 1 "" "Roger Router CLI Version @PACKAGE_VERSION@"
 
24
 .SH NAME
 
25
-roger \- Command Line Router Manager
 
26
+roger_cli \- Command Line Router Manager
 
27
 .SH SYNOPSIS
 
28
 .B roger_cli
 
29
 
 
30
 .SH DESCRIPTION
 
31
-\fBroger_cli\fP can print the current FRITZ!Box journal to the screen and send fax files.
 
32
+\fBroger_cli\fP is the Roger Router command line client for managing the FRITZ!Box.
 
33
+It can be used to print the current FRITZ!Box journal to the screen,\ initiate calls or send facsimiles.
 
34
 
 
35
 .SH OPTIONS
 
36
+The program follows the usual GNU command line syntax,\ with long options starting with two dashes (`-').
 
37
+A summary of options is included below.
 
38
 .TP
 
39
-.BR \-c
 
40
-Call a number with the softphone. Needs target number, see -n.
 
41
+.B \-h,\ \-\-help
 
42
+Show summary of options.
 
43
 .TP
 
44
-.BR \-s
 
45
-Send fax file. Needs fax file name (PS/PDF) -f and target number -n.
 
46
+.B \-d,\ \-\-debug
 
47
+Enable debug messages.
 
48
 .TP
 
49
-.BR \-d
 
50
-Enable debug output.
 
51
+.B \-j,\ \-\-journal
 
52
+Prints journal of incoming and outgoing calls.
 
53
 .TP
 
54
-.BR \-j
 
55
-Show journal.
 
56
+.B \-s,\ \-\-sendfax
 
57
+Initiate sending of a facsimile.
 
58
+Requires \-f \fIfile\fP (in PS or PF format) and \-n \fInumber\fP to be given as well.
 
59
 .TP
 
60
-.BR \-f
 
61
-File name of fax to transfer.
 
62
+.B \-c,\ \-\-call
 
63
+Initiate an outgoing call by softphone.
 
64
+Requires \-n \fInumber\fP to be given as well.
 
65
 .TP
 
66
-.BR \-n
 
67
-Target number.
 
68
+.B \-f \fIfile\fP,\ \-\-file=\fIfile\fP
 
69
+File name of a PDF or PostScript \fIfile\fP containing the facsimile to send.
 
70
+.TP
 
71
+.B \-n \fInumber\fP,\ \-\-number=\fInumber\fP
 
72
+Remote telephone or facsimile \fInumber\fP.
 
73
 
 
74
 .SH SEE ALSO
 
75
 \fIhttp://www.tabos.org/roger/\fP
 
76
@@ -40,4 +48,4 @@
 
77
  Jan-Michael Brummer (developer)
 
78
 .br
 
79
 
 
80
-This manpage was written by Jan-Michael Brummer <\fIjan.brummer@tabos.org\fP>.
 
81
\ No newline at end of file
 
82
+This manpage was written by Jan-Michael Brummer <\fIjan.brummer@tabos.org\fP> with additions by Philipp Matthias Hahn <\fIpmhahn@debian.org\fP> and Rolf Leggewie <\fIfoss@rolf.leggewie.biz\fP>.