X Tutup
Network Time Foundation's NTP Support Wiki Network Time Foundation

Your Donations Help Support the NTP Community --

Documentation Notes

HTML Pages

Harlan runs the following script to check the HTML documentation:

#! /bin/sh

cd html-new

for i in `find * -type f | grep -v '^x/'`
do
        cmp -s ../html/$i $i || ( cp ../html/$i $i ; echo $i )
done

linklint /@ -doc x

and the actual reconciliation between DLM's published documentation and the versions in the NTP distribution are done in /whimsy/ntp-html/ .
Topic revision: r1 - 25 Jan 2014, HarlanStenn
X Tutup