aboutsummaryrefslogtreecommitdiffhomepage
path: root/man/coqtop.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/coqtop.1')
-rw-r--r--man/coqtop.18
1 files changed, 4 insertions, 4 deletions
diff --git a/man/coqtop.1 b/man/coqtop.1
index 705ea43f6..e079bee39 100644
--- a/man/coqtop.1
+++ b/man/coqtop.1
@@ -78,10 +78,10 @@ load Coq object file
.I filename.vo
.TP
-.BI \-require \ filename
-load Coq object file
-.I filename.vo
-and import it (Require Import filename.)
+.BI \-require \ path
+load Coq library
+.I path
+and import it (Require Import path.)
.TP
.BI \-compile \ filename.v