~larryprice/ubuntu-terminal-app/missing-settings-dep

« back to all changes in this revision

Viewing changes to terminal.1

Packaging fixes in preparation for yakkety:
* Added copyright headers to src/app/qml files that didn't have it.
* Added a manpage to satisfy lintian.
* Updated debian/copyright.

Approved by Jenkins Bot, Alan Pope 🍺🐧🐱.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\"                                      Hey, EMACS: -*- nroff -*-
 
2
.\" First parameter, NAME, should be all caps
 
3
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
 
4
.\" other parameters are allowed: see man(7), man(1)
 
5
.TH TERMINAL 1 "September 16, 2016"
 
6
.\" Please adjust this date whenever revising the manpage.
 
7
.\"
 
8
.\" Some roff macros, for reference:
 
9
.\" .nh        disable hyphenation
 
10
.\" .hy        enable hyphenation
 
11
.\" .ad l      left justify
 
12
.\" .ad b      justify to both left and right margins
 
13
.\" .nf        disable filling
 
14
.\" .fi        enable filling
 
15
.\" .br        insert line break
 
16
.\" .sp <n>    insert n+1 empty lines
 
17
.\" for manpage-specific macros, see man(7)
 
18
.SH NAME
 
19
terminal \- is a terminal emulation application.
 
20
.SH SYNOPSIS
 
21
.sp
 
22
.nf
 
23
\fIterminal\fR [\-p|\-\-phone] [\-\-workdir <dir>]
 
24
    [\-\-forceAuth <true/false>] [\-t|\-\-tablet] [\-h|\-\-help] [\-I <path>]
 
25
.nf
 
26
.sp
 
27
.SH DESCRIPTION
 
28
.B terminal
 
29
is a terminal emulation application that you can use to access a unix shell.
 
30
.SH OPTIONS
 
31
.TP
 
32
.B \-h, \-\-help
 
33
Show summary of options.
 
34
.TP
 
35
.B \-p, \-\-phone
 
36
If running on Desktop, start in a phone sized window.
 
37
.TP
 
38
.B \-t, \-\-tablet
 
39
If running on Desktop, start in a tablet sized window.
 
40
.TP
 
41
.B \-\-forceAuth <true/false>
 
42
Force authentication on or off.
 
43
.TP
 
44
.B \-I <path>
 
45
Give a path for an additional QML import directory. May be used multiple times.
 
46
.TP
 
47
.B \-q <qmlfile>
 
48
Give an alternative location for the main qml file.
 
49
.TP
 
50
.B \-\-workdir <dir>
 
51
Change working directory to 'dir'
 
52
.SH AUTHOR
 
53
Terminal was written by Filippo Scognamiglio <flscogna@gmail.com>. The webpage for this package can be found at
 
54
http://launchpad.net/ubuntu-terminal-app
 
55
.PP
 
56
This manual page was written by Luke Yelavich <themuso@ubuntu.com>, for the Ubuntu project (but may be used by others).