Bug 17099

Summary: ftp's default pager is more, not less
Product: Documentation Reporter: ue <ue>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description ue 2000-03-01 18:40:00 UTC
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
Comment 1 nik freebsd_committer freebsd_triage 2000-03-07 14:00:40 UTC
State Changed
From-To: open->closed

Committed, thanks.