From owner-freebsd-bugs Mon Jan 22 7:50:19 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 912C337B699 for ; Mon, 22 Jan 2001 07:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MFo1p45879; Mon, 22 Jan 2001 07:50:01 -0800 (PST) (envelope-from gnats) Received: from trinity.harmonic.co.il (jupiter.harmonic.co.il [192.116.140.62]) by hub.freebsd.org (Postfix) with ESMTP id 3BE6D37B404 for ; Mon, 22 Jan 2001 07:49:36 -0800 (PST) Received: (from roman@localhost) by trinity.harmonic.co.il (8.11.1/8.11.1) id f0MFmne08820; Mon, 22 Jan 2001 17:48:49 +0200 (IST) (envelope-from roman) Message-Id: <200101221548.f0MFmne08820@trinity.harmonic.co.il> Date: Mon, 22 Jan 2001 17:48:49 +0200 (IST) From: roman@xpert.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: gnu/24530: [PATCH] use "less -is" for man(1) instead of "more -s" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 24530 >Category: gnu >Synopsis: [PATCH] use "less -is" for man(1) instead of "more -s" >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jan 22 07:50:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Roman Shterenzon >Release: FreeBSD 4.2-RELEASE i386 >Organization: >Environment: >Description: The recent FreeBSD releases have less(1) in the base system, it's possible to use it as a pager for man(1) since it has some benefits. For example - pressing "G" won't exit the pager at the text end. "less -is" is used on most Linux distros as a man pager. However, something has to be done with /usr/share/skel/* files as well, since they define PAGER .. >How-To-Repeat: >Fix: --- /usr/src/gnu/usr.bin/man/Makefile.inc Mon Dec 18 10:12:14 2000 +++ Makefile.inc Mon Jan 22 17:44:38 2001 @@ -5,7 +5,7 @@ # libdir= /etc bindir= ${BINDIR} -pager= more -s +pager= less -is manpath_config_file= /etc/manpath.config troff= /usr/bin/groff -S -mandoc # -Tascii or localized encoding added automatically >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message