Package: matchbox-window-manager / 1.2.2+git20200512-2

tidy-help-text.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Description: Fix typo and tidy program help text.

--- a/src/wm.c
+++ b/src/wm.c
@@ -194,7 +194,7 @@ wm_usage(char *progname)
    printf("\t-use_dialog_mode  <free|static|const-horiz>\n");
    printf("\t-use_desktop_mode <decorated|plain>\n");
    printf("\t-use_super_modal  <yes|no>\n");
-   printf("\t-force_dialogs    <comma seperated list of window titles>\n");
+   printf("\t-force_dialogs    <comma separated list of window titles>\n");
 #ifndef NO_KBD
    printf("\t-kbdconfig        <path to option key shortcuts config file>\n");
 #endif
@@ -203,7 +203,7 @@ wm_usage(char *progname)
 #endif
 
 #ifdef STANDALONE
-   printf("\t-titlebar_panel   <x11 geometry>\n");
+   printf("\t-titlebar_panel   <X11 geometry>\n");
 #endif
    printf("\n");
    printf("Compile time features;\n");
@@ -244,15 +244,15 @@ wm_usage(char *progname)
 #endif
 
 #ifdef MB_HAVE_JPEG
-   printf("\tJPG support                      yes\n");
+   printf("\tJPEG support                     yes\n");
 #else
-   printf("\tJPG support                      no\n");
+   printf("\tJPEG support                     no\n");
 #endif
 
 #ifdef MB_HAVE_PANGO
-   printf("\tpango support                    yes\n");
+   printf("\tPango support                    yes\n");
 #else
-   printf("\tpango support                    no\n");
+   printf("\tPango support                    no\n");
 #endif
 
 #ifndef STANDALONE
@@ -268,15 +268,15 @@ wm_usage(char *progname)
 #endif
 
 #ifdef USE_COMPOSITE
-   printf("\tcomposite support                yes\n");
+   printf("\tComposite support                yes\n");
 #else
-   printf("\tcomposite support                no\n");
+   printf("\tComposite support                no\n");
 #endif
 
 #ifndef NO_PING
-   printf("\tping protocol support            yes\n");
+   printf("\tPing protocol support            yes\n");
 #else
-   printf("\tping protocol support            no\n");
+   printf("\tPing protocol support            no\n");
 #endif
 
 #ifndef NO_XRM