Merge lp:~bregma/compiz/lp-1475508 into lp:compiz/0.9.12

Proposed by Stephen M. Webb
Status: Merged
Approved by: Marco Trevisan (Treviño)
Approved revision: 3961
Merged at revision: 3960
Proposed branch: lp:~bregma/compiz/lp-1475508
Merge into: lp:compiz/0.9.12
Diff against target: 125 lines (+39/-45)
2 files modified
debian/compiz.1 (+28/-35)
src/main.cpp (+11/-10)
To merge this branch: bzr merge lp:~bregma/compiz/lp-1475508
Reviewer Review Type Date Requested Status
Marco Trevisan (Treviño) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+265166@code.launchpad.net

Commit message

Fixed the Compiz manpage and --help message to agree with the actual command-line options supported.

Description of the change

Fixed the Compiz manpage and --help message to agree with the actual command-line options supported.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Marco Trevisan (Treviño) (3v1n0) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/compiz.1'
--- debian/compiz.1 2012-06-19 11:22:48 +0000
+++ debian/compiz.1 2015-07-17 19:31:01 +0000
@@ -1,4 +1,4 @@
1.TH COMPIZ 1 "September 29, 2006"1.TH COMPIZ 1 2015-07-17 Compiz
22
3.SH NAME3.SH NAME
4compiz \- OpenGL window and compositing manager4compiz \- OpenGL window and compositing manager
@@ -7,17 +7,15 @@
7.B compiz7.B compiz
8.RI [ options ]8.RI [ options ]
9.RI [ plugins ]9.RI [ plugins ]
10
10.SH DESCRIPTION11.SH DESCRIPTION
11.B compiz12.B compiz
12is a compositing window-manager using OpenGL for rendering.13is a compositing window manager using OpenGL for rendering.
1314
14.SH OPTIONS15.SH OPTIONS
15.TP16.TP
16.B \-\-help17.B \-\-debug
17Show summary of options.18Enable debug mode.
18.TP
19.B \-v, \-\-version
20Show version of program.
21.TP19.TP
22.BI "\-\-display " DISPLAY20.BI "\-\-display " DISPLAY
23Manage the display called21Manage the display called
@@ -26,39 +24,34 @@
26.I $DISPLAY24.I $DISPLAY
27environment variable.25environment variable.
28.TP26.TP
29.BI "\-\-refresh\-rate " RATE27.B \-\-help
30Set the default refresh rate.28Shows a summary of options and exit.
31.TP29.TP
32.BI \-\-fast\-filter30.B \-\-keep\-desktop\-hints
33Use a fast texture filter.31Retains existing desktop hints.
34.TP32.TP
35.BI \-\-indirect\-rendering33.B \-\-no\-auto\-add\-ccp
36Force an indirect rendering context. Use this when running compiz on AIGLX.34Do not automatically load the Compiz config plugin (ccp).
37.TP35.TP
38.BI \-\-strict\-binding36.B \-\-replace
39Enable strict binding of textures. Use this when running compiz on AIGLX.37Replaces any existing window managers on the given X display.
40.TP38.TP
41.BI \-\-use\-cow39.B \-\-send\-startup\-message
42Make use of the composite overlay window.40Sends a message to all connected X clientd once startup is complete.
43.TP41.TP
44.BI \-\-replace42.B \-\-sm\-disable
45Replace any existing window managers on the given X display.43Disables session management.
46.TP
47.BI \-\-sm\-disable
48Disable the session management.
49.TP44.TP
50.BI "\-\-sm\-client\-id " ID45.BI "\-\-sm\-client\-id " ID
51Use the given46Uses the given
52.I ID47.I ID
53as the client ID for session management.48as the client ID for session management.
54.TP49.TP
55.BI "\-\-bg\-image " IMAGE50.B \-\-sync
56Use51Makes all X calls synchronous.
57.I IMAGE52.TP
58as background image.53.B \-\-version
54Prints the version of the program and exits.
5955
60.SH AUTHOR56.SH AUTHOR
61compiz was written by David Reveman <davidr@novell.com> and others.57compiz was written by David Reveman <davidr@novell.com> and others.
62.PP
63This manual page was written by Thierry Reding <thierry@gilfi.de>,
64for the Debian project (but may be used by others).
6558
=== modified file 'src/main.cpp'
--- src/main.cpp 2015-04-23 20:07:35 +0000
+++ src/main.cpp 2015-07-17 19:31:01 +0000
@@ -48,16 +48,17 @@
48{48{
49 printf ("Usage: %s [OPTIONS] [PLUGINS ...]\n"49 printf ("Usage: %s [OPTIONS] [PLUGINS ...]\n"
50 "Options:\n"50 "Options:\n"
51 " --replace Replace any existing window managers\n"51 " --debug Enable debug mode\n"
52 " --display DISPLAY Connect to X display DISPLAY (instead of $DISPLAY)\n"52 " --display DISPLAY Connect to X display DISPLAY (instead of $DISPLAY)\n"
53 " --sm-disable Disable session management\n"53 " --help Show this summary\n"
54 " --sm-client-id ID Session management client ID\n"54 " --keep-desktop-hints Retain existing desktop hints\n"
55 " --keep-desktop-hints Retain existing desktop hints\n"55 " --no-auto-add-ccp Do not automatically load the ccp plugin\n"
56 " --no-auto-add-ccp Do not automatically load the ccp plugin\n"56 " --replace Replace any existing window managers\n"
57 " --sync Make all X calls synchronous\n"57 " --send-startup-message Sends a message to connected clients on startup completion.\n"
58 " --debug Enable debug mode\n"58 " --sm-client-id ID Session management client ID\n"
59 " --version Show the program version\n"59 " --sm-disable Disable session management\n"
60 " --help Show this summary\n"60 " --sync Make all X calls synchronous\n"
61 " --version Show the program version\n"
61 , programName);62 , programName);
62}63}
6364

Subscribers

People subscribed via source and target branches