]> arthur.barton.de Git - ngircd-web.git/blobdiff - documentation.php.de
README.md: Fix output path of pandoc command
[ngircd-web.git] / documentation.php.de
index a021d90f8cc7704d208e4b518e38e3a3333bea5d..6705ef131fecf153112bcf85499c88627ca92f31 100644 (file)
 </p>
 <?php
        include('common/documentation-links.inc');
+?>
+<h3>
+       Manual Pages
+</h3>
+<p style="hyphens: auto">
+       Außerdem enthält ngIRCd zwei <q>manual pages</q>:
+       <code>ngircd(8)</code> (für den Daemon) und <code>ngircd.conf(5)</code>
+       (für seine Konfigurationsdatei). Sie enthalten noch mehr Details und
+       listen alle möglichen Kommandozeilenparameter und
+       Konfigurationsoptionen auf. Sie können sie mit dem
+       <code>man</code>-Befehl lesen (wenn sie lokal auf Ihrem System
+       installiert sind, z.B. <code>man 8 ngircd</code> und <code>man 5
+       ngircd.conf</code>) oder online hier:
+</p>
+<ul>
+       <li>Server: <a href="man/ngircd.8.html">ngircd(8)</a></li>
+       <li>Konfigurationsdatei: <a href="man/ngircd.conf.5.html">ngircd.conf(5)</a></li>
+</ul>
+<?php
        end_page();
 ?>