1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: Fix accute formatting in man page
Author: Kartik Mistry <kartik@debian.org>
Forwarded: not-needed
--- a/xosview.1
+++ b/xosview.1
@@ -324,8 +324,8 @@ Equivalent to \-irqrate and +irqrate.
This switch allows any of xosview's resources to be set on the command line.
An example of how the xosview*memFreeColor could be set using this option is
shown below (Note the use of " to prevent the shell from expanding
-\'*\' or from creating two separate arguments, \'xosview*memfreeColor:\'
-and \'purple\'):
+* or from creating two separate arguments, 'xosview*memfreeColor:'
+and 'purple'):
.RS
\-xrm "xosview*memFreeColor: purple"
.RE
|