From owner-freebsd-questions@FreeBSD.ORG Sat Feb 5 09:06:42 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 69EE81065670 for ; Sat, 5 Feb 2011 09:06:42 +0000 (UTC) (envelope-from rglowe@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id F00998FC08 for ; Sat, 5 Feb 2011 09:06:41 +0000 (UTC) Received: by fxm16 with SMTP id 16so3259831fxm.13 for ; Sat, 05 Feb 2011 01:06:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=L9uwscp6+KNnXef2gP5L77vnytGJ/ADWfn5qxQT6pFE=; b=STH6YtmiDcZiBthy+8KMMgZYrx8775LUpy8/41DzK3dDutRrERfAhDba+B/Cd4UM5v MOosuaTYfx7NqSKSeehmkHBMR1cejDOC5RB0qVnHuGhdZz+iUSB0OdzKPAGy4rs2RTTf bbVx5ZSMbiK5IoFTOEY3fH2ZjomYFxdxJyELs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=NiRb6OmxFlA1+zKn+zQFwMlRNAaQ2dLVQI/FNcCCLNTOm1tRxfBZ2lKEYJBxiv6riw nKB+otD2CTXFDJkuUoD8D0o3p4wIIPNHf7FdV8WTGwoIwRGt/LchkbwMmFFWhKDg7G7r EPJj0OE9zLzi66l+gYZd2Fb//8XaCZ5zCmMIg= MIME-Version: 1.0 Received: by 10.223.81.76 with SMTP id w12mr1614038fak.26.1296896799911; Sat, 05 Feb 2011 01:06:39 -0800 (PST) Sender: rglowe@gmail.com Received: by 10.223.86.131 with HTTP; Sat, 5 Feb 2011 01:06:39 -0800 (PST) In-Reply-To: <20110205050527.GA1530@darklight.org.ru> References: <20110205050527.GA1530@darklight.org.ru> Date: Sat, 5 Feb 2011 19:06:39 +1000 X-Google-Sender-Auth: M_OcYoZjefT7nMjMQvpl4-jYuGM Message-ID: From: Rob To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: manual page formatting issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2011 09:06:42 -0000 Yep, that was it. Thanks very much Yuri. On Sat, Feb 5, 2011 at 3:07 PM, Yuri Pankov wrote: > On Sat, Feb 05, 2011 at 02:24:31PM +1000, Rob wrote: > > Hi, > > > > I'm running FreeBSD 8.1-RELEASE (running on VMWare Server 2.0.2) and am > > having some odd issues the formatting of man pages. > > > > If I view a man page (as root) in the console it displays correctly. If I > > view the man page (again, as root) in a (PuTTY) terminal session, the > bold > > formatting of the command line arguments is missing. > > > > See the following screen shot examples: > > > > Console: http://imageupload.org/?di=612968791464 > > > > Terminal: http://imageupload.org/?di=112968791464 > > > > In the console session I have the TERM=cons25. > > > > In the terminal session I have it set to TERM=xterm. My PuTTY settings > are > > pretty much the default, including the "Connection->Data->Terminal-type > > string" set to xterm. > > > > The pager in both sessions is set to more. > > > > I've played around with various terminal settings, to no avail. Can > someone > > please offer some pointers as to how I might fix this? > > > > Thanks, > > Rob > > You probably forgot to change Window->Colors->Default Bold Foreground > color values in PuTTY (works just fine here). > > > HTH, > Yuri >