aboutsummaryrefslogtreecommitdiff
path: root/devel/xsd/files/patch-doc_pregenerated_xsd.1
blob: 74960514a2aae1e761fbabb7a05aa3a06d8f46be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Rename the xsd binary to xsdcxx, as lang/mono already installs an executable
called `xsd'.

--- doc/pregenerated/xsd.1.orig	2023-09-28 07:36:28 UTC
+++ doc/pregenerated/xsd.1
@@ -1,7 +1,7 @@
 .\" Process this file with
 .\" groff -man -Tascii xsd.1
 .\"
-.TH XSD 1 "January 2023" "XSD 4.2.0"
+.TH XSDCXX 1 "January 2023" "XSDCXX 4.2.0"
 .SH NAME
 xsd \- W3C XML Schema to C++ Compiler
 .\"
@@ -10,7 +10,7 @@ xsd \- W3C XML Schema to C++ Compiler
 .\"--------------------------------------------------------------------
 .SH SYNOPSIS
 .\"--------------------------------------------------------------------
-.B xsd
+.B xsdcxx
 .I command
 .B [
 .I options
@@ -20,19 +20,19 @@ xsd \- W3C XML Schema to C++ Compiler
 .I file
 .B ...]
 .in
-.B xsd help
+.B xsdcxx help
 .B [
 .I command
 .B ]
 .in
-.B xsd version
+.B xsdcxx version
 .\"
 .\"
 .\"
 .\"--------------------------------------------------------------------
 .SH DESCRIPTION
 .\"--------------------------------------------------------------------
-.B xsd
+.B xsdcxx
 generates vocabulary-specific, statically-typed C++ mapping from W3C XML
 Schema definitions. Particular mapping to produce is selected by a
 .IR command .
@@ -96,7 +96,7 @@ Print usage information and exit. Use
 .PP
 .RS
 .RS 3
-.B xsd help
+.B xsdcxx help
 .I command
 .RE
 .PP
@@ -1484,7 +1484,7 @@ If the input file is not a valid W3C XML Schema defini
 .\"
 .SH DIAGNOSTICS
 If the input file is not a valid W3C XML Schema definition,
-.B xsd
+.B xsdcxx
 will issue diagnostic messages to
 .B STDERR
 and exit with non-zero exit code.