]> git.pld-linux.org Git - packages/xsd.git/blame - xsd-3.3.0-xsdcxx-rename.patch
- pl
[packages/xsd.git] / xsd-3.3.0-xsdcxx-rename.patch
CommitLineData
9b96c5b1
ER
1diff -up xsd/documentation/xsd.1.rename xsd/documentation/xsd.1
2--- xsd/documentation/xsd.1.rename 2010-06-20 15:45:31.000000000 +0300
3+++ xsd/documentation/xsd.1 2010-06-20 15:46:24.000000000 +0300
4@@ -1,16 +1,16 @@
5 .\" Process this file with
6-.\" groff -man -Tascii xsd.1
7+.\" groff -man -Tascii xsdcxx.1
8 .\"
9 .TH XSD 1 "April 2010" "XSD 3.3.0"
10 .SH NAME
11-xsd \- W3C XML Schema to C++ Compiler
12+xsdcxx \- W3C XML Schema to C++ Compiler
13 .\"
14 .\"
15 .\"
16 .\"--------------------------------------------------------------------
17 .SH SYNOPSIS
18 .\"--------------------------------------------------------------------
19-.B xsd
20+.B xsdcxx
21 .I command
22 .B [
23 .I options
24@@ -20,19 +20,19 @@ xsd \- W3C XML Schema to C++ Compiler
25 .I file
26 .B ...]
27 .in
28-.B xsd help
29+.B xsdcxx help
30 .B [
31 .I command
32 .B ]
33 .in
34-.B xsd version
35+.B xsdcxx version
36 .\"
37 .\"
38 .\"
39 .\"--------------------------------------------------------------------
40 .SH DESCRIPTION
41 .\"--------------------------------------------------------------------
42-.B xsd
43+.B xsdcxx
44 generates vocabulary-specific, statically-typed C++ mapping from W3C XML
45 Schema definitions. Particular mapping to produce is selected by a
46 .IR command .
47@@ -96,7 +96,7 @@ Print usage information and exit. Use
48 .PP
49 .RS
50 .RS 3
51-.B xsd help
52+.B xsdcxx help
53 .I command
54 .RE
55 .PP
56@@ -203,7 +203,7 @@ For example, if you have file
57 with namespace
58 .B http://example.com/hello
59 and you run
60-.B xsd
61+.B xsdcxx
62 on this file, then the string in question will be:
63
64 .B hello.xsd. http://example.com/hello
65@@ -1877,7 +1877,7 @@ option. With this approach you don't nee
66 .\"
67 .SH DIAGNOSTICS
68 If the input file is not a valid W3C XML Schema definition,
69-.B xsd
70+.B xsdcxx
71 will issue diagnostic messages to
72 .B STDERR
73 and exit with non-zero exit code.
74diff -up xsd/documentation/xsd.xhtml.rename xsd/documentation/xsd.xhtml
75--- xsd/documentation/xsd.xhtml.rename 2010-06-20 15:47:29.000000000 +0300
76+++ xsd/documentation/xsd.xhtml 2010-06-20 15:47:30.000000000 +0300
77@@ -50,19 +50,19 @@
78
79 <h1>NAME</h1>
80
81- <p>xsd - W3C XML Schema to C++ Compiler</p>
82+ <p>xsdcxx - W3C XML Schema to C++ Compiler</p>
83
84 <h1>SYNOPSIS</h1>
85
86 <dl id="synopsis">
87- <dt><code><b>xsd</b> <i>command</i> [<i>options</i>] <i>file</i> [<i>file</i> ...]</code></dt>
88- <dt><code><b>xsd help</b> [<i>command</i>]</code></dt>
89- <dt><code><b>xsd version</b></code></dt>
90+ <dt><code><b>xsdcxx</b> <i>command</i> [<i>options</i>] <i>file</i> [<i>file</i> ...]</code></dt>
91+ <dt><code><b>xsdcxx help</b> [<i>command</i>]</code></dt>
92+ <dt><code><b>xsdcxx version</b></code></dt>
93 </dl>
94
95 <h1>DESCRIPTION</h1>
96
97- <p><code><b>xsd</b></code> generates vocabulary-specific, statically-typed
98+ <p><code><b>xsdcxx</b></code> generates vocabulary-specific, statically-typed
99 C++ mapping from W3C XML Schema definitions. Particular mapping to
100 produce is selected by a <code><i>command</i></code>. Each mapping has
101 a number of mapping-specific <code><i>options</i></code> that should
102@@ -104,7 +104,7 @@
103
104 <dt><code><b>help</b></code></dt>
105 <dd>Print usage information and exit. Use
106- <p><code><b>xsd help</b> <i>command</i></code></p>
107+ <p><code><b>xsdcxx help</b> <i>command</i></code></p>
108 for command-specific help.
109 </dd>
110
111@@ -174,7 +174,7 @@
112
113 <p>For example, if you have file <code><b>hello.xsd</b></code>
114 with namespace <code><b>http://example.com/hello</b></code> and you run
115- <code><b>xsd</b></code> on this file, then the string in question
116+ <code><b>xsdcxx</b></code> on this file, then the string in question
117 will be:</p>
118
119 <p><code><b>hello.xsd. http://example.com/hello</b></code></p>
120@@ -1575,7 +1575,7 @@ namespace .*
121 <h1>DIAGNOSTICS</h1>
122
123 <p>If the input file is not a valid W3C XML Schema definition,
124- <code><b>xsd</b></code> will issue diagnostic messages to STDERR
125+ <code><b>xsdcxx</b></code> will issue diagnostic messages to STDERR
126 and exit with non-zero exit code.</p>
127
128 <h1>BUGS</h1>
This page took 0.052265 seconds and 4 git commands to generate.