spelling_grammar_fixes.diff 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. diff -Naur trayer-srg-trayer-1.1.8/README trayer-srg-trayer-1.1.8.patched/README
  2. --- trayer-srg-trayer-1.1.8/README 2018-03-16 06:13:40.000000000 -0400
  3. +++ trayer-srg-trayer-1.1.8.patched/README 2021-09-07 17:59:05.721290632 -0400
  4. @@ -1,7 +1,7 @@
  5. trayer-srg
  6. NAME
  7. - trayer-srg is a lightweight GTK2-based systray for UNIX desktop
  8. + trayer-srg is a lightweight GTK2-based systray for UNIX desktops
  9. SYNOPSYS
  10. trayer [OPTION]...
  11. @@ -10,8 +10,8 @@
  12. trayer-srg was forked from trayer in january 2010 to add some
  13. fancy features and clean up code.
  14. - trayer is small program designed to provide systray functionality present
  15. - in GNOME/KDE desktop enviroments for window managers which doesn't
  16. + trayer is small program designed to provide systray functionality (present
  17. + in GNOME/KDE desktop environments) for window managers that don't
  18. support that function. It's similar to other applications such as
  19. 'peksystray' and 'docker'.
  20. @@ -31,22 +31,22 @@
  21. --align - alignment <left|center|right>
  22. --margin - length of margin in pixels
  23. --distance - space between trayer's window and screen edge
  24. - --distancefrom - Specifies which edge to calculate distance from, see above.
  25. + --distancefrom - specifies which edge to calculate distance from, see above.
  26. --widthtype - how panel width is calculated:
  27. request - follow widgets' size requests. can shrink or grow dynamically
  28. pixel - ocupy fixed number of pixels, then 'width' variable holds a number
  29. percent - be 'width' precent of an edge
  30. --width - width of a panel (not used with --widthtype=request)
  31. - --heighttype - how panel height is calcilated:
  32. - pixel - ocupy fixed number of pixels, then 'height' variable
  33. + --heighttype - how panel height is calculated:
  34. + pixel - occupy fixed number of pixels, then 'height' variable
  35. holds a number
  36. --height - height of a panel in pixels
  37. - --SetDockTpe - Identify panel window type as dock <true|false>
  38. - --SetPartialStrut - Reserve panel's space so that it will not be covered by
  39. - maximazied windows <true|false>
  40. + --SetDockTpe - identify panel window type as dock <true|false>
  41. + --SetPartialStrut - reserve panel's space so that it will not be covered by
  42. + maximized windows <true|false>
  43. --transparent - use transparency <true|false>
  44. --tint - color used to "tint" background wallpaper with
  45. - --alpha - pocentage of transparency <0-256>
  46. + --alpha - percentage of transparency <0-256>
  47. --expand - specifies if trayer can accomodate extra space
  48. or not <true|false>
  49. --padding - extra space between trayer's window frame and docked icons
  50. diff -Naur trayer-srg-trayer-1.1.8/man/trayer.1 trayer-srg-trayer-1.1.8.patched/man/trayer.1
  51. --- trayer-srg-trayer-1.1.8/man/trayer.1 2018-03-16 06:13:40.000000000 -0400
  52. +++ trayer-srg-trayer-1.1.8.patched/man/trayer.1 2021-09-07 18:07:03.116235098 -0400
  53. @@ -1,15 +1,15 @@
  54. .TH TRAYER-SRG 1 LOCAL
  55. .SH NAME
  56. - trayer-srg - a lightweight GTK2-based systray for UNIX desktop
  57. + trayer-srg - a lightweight GTK2-based systray for UNIX desktops
  58. .SH SYNOPSYS
  59. .B trayer
  60. .B "[
  61. .I OPTIONS
  62. .B "]
  63. .SH DESCRIPTION
  64. -trayer is small program designed to provide systray functionality present in GNOME/KDE desktop enviroments for window managers which doesn't support that function. It's similar to other applications such as 'peksystray' and 'docker'.
  65. +trayer is small program designed to provide systray functionality (present in GNOME/KDE desktop environments) for window managers which don't support that function. It's similar to other applications such as 'peksystray' and 'docker'.
  66. -trayer code was extracted from fbpanel application, you can find more about it on it's homepage:
  67. +trayer code was extracted from fbpanel application, you can find more about it on its homepage:
  68. .IB http://fbpanel.sourceforge.net/
  69. You can find new versions of trayer and support on FVWM-Crystal project homepage:
  70. @@ -27,7 +27,7 @@
  71. .BR \-v
  72. prints version and exits
  73. .TP
  74. -.BR \--edge " EDGE"
  75. +.BR \-\-edge " EDGE"
  76. Use
  77. .I EDGE
  78. for orientation. Possible values for
  79. @@ -112,7 +112,7 @@
  80. .BR true.
  81. .TP
  82. .BR \--SetPartialStrut " BOOL"
  83. -Reserve panel's space so that it will not be covered by maximazied windows. The
  84. +Reserve panel's space so that it will not be covered by maximized windows. The
  85. default value is
  86. .BR false.
  87. .TP
  88. @@ -144,23 +144,23 @@
  89. .BR 0.
  90. .TP
  91. .BR \--monitor " NUM|STRING"
  92. -Define the monitor on which you like trayer to appear, number of zero to number
  93. -of monitors minus one, or the string "primary" are valid. The default value is
  94. +Define the monitor on which you'd like trayer to appear. 0 to (number
  95. +of monitors minus one), or the string "primary", are valid. The default value is
  96. .BR 0.
  97. .SH EXAMPLES
  98. .LP
  99. Place trayer to the top right edge of the screen and prevent other fullsize
  100. -windows to overlay it:
  101. +windows from overlaying it:
  102. .RS
  103. .nf
  104. -\f8trayer trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand true --transparent true\fP
  105. +\fBtrayer --edge top --align right --SetDockType true --SetPartialStrut true --expand true --transparent true\fP
  106. .fi
  107. .RE
  108. .SH BUGS
  109. Report bugs to the issue tracker:
  110. .I https://github.com/sargon/trayer-srg/issues
  111. .SH CONTRIBUTORS
  112. - Following people are or has been involved in development of trayer-srg:
  113. +The following people are or have been involved in development of trayer-srg:
  114. .IP "Maciej Delmanowski <harnir@users.berlios.de>"
  115. .IP "Anatoly Asviyan <aanatoly@users.sf.net>