Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cduce
cduce
Commits
e825c8fa
Commit
e825c8fa
authored
Oct 05, 2007
by
Pietro Abate
Browse files
[r2003-05-25 10:40:12 by cvscast] Typos
Original author: cvscast Date: 2003-05-25 10:40:12+00:00
parent
8b575b91
Changes
3
Hide whitespace changes
Inline
Side-by-side
doc/cduce.1
View file @
e825c8fa
...
...
@@ -6,7 +6,7 @@ cduce \- The CDuce interpreter
\fBcduce\fR [ \fB -v
--quiet
--licen
c
e\fR ] [ \fB --dump \fIfile\fB\fR ] [ \fB \fIfile.cd\fB\fR\fI ...\fR ] [ \fB--arg \fIargument\fB\fR\fI ...\fR ]
--licen
s
e\fR ] [ \fB --dump \fIfile\fB\fR ] [ \fB \fIfile.cd\fB\fR\fI ...\fR ] [ \fB--arg \fIargument\fB\fR\fI ...\fR ]
.SH "DESCRIPTION"
.PP
...
...
doc/cduce.docbook
View file @
e825c8fa
...
...
@@ -18,7 +18,7 @@
<arg
choice=
"opt"
>
<option>
-v
</option>
<option>
--quiet
</option>
<option>
--licen
c
e
</option>
<option>
--licen
s
e
</option>
</arg>
<arg
choice=
"opt"
>
<option>
--dump
<filename>
file
</filename></option>
...
...
driver/run.ml
View file @
e825c8fa
...
...
@@ -19,13 +19,13 @@ let specs =
Printf
.
eprintf
"CDuce, version %s
\n
"
Cduce
.
version
;
exit
0
)
,
"print CDuce version"
;
"--licen
c
e"
,
Arg
.
Unit
(
fun
()
->
"--licen
s
e"
,
Arg
.
Unit
(
fun
()
->
Printf
.
eprintf
"
\n
\
The CDuce interpreter is distributed under the terms of the Q Public
\n
\
License version 1.0 (included in the sources). The Choice of Law section
\n
\
been modified from the original Q Public.
\n\n
"
;
exit
0
)
,
"print CDuce licen
c
e"
;
"print CDuce licen
s
e"
;
"--arg"
,
Arg
.
Rest
(
fun
s
->
args
:=
s
::
!
args
)
,
" the arguments that follow are passed to the CDuce program (in argv)"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment