freebsd-src/contrib/sendmail/doc/op
Gregory Neil Shapiro d39bd2c138 Merge commit '850ef5ae11d69ea3381bd310f564f025fc8caea3'
Merge vendor sendmail 8.18.1 into HEAD
2024-01-31 23:53:48 +00:00
..
Makefile Merge commit '850ef5ae11d69ea3381bd310f564f025fc8caea3' 2024-01-31 23:53:48 +00:00
op.me Merge commit '850ef5ae11d69ea3381bd310f564f025fc8caea3' 2024-01-31 23:53:48 +00:00
README

Known Problems with some *roff versions

If you encounter the error:

Unknown escape sequence in input: 33, 133

when trying to create op.txt then set the GROFF_NO_SGR environment
variable (see grotty(1) man page), e.g.,

csh% setenv GROFF_NO_SGR 1
sh$ GROFF_NO_SGR=1; export GROFF_NO_SGR

$Id: README,v 8.1 2004-07-20 20:25:10 ca Exp $