#! /n/gnu/bin/sed -f
# Fixes some obvious (?) word spacing problems in FSG text.
#
# Force some known word breaks:
s/[6KLMN]/&_/g
s/[2DEHPRTSZ]G/&_/g
s/4O/_&/g
s/2[^_]/_&/g
# Remove some spurious breaks:
s/__*\(C[^P]\)/\1/g
s/__*\(DG\)/\1/g
s/__*\([EGR]_\)/\1/g
s/__*\([ILMNZ]\)/\1/g
s/\([248ACDFHIOPSTZ]\)__*/\1/g
s/\([G_]E\)__*/\1/g
