From 13d4621a4c3faab5e1b965c14892919c816306a4 Mon Sep 17 00:00:00 2001 From: glondu Date: Mon, 18 Aug 2008 05:07:58 +0000 Subject: Renaming parser -> coq-parser git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11328 85f007b7-540e-0410-9357-904b9bb8a0f7 --- man/coq-interface.1 | 4 ++-- man/coq-parser.1 | 30 ++++++++++++++++++++++++++++++ man/parser.1 | 30 ------------------------------ 3 files changed, 32 insertions(+), 32 deletions(-) create mode 100644 man/coq-parser.1 delete mode 100644 man/parser.1 (limited to 'man') diff --git a/man/coq-interface.1 b/man/coq-interface.1 index 2ab2bf95f..ee013d952 100644 --- a/man/coq-interface.1 +++ b/man/coq-interface.1 @@ -1,7 +1,7 @@ .TH COQ 1 "April 25, 2001" .SH NAME -coq-interface \- +coq\-interface \- Customized Coq toplevel to make user interfaces .SH SYNOPSIS @@ -29,7 +29,7 @@ coq-interface (the same as coqtop). .BR coqc (1), .BR coqdep (1), .BR coqtop (1), -.BR parser (1). +.BR coq\-parser (1). .br .I The Coq Reference Manual. diff --git a/man/coq-parser.1 b/man/coq-parser.1 new file mode 100644 index 000000000..23dc82019 --- /dev/null +++ b/man/coq-parser.1 @@ -0,0 +1,30 @@ +.TH COQ 1 "April 25, 2001" + +.SH NAME +coq\-parser \- Coq parser + + +.SH SYNOPSIS +.B coq\-parser +[ +.B options +] + +.SH DESCRIPTION + +.B parser +is a program reading Coq proof developments and outputing them in the +structured format given in the INRIA technical report RT154. This +program is not for the casual user. + +.SH SEE ALSO + +.BR coq\-interface (1), +.BR coqc (1), +.BR coqtop (1), +.BR coqdep (1). +.br +.I +The Coq Reference Manual. +.I +The Coq web site: http://coq.inria.fr diff --git a/man/parser.1 b/man/parser.1 deleted file mode 100644 index 051356b59..000000000 --- a/man/parser.1 +++ /dev/null @@ -1,30 +0,0 @@ -.TH COQ 1 "April 25, 2001" - -.SH NAME -parser \- Coq parser - - -.SH SYNOPSIS -.B parser -[ -.B options -] - -.SH DESCRIPTION - -.B parser -is a program reading Coq proof developments and outputing them in the -structured format given in the INRIA technical report RT154. This -program is not for the casual user. - -.SH SEE ALSO - -.BR coq\-interface (1), -.BR coqc (1), -.BR coqtop (1), -.BR coqdep (1). -.br -.I -The Coq Reference Manual. -.I -The Coq web site: http://coq.inria.fr -- cgit v1.2.3