Home | History | Annotate | Line # | Download | only in mantools
      1      1.1  christos #!/bin/sh
      2      1.1  christos 
      3      1.1  christos # Finds double words in install and proto text files.
      4      1.1  christos 
      5      1.1  christos LANG=C; export LANG
      6      1.1  christos 
      7  1.1.1.2  christos (ls *install* proto/* | grep -E -v 'stop|Makefile|html|\.proto' | xargs mantools/deroff; cat RELEASE_NOTES) | mantools/find-double | grep -F -vxf proto/stop.double-install-proto-text
      8