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

Page man pour ocamldebug. #2691

Closed
vicuna opened this issue Feb 26, 2001 · 1 comment
Closed

Page man pour ocamldebug. #2691

vicuna opened this issue Feb 26, 2001 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Feb 26, 2001

Original bug ID: 294
Reporter: administrator
Status: closed
Resolution: fixed
Priority: normal
Severity: minor
Category: ~DO NOT USE (was: OCaml general)

Bug description

Bonjour, ...

Ocaml n'a pas de page de man pour ocamldebug.

J'ai ecris une page de man pour ocamldebug pour le package debian, la voici :

Amicalement,

Sven Luther


.TH NAME SECTION
." NAME should be all caps, SECTION should be 1-8, maybe w/ subsection
." other parms are allowed: see man(7), man(1)
.SH NAME
ocamldebug - the Objective Caml source-level replay debugger.
.SH SYNOPSIS
.B ocamldebug
.I "[options] program [arguments]"
.SH DESCRIPTION
This manual page documents briefly the
.BR ocamldebug ,
command.
This manual page was written for the Debian GNU/Linux distribution
because the original program does not have a manual page.
Instead, it has html documentation in the ocaml-doc package.
.PP
.B ocamldebug
is the Objective Caml source-level replay debugger.
.SH OPTIONS
A summary of options are included below.
For a complete description, see the html documentation in the ocaml-doc
package.
.TP
.B -I directory
Add directory to the list of directories searched for source files and
compiled files.
.TP
.B -s socket
Use socket for communicating with the debugged program.
.TP
.B -c count
Set the maximum number of simultaneously live checkpoints to count.
.TP
.B -cd directory
Run the debugger program from the working directory directory,
instead of the current directory.
.TP
.B -emacs
Tell the debugger it is executed under Emacs.
.SH SEE ALSO
ocamldebug are documented fully by
.IR the ocaml html documentation
available via the ocaml-doc package.
.SH AUTHOR
This manual page was written by Sven LUTHER luther@debian.org,
for the Debian GNU/Linux system (but may be used by others).



@vicuna
Copy link
Author

vicuna commented Feb 27, 2001

Comment author: administrator

Ocaml n'a pas de page de man pour ocamldebug.
J'ai ecris une page de man pour ocamldebug pour le package debian, la voici :

Merci, je viens de la mettre dans les sources de travail.

Amicalement,

  • Xavier Leroy

@vicuna vicuna closed this as completed Feb 27, 2001
@vicuna vicuna added the bug label Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant