From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 17:08:44 2011 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 82B77106566C for ; Wed, 26 Oct 2011 17:08:44 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [94.23.254.147]) by mx1.freebsd.org (Postfix) with ESMTP id 464C78FC08 for ; Wed, 26 Oct 2011 17:08:44 +0000 (UTC) Received: from baby-jane.lamaiziere.net (63.9.74.86.rev.sfr.net [86.74.9.63]) by smtp.lamaiziere.net (Postfix) with ESMTPA id 607CDFAA31A5; Wed, 26 Oct 2011 19:08:43 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by baby-jane.lamaiziere.net (Postfix) with ESMTP id 722A273149; Wed, 26 Oct 2011 19:08:48 +0200 (CEST) Date: Wed, 26 Oct 2011 19:08:47 +0200 From: Patrick Lamaiziere To: questions@freebsd.org Message-ID: <20111026190847.291a4264@davenulle.org> In-Reply-To: <20135.29649.831213.537245@jerusalem.litteratus.org> References: <20111026032037.23014255@davenulle.org> <20135.29649.831213.537245@jerusalem.litteratus.org> X-Mailer: Claws Mail 3.7.10 (GTK+ 2.24.6; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: Robert Huff Subject: Re: nice man pages? 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: Wed, 26 Oct 2011 17:08:44 -0000 Le Tue, 25 Oct 2011 22:43:29 -0400, Robert Huff a écrit : > > I use sysutils/most to have nice manual pages in color, that's > > cool but is there a way to do this with the base system (ie > > without adding port)? > > I believe the answer will be "Not going to happen." Color is > nice, but the system is desugned so it can be easily run when the > system console is something indeterminate at the other end of a 300 > baud serial line. We have ls with color (and no problem with serial console, there is no color when using it). Why not a nice manual? In fact there were some works on 9.0: http://markmail.org/message/3hqgrjbvg7sneobk But it does not seem to work here on a fresh 9.0/RC1 (via ssh but ls color works fine), does it work for you? Anyway thank you all for your replies. Regards.