diff options
author | Perberos <[email protected]> | 2011-11-07 16:46:58 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-07 16:46:58 -0300 |
commit | 528c1e5ff51e213936e800fc5a9a25da99c0bdf2 (patch) | |
tree | 77f8aa456b09367ba81f04d4562fc935f898a951 /data/gedit.1 | |
download | pluma-528c1e5ff51e213936e800fc5a9a25da99c0bdf2.tar.bz2 pluma-528c1e5ff51e213936e800fc5a9a25da99c0bdf2.tar.xz |
initial
Diffstat (limited to 'data/gedit.1')
-rwxr-xr-x | data/gedit.1 | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/data/gedit.1 b/data/gedit.1 new file mode 100755 index 00000000..8a1e87c9 --- /dev/null +++ b/data/gedit.1 @@ -0,0 +1,76 @@ +.TH GEDIT 1 "24 Apr 2006" +.SH NAME +\fBgedit\fP \- text editor for the MATE Desktop + +.SH SYNOPSIS +.B gedit +[\fIOPTION\fR]... [\fIFILE\fR]... +.SH DESCRIPTION +.B gedit +is the official text editor of the MATE desktop environment. + +While aiming at simplicity and ease of use, +.B gedit +is a powerful general purpose text editor. +It can be used to create and edit all kinds of text files. + +.B gedit +features a flexible plugin system which can be used to dynamically add +new advanced features to +.B gedit +itself. +.LP +.SH OPTIONS + +.TP +\fB\-\-help\fR +Prints the command line options. +.TP +\fB\-\-encoding\fR +Set the character encoding to be used for opening the files listed on the command line". +.TP +\fB\-\-new\-window\fR +Create a new toplevel window in an existing instance of +.B gedit. +.TP +\fB\-\-new\-document\fR +Create a new document in an existing instance of +.B gedit. +.TP +\fB+[num]\fR +For the first file, go to the line specified by "num" (do not insert a space between the "+" sign and the number). +If "num" is missing, go to the last line. +.TP +\fBfilename(s)...\fR +Specifies the file to open when +.B gedit +starts. If this is not specified, +.B gedit +will load a blank file with an "Unsaved Document" label. Multiple files can be loaded if they are +separated by spaces. +.B gedit +also supports handling of remote files. For example, you can pass the location +of a webpage to +.B gedit, +like "http://www.mate.org", or load a file from a FTP server, +like "ftp://ftp.mate.org/robots.txt". +.TP +\fB\-\-list-encodings\fR +Display list of possible values for the encoding option and exit +.TP +\fB\-\-version\fR +Output version information and exit + +.SH BUGS +If you find a bug, please report it at http://bugzilla.mate.org/enter_bug.cgi?product=gedit. +.SH AUTHORS +Paolo Maggi ([email protected]) +.TP +Paolo Borelli ([email protected]) +.TP +James Willcox ([email protected]) +.TP +Federico Mena Quintero ([email protected]) +.TP +Chema Celorio + |