Blame SOURCES/0001-doc-Update-man-pages.patch

8063f1
From 90dc810b9f501136c6f1cf94bc4f4c1f626412b9 Mon Sep 17 00:00:00 2001
8063f1
From: =?UTF-8?q?Florian=20M=C3=BCllner?= <fmuellner@gnome.org>
8063f1
Date: Thu, 16 May 2013 15:37:43 +0200
8063f1
Subject: [PATCH] doc: Update man pages
8063f1
8063f1
Metacity is not the fastest moving project, however there were
8063f1
a view additions in the last nine years, document those.
8063f1
---
8063f1
 doc/man/metacity-message.1 | 13 +++++++++++--
8063f1
 doc/man/metacity.1         | 16 ++++++++++++++--
8063f1
 2 files changed, 25 insertions(+), 4 deletions(-)
8063f1
8063f1
diff --git a/doc/man/metacity-message.1 b/doc/man/metacity-message.1
8063f1
index 80041f5..13839f8 100644
8063f1
--- a/doc/man/metacity-message.1
8063f1
+++ b/doc/man/metacity-message.1
8063f1
@@ -12,7 +12,7 @@
8063f1
 .\" > Right I know. any licenses that is DFSG-free, I'm ok with whatever,
8063f1
 .\" > since I have contributed that for Debian. so GPL is no problem for me.
8063f1
 .\" -----
8063f1
-.TH METACITY\-MESSAGE 1 "28 August 2002"
8063f1
+.TH METACITY\-MESSAGE 1 "16 May 2013"
8063f1
 .\" Please adjust this date whenever revising the manpage.
8063f1
 .\"
8063f1
 .\" Some roff macros, for reference:
8063f1
@@ -29,7 +29,7 @@
8063f1
 METACITY\-MESSAGE \- a command to send a message to Metacity
8063f1
 .SH SYNOPSIS
8063f1
 .B METACITY\-MESSAGE
8063f1
-[restart|reload\-theme|enable\-keybindings|disable\-keybindings]
8063f1
+[restart|reload\-theme|enable\-keybindings|disable\-keybindings|enable\-mouse\-button\-modifiers|disable\-mouse\-button\-modifiers|toggle\-verbose]
8063f1
 .SH DESCRIPTION
8063f1
 This manual page documents briefly the
8063f1
 .B metacity\-message\fP.
8063f1
@@ -53,6 +53,15 @@ Enable all of keybindings which is specified on gsettings database.
8063f1
 .TP
8063f1
 .B disable-keybindings
8063f1
 Disable all of keybindings which is specified on gsettings database.
8063f1
+.TP
8063f1
+.B enable-mouse-button-modifiers
8063f1
+Enable move/resize operations while pressing a modifier key
8063f1
+.TP
8063f1
+.B disable-mouse-button-modifiers
8063f1
+Disable move/resize operations while pressing a modifier key
8063f1
+.TP
8063f1
+.B toggle-verbose
8063f1
+Turn debug messages on or off
8063f1
 .SH SEE ALSO
8063f1
 .BR metacity (1)
8063f1
 .SH AUTHOR
8063f1
diff --git a/doc/man/metacity.1 b/doc/man/metacity.1
8063f1
index 0a4c347..eaf75b5 100644
8063f1
--- a/doc/man/metacity.1
8063f1
+++ b/doc/man/metacity.1
8063f1
@@ -2,7 +2,7 @@
8063f1
 .\" First parameter, NAME, should be all caps
8063f1
 .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
8063f1
 .\" other parameters are allowed: see man(7), man(1)
8063f1
-.TH METACITY 1 "11 February 2006"
8063f1
+.TH METACITY 1 "16 May 2013"
8063f1
 .\" Please adjust this date whenever revising the manpage.
8063f1
 .\"
8063f1
 .\" Some roff macros, for reference:
8063f1
@@ -19,7 +19,7 @@
8063f1
 METACITY \- minimal GTK2 Window Manager
8063f1
 .SH SYNOPSIS
8063f1
 .B metacity
8063f1
-[\-\-display=\fIDISPLAY\fP] [\-\-replace] [\-\-sm\-client\-id=\fIID\fP] [\-\-sm\-disable] [\-\-sm\-save\-file=\fIFILENAME\fP] [\-\-version] [\-\-help]
8063f1
+[\-\-display=\fIDISPLAY\fP] [\-\-replace] [\-\-sm\-client\-id=\fIID\fP] [\-\-sm\-disable] [\-\-sm\-save\-file=\fIFILENAME\fP] [\-\-sync] [\-\-composite] [\-\-no-composite] [\-\-no-force-fullscreen] [\-\-version] [\-\-help]
8063f1
 .SH DESCRIPTION
8063f1
 This manual page documents briefly
8063f1
 .B metacity\fP.
8063f1
@@ -45,6 +45,18 @@ Disable the session management.
8063f1
 .B \-\-sm\-save\-file=FILENAME
8063f1
 Load a session from \fIFILENAME\fP.
8063f1
 .TP
8063f1
+.B \-\-sync
8063f1
+Make X calls synchronous
8063f1
+.TP
8063f1
+.B \-\-composite
8063f1
+Turn compositing on
8063f1
+.TP
8063f1
+.B \-\-no-composite
8063f1
+Turn compositing off
8063f1
+.TP
8063f1
+.B \-\-no-force-fullscreen
8063f1
+Don't make fullscreen windows that are maximized and have no decorations
8063f1
+.TP
8063f1
 .B \-\-version
8063f1
 Print the version number.
8063f1
 .TP
8063f1
-- 
8063f1
1.8.2.1
8063f1