Try to fixup the mess of mdoc(7)/man(7) mixture as created by the merge.
[netbsd-mini2440.git] / dist / ntp / scripts / stats / dupe.awk
blob317c2a4faf8422b697d4ccab76c878000430e182
2 # delete duplicate lines
5 if (old != $0)
6 printf "%s\n", $0
7 old = $0