]> arthur.barton.de Git - ngircd-web.git/blobdiff - documentation.php.en
ngIRCd Release 27
[ngircd-web.git] / documentation.php.en
index d35b508180d4798871d2e30981ffa9a0101cb793..6aa718f51c1428cbf18321b3b4967fd6c0426784 100644 (file)
@@ -10,7 +10,7 @@
 </h3>
 <p>
        ngIRCd is mainly being developed and tested on current versions of
-       Linux, Mac OS X, and FreeBSD.
+       Linux, macOS, FreeBSD and OpenBSD.
 </p>
 <p>
        In addition ngIRCd has been successfully compiled and run on the
        exemplary configurations sample-ngircd.conf).
 </p>
 <p>
-       The documents of tha actual version can be found online here:
+       The documents of the current version can be found online here:
 </p>
 <?php
        include('common/documentation-links.inc');
+?>
+<h3>
+       Manual Pages
+</h3>
+<p>
+       In addition, ngIRCd comes with two manual pages: <code>ngircd(8)</code>
+       (for the daemon) and <code>ngircd.conf(5)</code> (for its configuration
+       file). They have even more details and list all possible command line
+       parameters and configuration options. You can read them with the
+       <code>man</code> command (when they are installed locally on your
+       system, e.g. <code>man 8 ngircd</code> and <code>man 5
+       ngircd.conf</code>) or online here:
+</p>
+<ul>
+       <li>Daemon: <a href="man/ngircd.8.html">ngircd(8)</a></li>
+       <li>Configuration file: <a href="man/ngircd.conf.5.html">ngircd.conf(5)</a></li>
+</ul>
+<?php
        end_page();
 ?>