Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Side by Side Diff: third_party/xdg-utils/scripts/man/xdg-terminal.1

Issue 6737007: Update xdg-utils to the latest version available in git. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/xdg-utils/scripts/man/xdg-su.1 ('k') | third_party/xdg-utils/scripts/xdg-copy.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 .\" ** You probably do not want to edit this file directly **
2 .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
3 .\" Instead of manually editing it, you probably should edit the DocBook XML
4 .\" source for it and then use the DocBook XSL Stylesheets to regenerate it.
5 .TH "XDG\-TERMINAL" "1" "12/07/2006" "xdg\-utils 1.0" ""
6 .\" disable hyphenation
7 .nh
8 .\" disable justification (adjust text to left margin only)
9 .ad l
10 .SH "NAME"
11 xdg\-terminal \- opens the user's preferred terminal emulator application
12 .SH "SYNOPSIS"
13 .HP 13
14 \fBxdg\-terminal\fR [\fB\fIcommand\fR\fR]
15 .HP 13
16 \fBxdg\-terminal\fR {\fB\-\-help\fR \fB\-\-manual\fR \fB\-\-version\fR}
17 .SH "DESCRIPTION"
18 .PP
19 xdg\-terminal opens the user's preferred terminal emulator application. If a com mand is provided the command will be executed by the shell within the newly open ed terminal window.
20 .PP
21 xdg\-terminal is for use inside a desktop session only. It is not recommended to use xdg\-terminal as root.
22 .SH "OPTIONS"
23 .TP
24 \fB\-\-help\fR
25 Show command synopsis.
26 .TP
27 \fB\-\-manual\fR
28 Show this manualpage.
29 .TP
30 \fB\-\-version\fR
31 Show the xdg\-utils version information.
32 .SH "EXIT CODES"
33 .PP
34 An exit code of 0 indicates success while a non\-zero exit code indicates failur e. The following failure codes can be returned:
35 .TP
36 \fB1\fR
37 Error in command line syntax.
38 .TP
39 \fB3\fR
40 A required tool could not be found.
41 .TP
42 \fB4\fR
43 The action failed.
44 .SH "EXAMPLES"
45 .PP
46 .nf
47 xdg\-terminal
48 .fi
49 .sp
50 Opens the user's default terminal emulator, just starting an interactive shell.
51 .PP
52 .nf
53 xdg\-terminal top
54 .fi
55 .sp
56 Opens the user's default terminal emulator and lets it run the top executable.
57 .SH "AUTHOR"
58 Kevin Krammer.
59 .br
60 <kevin.krammer@gmx.at>
OLDNEW
« no previous file with comments | « third_party/xdg-utils/scripts/man/xdg-su.1 ('k') | third_party/xdg-utils/scripts/xdg-copy.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698