From owner-freebsd-stable@FreeBSD.ORG Fri Mar 30 09:57:15 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B9071065670 for ; Fri, 30 Mar 2012 09:57:15 +0000 (UTC) (envelope-from matt.thyer@gmail.com) Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 2486D8FC12 for ; Fri, 30 Mar 2012 09:57:14 +0000 (UTC) Received: by wgbds12 with SMTP id ds12so368385wgb.31 for ; Fri, 30 Mar 2012 02:57:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=BqIZm2Ny5I32VfkVWVwPJ9ABG4LMUqKekY88RP9zkVQ=; b=PDRzTnpZZ7IvYfkbMHj3BXDPLSndsH+JpcLyjN/PMdjLQpmZDRJzKuSkvabwPknlGF 1hpccwyrSLOwKlCB1txdDP33R8FKBc/Ftzrpx86oJV2lm50hQVisKimEL2zhFQOjoHjX La6QfkAb6npjcUjEbw1vQwlV7B/IUhHLX0IeP0VKN9HJCWvUdxq4/i35Kvy2vtR/8LZW nr7WyllZhzPqJJ7zVzYZmLovnYW4NPmrZkq1Y7aCjluNOKflflWgHPuI7zjhnI7LXvMi /d9XVMF5sNQFC6f0wquvThkwa0HIKUzIE0tWFWePBKd4feEfbOVe7mty89dVWVzfdXtq WXDw== MIME-Version: 1.0 Received: by 10.180.82.136 with SMTP id i8mr4733750wiy.19.1333101433785; Fri, 30 Mar 2012 02:57:13 -0700 (PDT) Received: by 10.216.190.219 with HTTP; Fri, 30 Mar 2012 02:57:13 -0700 (PDT) Received: by 10.216.190.219 with HTTP; Fri, 30 Mar 2012 02:57:13 -0700 (PDT) In-Reply-To: <4F735CEC.5060101@gmail.com> References: <4F735CEC.5060101@gmail.com> Date: Fri, 30 Mar 2012 20:27:13 +1030 Message-ID: From: Matt Thyer To: Jim Bryant Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-stable@freebsd.org Subject: Re: ESCape codes displayed instead of processed in pager X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Mar 2012 09:57:15 -0000 On Mar 29, 2012 5:18 AM, "Jim Bryant" wrote: > > Ever since I have upgraded to 9-stable, I have noticed that the manpages seem to be munged up with displayed instead of processed ESCape codes. I believe that this is due to the terminal type of the console changing from "cons25" to "xterm". If you fix your /etc/ttys to reflect this things should be OK.