From ea4d4b7b3e2d0125a59d4643dae66337eefb5995 Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Tue, 25 Jan 2005 23:28:55 +0000 Subject: Add man pages for metacity-window-demo and metacity-theme-viewer. Man 2005-01-25 Elijah Newren Add man pages for metacity-window-demo and metacity-theme-viewer. Man pages from Jose Moya, auto-fu from Dave Ahlswede. (#143513) * doc/man/metacity-theme-viewer.1: * doc/man/metacity-window-demo.1: New man pages * doc/man/Makefile.am: * doc/Makefile.am: * configure.in: Make sure to install the man pages * doc/man/.cvsignore: Silence cvs --- doc/man/.cvsignore | 2 ++ doc/man/Makefile.am | 3 +++ doc/man/metacity-theme-viewer.1 | 43 +++++++++++++++++++++++++++++++++++++++++ doc/man/metacity-window-demo.1 | 25 ++++++++++++++++++++++++ 4 files changed, 73 insertions(+) create mode 100644 doc/man/.cvsignore create mode 100644 doc/man/Makefile.am create mode 100644 doc/man/metacity-theme-viewer.1 create mode 100644 doc/man/metacity-window-demo.1 (limited to 'doc/man') diff --git a/doc/man/.cvsignore b/doc/man/.cvsignore new file mode 100644 index 0000000..282522d --- /dev/null +++ b/doc/man/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am new file mode 100644 index 0000000..afdbf62 --- /dev/null +++ b/doc/man/Makefile.am @@ -0,0 +1,3 @@ +man_MANS = metacity-theme-viewer.1 metacity-window-demo.1 + +EXTRA_DIST = $(man_MANS) diff --git a/doc/man/metacity-theme-viewer.1 b/doc/man/metacity-theme-viewer.1 new file mode 100644 index 0000000..72df142 --- /dev/null +++ b/doc/man/metacity-theme-viewer.1 @@ -0,0 +1,43 @@ +.\" In .TH, FOO should be all caps, SECTION should be 1-8, maybe w/ subsection +.\" other parms are allowed: see man(7), man(1) +.\" +.\" Based on template provided by Tom Christiansen . +.\" +.TH METACITY-THEME-VIEWER 1 "1 June 2004" +.SH NAME +metacity-theme-viewer \- view metacity themes +.SH SYNOPSIS +.B metacity-theme-viewer +[ +.I THEMENAME +] +.SH DESCRIPTION +.\" Putting a newline after each sentence can generate better output. +.B metacity-theme-viewer +allows you to preview any installed Metacity theme. +.PP +When designing a new Metacity theme, you can use +.B metacity-theme-viewer +to measure the performance of a window frame option, and to preview +the option. +.SH OPTIONS +.TP +.I THEMENAME +Name of the theme to be shown (\fIAtlanta\fR by default). +It is case-sensitive. +.SH FILES +.br +.nf +.TP +.I /usr/share/themes +system themes directory +.TP +.I /usr/share/themes/*/metacity-1/metacity-theme-1.xml +theme specification file +.SH AUTHOR +This manual page was written by Jose M. Moya , for +the Debian GNU/Linux system (but may be used by others). +.SH "SEE ALSO" +.\" Always quote multiple words for .SH +.BR metacity (1), +.BR metacity-window-demo (1). diff --git a/doc/man/metacity-window-demo.1 b/doc/man/metacity-window-demo.1 new file mode 100644 index 0000000..b7e4a85 --- /dev/null +++ b/doc/man/metacity-window-demo.1 @@ -0,0 +1,25 @@ +.\" In .TH, FOO should be all caps, SECTION should be 1-8, maybe w/ subsection +.\" other parms are allowed: see man(7), man(1) +.\" +.\" Based on template provided by Tom Christiansen . +.\" +.TH METACITY-WINDOW-DEMO 1 "1 June 2004" +.SH NAME +metacity-window-demo \- demo of window features +.SH SYNOPSIS +.B metacity-window-demo +.SH DESCRIPTION +.\" Putting a newline after each sentence can generate better output. +This program demonstrates various kinds of windows that window +managers and window manager themes should handle. +.PP +Be sure to tear off the menu and toolbar, those are also a special +kind of window. +.SH AUTHOR +This manual page was written by Jose M. Moya , for +the Debian GNU/Linux system (but may be used by others). +.SH "SEE ALSO" +.\" Always quote multiple words for .SH +.BR x-window-manager (1), +.BR metacity (1), +.BR metacity-theme-viewer (1). -- cgit v1.1