Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lack of manpage #8064

Closed
vicuna opened this issue Mar 15, 2003 · 0 comments
Closed

lack of manpage #8064

vicuna opened this issue Mar 15, 2003 · 0 comments

Comments

@vicuna
Copy link

vicuna commented Mar 15, 2003

Original bug ID: 1595
Reporter: administrator
Status: closed
Resolution: fixed
Priority: normal
Severity: minor
Category: -for CamlIDL use https://github.com/xavierleroy/camlidl/issues

Bug description

Full_Name: Stefano Zacchiroli
Version: 3.06
OS: Debian GNU/Linux
Submission from: host204-63.pool80117.interbusiness.it (80.117.63.204)

camlidl lacks a manpage.

Follow the manpage we are using in the camlidl debian package. It was provided
by Georges Mariano.

Thanks,
Cheers.

." Hey, EMACS: -- nroff --
." First parameter, NAME, should be all caps
." Second parameter, SECTION, should be 1-8, maybe w/ subsection
." other parameters are allowed: see man(7), man(1)
.TH CAMLIDL SECTION "novembre 7, 2001"
." Please adjust this date whenever revising the manpage.
."
." Some roff macros, for reference:
." .nh disable hyphenation
." .hy enable hyphenation
." .ad l left justify
." .ad b justify to both left and right margins
." .nf disable filling
." .fi enable filling
." .br insert line break
." .sp insert n+1 empty lines
." for manpage-specific macros, see man(7)
.SH NAME
camlidl - a stub code generator for Objective Caml
.SH SYNOPSIS
.B camlidl
.RI [options] <.idl file> ... <.idl file>
.SH DESCRIPTION
This manual page documents briefly the
.B camlidl
command.
This manual page was written for the Debian GNU/Linux distribution
because the original program does not have a manual page.
.PP
." TeX users may be more comfortable with the \fB\fP and
." \fI\fP escape sequences to invode bold face and italics,
." respectively.
\fBcamlidl\fP is a program that generates
stub code for interfacing Caml with C from an IDL description of the C
functions.
.SH OPTIONS
A summary of options is included below.
.TP
.B -I

Add directory to search path
.TP
.B -D Pass -D to the C preprocessor
.TP
.B -cpp
Pass the .idl files through the C preprocessor (default)
.TP
.B -nocpp
Do not pass the .idl files through the C preprocessor
.TP
.B -prepro
Use as the preprocessor instead of the C preprocessor
.TP
.B -header
Generate a .h file containing all type definitions
.TP
.B -no-include
Do not #include the .h file in the generated .c file
.TP
.B -prefix-all-labels
Prefix all ML name of record labels with name of enclosing struct
.TP
.B -keep-labels
Do not prefix ML names of record labels, even if ambiguous
.TP
.B -help
Show summary of options.
.TP
.B -v, --version
Show version of program.
.SH AUTHOR
This manual page was written by Georges Mariano georges.mariano@inrets.fr,
for the Debian GNU/Linux system (but may be used by others).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant