~ubuntu-branches/ubuntu/dapper/gedit/dapper

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
.TH GEDIT l "08 Oct 2000"
.SH NAME
\fBgedit\fP \- simple text editor for Gnome
.SH SYNTAX
.B gedit
.RI [ --help ]
.RI [ --version ]
.RI [ --debug [-section]]
.RI [ filename(s) ... ]
.SH DESCRIPTION
.B gedit
is a text editor for the Gnome Desktop.
.LP
.SH OPTIONS

.TP
\fB\-\-help\fR
Prints the command line options.
.TP
\fB\-\-version\fR
Prints the version of gedit
.TP
\fB\-\-debug[-section]
Runs gedit in debug mode. In debug mode all the functions that are beeing called dump
to the console the function names. Specific sections for debugging can be specified,
the sections are : window, commands, document, file, plugins, prefs, print, search,
undo, view and recent. Run gedit \-\-help  or more information.
.TP
\fB\-\-filename
Specifies the file to open when gedit starts - if this is not specified, gedit will
load a blank file with an Untitled label. Multiple files can be loaded if they are
separated by spaces.
.SH PIPES
Gedit acepts pipes, so it can be run after another command to load the ouptup into
gedit. For example :
.TP
ls -l | gedit
.PB
.SH BUGS
See the KNOWNBUGS file for a list of the bugs we know about but haven't bothered to
fix yet, if you find a bug that isn't listed in that file, email us.

.SH AUTHORS
Chema Celorio (chema@celorio.com)
.TP
Jason Leach (leach@wam.umd.edu)
.TP
Alex Roberts (bse@dial.pipex.com)
.TP
Evan Lawrence (evan@worldpath.net)