#! /bin/sh
# Author: Tom Gordon
# Date: 9 Dec 91

# Protects periods ending sentences which happen to occur in the first
# column of a line from being interpreted as macro calls.

# synopsis: format -T nroff foo.sgml | preroff | nroff -ms 

# Set to path of linuxdoc-sgml directory. This is all you need to edit.
LINUXDOC=$HOME/linuxdoc-sgml

LIB=$LINUXDOC/lib
sed -f $LIB/preroff.sed
