From: "Charles Coffing" <ccoffing@novell.com>
To: xen-devel@lists.xensource.com
Subject: [PATCH] remove non-ASCII chars in man page
Date: Wed, 25 Apr 2007 16:21:20 -0400 [thread overview]
Message-ID: <462F62EB.D169.003C.0@novell.com> (raw)
[-- 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
reply other threads:[~2007-04-25 20:21 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=462F62EB.D169.003C.0@novell.com \
--to=ccoffing@novell.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.