--- orig/gedit.1 2006-04-23 22:24:56.000000000 -0500 +++ now/gedit.1 2006-04-23 22:28:57.000000000 -0500 @@ -12,14 +12,18 @@ .RI [filename(s)...] .SH DESCRIPTION .B gedit -gedit is the official text editor of the GNOME desktop environment. +is the official text editor of the GNOME desktop environment. -While aiming at simplicity and ease of use, gedit is a powerful general purpose -text editor. +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. -gedit features a flexible plugin system which can be used to dynamically add -new advanced features to gedit itself. +.B gedit +features a flexible plugin system which can be used to dynamically add +new advanced features to +.B gedit +itself. .LP .SH OPTIONS @@ -31,25 +35,33 @@ 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 gedit. +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 gedit. +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 gedit starts. If this is not specified, gedit will -load a blank file with an "Unsaved Document" label. Multiple files can be loaded if they are +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. -gedit also supports handling of remote files. For example, you can pass the location -of a webpage to gedit, like "http://www.gnome.org", or load a file from a FTP server, +.B gedit +also supports handling of remote files. For example, you can pass the location +of a webpage to +.B gedit, +like "http://www.gnome.org", or load a file from a FTP server, like "ftp://ftp.gnome.org/robots.txt". .SH PIPES -gedit accepts pipes, so it can be run after another command to load the output into -gedit. For example : +.B gedit +accepts pipes, so it can be run after another command to load the output into +.B gedit. +For example : .TP ls -l | gedit .SH BUGS