File: lxterminal.xml

package info (click to toggle)
lxterminal 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 1,676 kB
  • sloc: ansic: 1,946; sh: 1,283; xml: 79; makefile: 75; python: 14
file content (91 lines) | stat: -rw-r--r-- 3,648 bytes parent folder | download | duplicates (4)
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<?xml version="1.0"?>
<refentry>  <refentryinfo>    <address>      <email>grandpaul@gmail.com</email>
    </address>
    <author>      <firstname>Ying-Chun</firstname>
      <surname>Liu</surname>
    </author>
    <copyright>      <year>2008</year>
      <holder>paulliu</holder>
    </copyright>
    <date>Jun  28, 2008</date>
  </refentryinfo>
  <refmeta>    <refentrytitle>LXTERMINAL</refentrytitle>
<refmiscinfo class="source">http://LXDE.org</refmiscinfo>

    <manvolnum>1</manvolnum>
  </refmeta>
  <refnamediv>    <refname>lxterminal</refname>

    <refpurpose>a lightweight terminal emulator based on GTK+ for the LXDE desktop.</refpurpose>
  </refnamediv>
  <refsynopsisdiv>    <cmdsynopsis>      <command>lxterminal</command>
      <arg rep="repeat"><option>options</option></arg>
    </cmdsynopsis>
  </refsynopsisdiv>
  <refsect1>    <title>DESCRIPTION</title>

    <para>This manual page documents briefly the
      <command>lxterminal</command> command.</para>

    <para><command>lxterminal</command> is a program that provides a terminal
    emulator
    for the desktop, usually for LXDE.
    </para>
   
  </refsect1>

  <refsect1>    <title>OPTIONS</title>

    <para>This program follows the usual <acronym>GNU</acronym> command line syntax,
      with long options starting with two dashes (`-').  A summary of
      options is included below.  
    </para>

    <variablelist>      <varlistentry>        <term>	  <option>-e <replaceable>STRING</replaceable></option>
          <option>--command=<replaceable>STRING</replaceable></option>
          <option>--command <replaceable>STRING</replaceable></option>

        </term>
        <listitem>          <para>This option specifies the program (and its command line arguments) to be run in the terminal.
Except in the <option>--command=</option> form, this must be the last option on the command line.</para>
        </listitem>
      </varlistentry>
      <varlistentry>	<term>	  <option>--geometry=<replaceable>CHARACTERS</replaceable>x<replaceable>LINES</replaceable></option>
	</term>
	<listitem>	  <para>Set the terminal's size in characters and lines.</para>
	</listitem>
      </varlistentry>
      <varlistentry>	<term>	  <option>-l</option>
	  <option>--loginshell</option>
	</term>
	<listitem>	  <para>Executes login shell.</para>
	</listitem>
      </varlistentry>
      <varlistentry>	<term>	  <option>-t <replaceable>NAME[,NAME[,NAME[...]]]</replaceable></option>
	  <option>--title=<replaceable>NAME[,NAME[,NAME[...]]]</replaceable></option>
	  <option>--tabs=<replaceable>NAME[,NAME[,NAME[...]]]</replaceable></option>
	</term>
	<listitem>	  <para>Set the terminal's title. Use comma for multiple tabs.</para>
	</listitem>
      </varlistentry>
      <varlistentry>        <term>          <option>--working-directory=<replaceable>DIRECTORY</replaceable></option>
        </term>
        <listitem>          <para>Set the terminal's working directory.</para>
        </listitem>
      </varlistentry>
    </variablelist>
  </refsect1>

  <refsect1>    <title>AUTHOR</title>

    <para>This manual page was written by paulliu <email>grandpaul@gmail.com</email> for
      the <productname>Debian</productname> system (but may be used by others).  Permission is
      granted to copy, distribute and/or modify this document under
      the terms of the <acronym>GNU</acronym> General Public License, Version 2 any 
      later version published by the Free Software Foundation.
    </para>
    <para>	  On Debian systems, the complete text of the GNU General Public
	  License can be found in /usr/share/common-licenses/GPL.
    </para>

  </refsect1></refentry>