All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] remove non-ASCII chars in man page
@ 2007-04-25 20:21 Charles Coffing
  0 siblings, 0 replies; only message in thread
From: Charles Coffing @ 2007-04-25 20:21 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 834 bytes --]

Hi,

The sources for the xm man page have extraneous non-ASCII characters 0xa0.  This causes groff to emit some ugly warnings, such as:
<standard input>:642: warning: can't find numbered character 160
<standard input>:642: warning: can't find numbered character 160
<standard input>:644: warning: can't find numbered character 160
<standard input>:652: warning: can't find numbered character 160
<standard input>:653: warning: can't find numbered character 160
<standard input>:654: warning: can't find numbered character 160
<standard input>:661: warning: can't find numbered character 160
<standard input>:662: warning: can't find numbered character 160

The attached patch removes these characters.

Since it's not a code change, please consider putting into 3.0.5.  Thanks.

Signed-off-by:  Charles Coffing <ccoffing@novell.com>


[-- Attachment #2: xen-man-xm-bad-char.diff --]
[-- Type: application/octet-stream, Size: 1163 bytes --]

Index: xen-unstable/docs/man/xm.pod.1
===================================================================
--- xen-unstable.orig/docs/man/xm.pod.1
+++ xen-unstable/docs/man/xm.pod.1
@@ -555,29 +555,29 @@ B<EXAMPLES>
 I<normal EDF (20ms/5ms):>
 
     xm sched-sedf <dom-id> 20000000 5000000 0 0 0
-  
+
 I<best-effort domains (i.e. non-realtime):>
 
     xm sched-sedf <dom-id> 20000000 0 0 1 0
- 
+
 I<normal EDF (20ms/5ms) + share of extra-time:>
-  
+
     xm sched-sedf <dom-id> 20000000 5000000 0 1 0
 
 I<4 domains with weights 2:3:4:2>
 
     xm sched-sedf <d1> 0 0 0 0 2
-    xm sched-sedf <d2> 0 0 0 0 3
-    xm sched-sedf <d3> 0 0 0 0 4
-    xm sched-sedf <d4> 0 0 0 0 2
+    xm sched-sedf <d2> 0 0 0 0 3
+    xm sched-sedf <d3> 0 0 0 0 4
+    xm sched-sedf <d4> 0 0 0 0 2
   
 I<1 fully-specified (10ms/3ms) domain, 3 other domains share available
 rest in 2:7:3 ratio:>
 
-    xm sched-sedf <d1> 10000000 3000000 0 0 0   
-    xm sched-sedf <d2> 0 0 0 0 2   
+    xm sched-sedf <d1> 10000000 3000000 0 0 0
+    xm sched-sedf <d2> 0 0 0 0 2
     xm sched-sedf <d3> 0 0 0 0 7
-    xm sched-sedf <d4> 0 0 0 0 3
+    xm sched-sedf <d4> 0 0 0 0 3
 
 =back
 

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-04-25 20:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-25 20:21 [PATCH] remove non-ASCII chars in man page Charles Coffing

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.