Sophie

Sophie

distrib > Mandriva > 2008.0 > x86_64 > by-pkgid > 3cdb4c56b81d281321b426ee93b198c9 > files > 7

ntp-4.2.4-12mdv2008.0.src.rpm

diff --git a/scripts/html2man.in b/scripts/html2man.in
index 3b072f4..1ca82df 100755
--- a/scripts/html2man.in
+++ b/scripts/html2man.in
@@ -26,15 +26,17 @@ $MANDIR = "./man";
 	     'ntptime' => ['ntptime', 8, 'ntpd(8), ntpdate(8)'],
 	     'ntptrace' => ['ntptrace', 8, 'ntpd(8)'],
 	     'keygen' => ['ntp-keygen', 8, 'ntpd(8), ntp_auth(5)'],
-	     'confopt' => ['ntp.conf', 5, 'ntpd(8)'],
+	     'confopt' => ['ntp.conf', 5, 'ntpd(8), ntp_acc(5), ntp_auth(5), ntp_auto(5), ntp_clock(5), ntp_misc(5), ntp_mon(5)'],
 	     'authopt' => ['ntp_auth', 5, 'ntp.conf(5), ntpd(8)'],
 	     'monopt' => ['ntp_mon', 5, 'ntp.conf(5)'],
 	     'accopt' => ['ntp_acc', 5, 'ntp.conf(5)'],
 	     'clockopt' => ['ntp_clock', 5, 'ntp.conf(5)'],
-	     'miscopt' => ['ntp_misc', 5, 'ntp.conf(5)']);
+	     'miscopt' => ['ntp_misc', 5, 'ntp.conf(5)'],
+	     'manyopt' => ['ntp_auto', 5, 'ntp.conf(5)'],
+	     'tickadj' => ['tickadj', 8, 'ntpd(8), adjtime(3)']);
 
 # Disclaimer to go in SEE ALSO section of the man page
-$seealso_disclaimer = "Primary source of documentation: /usr/share/doc/ntp-*\n\n" .
+$seealso_disclaimer = "Primary source of documentation are the HTML docs in the ntp-doc package.\n\n" .
     "This file was automatically generated from HTML source.\n";
 
 mkdir $MANDIR, 0777;