Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Mar 2014 07:44:20 -0700
From:      Claus Assmann <freebsd+current@esmtp.org>
To:        freebsd-current@freebsd.org
Subject:   Re: sendmail downgrade
Message-ID:  <20140326144419.GA11066@x2.esmtp.org>
In-Reply-To: <20140326094304.GE27307@vpn.offrom.nl>
References:  <20140324142316.GA7874@vpn.offrom.nl> <20140324144700.GD7874@vpn.offrom.nl> <53305E46.7090403@allanjude.com> <20140325082215.GE8104@vpn.offrom.nl> <20140325143228.GA23657@x2.esmtp.org> <20140326094304.GE27307@vpn.offrom.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Mar 26, 2014, Willy Offermans wrote:

> > > Note: see README file in case of errors.
> >   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> > > pic -C op.me | eqn -C -Tascii | groff -Tascii -me | ul -t dumb > op.txt
> > > ul: unknown escape sequence in input: 33, 133

> You are so right and I had looked into the README file, as suggested.
> However I could not find a hint about the error, so therefore I

Hmm, did you look at the right README file? Here it is:
------------------------------------------------------------
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 $
------------------------------------------------------------


PS: if you don't need op.txt, then you can simply ignore the error.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140326144419.GA11066>