From owner-freebsd-current@FreeBSD.ORG Wed Mar 26 14:44:27 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1BFF887B for ; Wed, 26 Mar 2014 14:44:27 +0000 (UTC) Received: from zardoc.esmtp.org (zardoc.esmtp.org [70.36.157.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ED5FB8A2 for ; Wed, 26 Mar 2014 14:44:26 +0000 (UTC) Received: from x2.esmtp.org (localhost. [127.0.0.1]) by zardoc.esmtp.org (MeTA1-1.0.Alpha22.0) with ESMTPS (TLS=TLSv1/SSLv3, cipher=ECDHE-RSA-AES256-GCM-SHA384, bits=256, verify=OK) id S000000000007CAE800; Wed, 26 Mar 2014 07:44:20 -0700 Received: (from ca@localhost) by x2.esmtp.org (8.14.6/8.12.10.Beta0/Submit) id s2QEiKfa022647 for freebsd-current@freebsd.org; Wed, 26 Mar 2014 07:44:20 -0700 (PDT) Date: Wed, 26 Mar 2014 07:44:20 -0700 From: Claus Assmann To: freebsd-current@freebsd.org Subject: Re: sendmail downgrade Message-ID: <20140326144419.GA11066@x2.esmtp.org> Mail-Followup-To: freebsd-current@freebsd.org 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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140326094304.GE27307@vpn.offrom.nl> User-Agent: Mutt/1.5.22+16 (adf90e5365bc) (2013-10-16) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: freebsd-current@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2014 14:44:27 -0000 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.