[Xfce4-commits] <terminal:nick/man> Drop old manual page.

Nick Schermer noreply at xfce.org
Thu Dec 10 15:10:04 CET 2009


Updating branch refs/heads/nick/man
         to f6b58b5b50ab63b2a95c0101f3c4e7aa3edf05b7 (commit)
       from 163520ce55b4012c5fe3c008a0ff67ca32f60dea (commit)

commit f6b58b5b50ab63b2a95c0101f3c4e7aa3edf05b7
Author: Nick Schermer <nick at xfce.org>
Date:   Thu Dec 10 13:52:20 2009 +0100

    Drop old manual page.

 Makefile.am |    3 --
 Terminal.1  |   83 -----------------------------------------------------------
 2 files changed, 0 insertions(+), 86 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 5139706..fc95a15 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -44,8 +44,6 @@ xml_in_files = Terminal-default-apps.xml.in
 xml_DATA = $(xml_in_files:.xml.in=.xml)
 @INTLTOOL_XML_RULE@
 
-man_MANS = Terminal.1
-
 uidir = $(datadir)/Terminal
 ui_DATA = \
 	Terminal-toolbars.ui \
@@ -59,7 +57,6 @@ EXTRA_DIST = \
 	intltool-update.in \
 	$(desktop_in_files) \
 	$(xml_in_files) \
-	$(man_MANS) \
 	$(ui_DATA)
 
 DISTCLEANFILES = \
diff --git a/Terminal.1 b/Terminal.1
deleted file mode 100644
index 81611c7..0000000
--- a/Terminal.1
+++ /dev/null
@@ -1,83 +0,0 @@
-.TH Terminal 1 "Mar 19, 2005"
-.SH NAME
-Terminal \- A Terminal emulator for X
-.SH SYNOPSIS
-.B Terminal
-.br
-.SH DESCRIPTION
-This manual page documents briefly the
-.B Terminal
-application.
-.PP
-\fBTerminal\fP is what is known as an X terminal emulator, often referred
-to as terminal or shell. It provides an equivalent to the old fashioned text
-screen on your desktop, but on which can easily the screen with other
-graphical applications.
-
-\fBTerminal\fP emulates the xterm application developed by the X Consortium.
-In turn, the xterm applications emulates the DEC VT102 terminal and also
-supports the DEC VT220 escape sequences. An escape sequence is a series of
-characters that with the Esc character. Terminal accepts all of the escape
-sequences that the VT102 and VT220 terminals use for functions such as to
-position the cursor and to clear the screen.
-
-
-.SH OPTIONS
-\fBTerminal\fP takes the following command line options:
-.TP
-.B \-\-help
-Print a help screen and exit.
-.TP
-.B \-\-version
-Output version information and exit.
-
-
-.SH ENVIRONMENT
-\fBTerminal\fP's behaviour is affected by the following environment
-variables.
-.PP
-.TP
-.B XDG_CONFIG_HOME
-Specifies the root for all user-specific configuration files. If this
-environment variable is unset, it defaults to
-.I ~/.config/
-.TP
-.B XDG_CONFIG_DIRS
-Set of preference ordered base directories relative to which configuration
-files should be searched in addition to the
-.B $XDG_CONFIG_HOME
-base directory. The directories should be separated with a colon.
-.TP
-.B XDG_DATA_HOME
-Specifies the root for all user-specific data files. If this environment
-variables is unset, it defaults to
-.I ~/.local/share/
-.TP
-.B XDG_DATA_DIRS
-Set of preference ordered base directories relative to which data
-files should be searched in addition to the
-.B $XDG_DATA_HOME
-base directory. The directories should be separated with a colon.
-
-
-.SH FILES
-\fBTerminal\fP reads its configuration from the files
-.IR $XDG_CONFIG_DIRS/Terminal/terminalrc .
-\fBTerminal\fP creates the toolbars layout from the files
-.IR $XDG_DATA_DIRS/Terminal/Terminal-toolbars.ui .
-If you customize the toolbars, the new toolbars layout
-is stored to
-.IR $XDG_DATA_HOME/Terminal/Terminal-toolbars.ui .
-
-
-.SH AUTHOR
-The \fBTerminal\fP software and this manual page was written
-for os-cillation by Benedikt Meurer <benny at xfce.org>.
-
-
-.SH "REPORTING BUGS"
-Report bugs to http://bugzilla.xfce.org/.
-
-
-.SH COPYRIGHT
-Copyright \(co 2003-2005 os-cillation.



More information about the Xfce4-commits mailing list