summaryrefslogtreecommitdiff
path: root/specs/fix.sed
blob: e5a4867d780d438499a784fe3bc9de2da279c5fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/sed -f
#
# $Xorg: fix.sed,v 1.3 2000/08/17 19:42:50 cpqbld Exp $
#
s/o+/./g
s/|-/+/g
s/.//g
/FORMFEED\[Page/{
s/FORMFEED/        /
a\

}