1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
From: Ralf Treinen <treinen@debian.org>
Date: Fri, 6 Sep 2019 09:41:09 +0200
Subject: Add to the man page pointer to the complete documentation in html.
---
doc/ocamlweb.1 | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/doc/ocamlweb.1 b/doc/ocamlweb.1
index 7f3e521..6203192 100644
--- a/doc/ocamlweb.1
+++ b/doc/ocamlweb.1
@@ -28,6 +28,10 @@ See the ocamlweb web site for documentation and examples.
.TP
.B \-h
Help. Will give you the complete list of options accepted by ocamlweb.
+For detailed explanations, please check the
+ocamlweb manual. On a Debian system the manual can be found at
+.I /usr/share/doc/ocamlweb
+in HTML format, or via the Debian help system.
.SH AUTHORS
|