~ubuntu-branches/ubuntu/wily/ocamlmod/wily

« back to all changes in this revision

Viewing changes to debian/ocamlmod.1

  • Committer: Package Import Robot
  • Author(s): Stéphane Glondu
  • Date: 2013-12-04 23:44:27 UTC
  • mfrom: (4.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20131204234427-160zkxnllbfgrrbr
Tags: 0.0.4-1
* Team upload
* Upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
ocamlmod - generate OCaml modules from source files
5
5
.SH SYNOPSIS
6
6
.PP
7
 
ocamlmod [-help|--help] file.mod
 
7
ocamlmod [\(hyhelp|\(hy\(hyhelp] file.mod
8
8
.SH DESCRIPTION
9
9
.PP
10
 
This program allows to generate a single module files from a bunch of
11
 
OCaml source file.
 
10
This program allows one to generate a single module files from a bunch
 
11
of OCaml source file.
12
12
.SH FILE SYNTAX
13
13
.PP
14
14
The \f[C]file.mod\f[] must contains one source (\f[C].ml\f[]) per line.