.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
...
...
@@ -15,18 +15,18 @@
.SH NAME
menhir \- parser generator for OCaml
menhir \- an LR(1) parser generator for OCaml
.SH SYNOPSIS
.B menhir
.RI [ options ] " files"
.SH DESCRIPTION
.B menhir
is a LR(1) parser generator for the Objective Caml programming language. That is, Menhir compiles LR(1) grammar specifications down to Objective Caml code. It is mostly compatible with
is an LR(1) parser generator for the OCaml programming language.
That is, Menhir compiles LR(1) grammar specifications down to