From ue@nathan.ruhr.de  Wed Mar  1 10:32:59 2000
Return-Path: <ue@nathan.ruhr.de>
Received: from mail.ruhr.de (ns.ruhr.de [141.39.224.34])
	by hub.freebsd.org (Postfix) with SMTP id 93BF737BA2E
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  1 Mar 2000 10:32:55 -0800 (PST)
	(envelope-from ue@nathan.ruhr.de)
Received: (qmail 65092 invoked by alias); 1 Mar 2000 18:32:44 -0000
Received: (from ue@localhost)
	by nathan.ruhr.de (8.9.3/8.9.3) id RAA01433;
	Wed, 1 Mar 2000 17:19:03 +0100 (CET)
	(envelope-from ue)
Message-Id: <200003011619.RAA01433@nathan.ruhr.de>
Date: Wed, 1 Mar 2000 17:19:03 +0100 (CET)
From: ue@nathan.ruhr.de
Reply-To: ue@nathan.ruhr.de
To: FreeBSD-gnats-submit@freebsd.org
Subject: ftp's default pager is more, not less
X-Send-Pr-Version: 3.2

>Number:         17099
>Category:       docs
>Synopsis:       ftp's default pager is more, not less
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar  1 10:40:00 PST 2000
>Closed-Date:    Tue Mar 7 06:00:40 PST 2000
>Last-Modified:  Tue Mar  7 06:00:51 PST 2000
>Originator:     Udo Erdelhoff
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
>Environment:

	4.0-CURRENT as of 27-FEB-2000

>Description:

The ftp(1) manpage states that ftp uses less for the pager subcommand of
ftp. The source for ftp says:

/* $FreeBSD: src/usr.bin/ftp/ftp_var.h,v 1.11 2000/02/21 18:18:41 ache Exp $
[...]
#define PAGER           "more"  /* default pager if $PAGER isn't set */

A patch to fix the manpage has been included.

>How-To-Repeat:

	N/A

>Fix:


--- /usr/src/usr.bin/ftp/ftp.1.orig	Mon Feb 28 20:06:45 2000
+++ /usr/src/usr.bin/ftp/ftp.1	Mon Feb 28 20:06:57 2000
@@ -662,7 +662,7 @@
 and display with the program defined in
 .Ev PAGER 
 (which defaults to
-.Xr less 1 ).
+.Xr more 1 ).
 .It Ic passive
 Toggle passive mode.  If passive mode is turned on
 (default is off), the ftp client will

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: nik 
State-Changed-When: Tue Mar 7 06:00:40 PST 2000 
State-Changed-Why:  
Committed, thanks. 
>Unformatted:
