Your Donations Help Support the NTP Community --
#! /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/ .