Date: Mon, 16 Mar 1998 01:48:56 +0900 From: k-horik@yk.rim.or.jp To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: docs/6016: ppp.8 contains typo Message-ID: <19980316014856U.k-horik@yk.rim.or.jp>
next in thread | raw e-mail | index | archive | help
>Number: 6016
>Category: docs
>Synopsis: ppp.8 contains typo
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Sun Mar 15 08:50:01 PST 1998
>Last-Modified:
>Originator: Kazuo Horikawa
>Organization:
personal user
>Release: FreeBSD 2.2.5-RELEASE i386
>Environment:
.\" $Id: ppp.8,v 1.19.2.36 1998/03/13 00:58:09 brian Exp $
This is 2.2.6-980314-BETA's.
>Description:
Formatted ppp.8 revision 1.19.2.35 shows:
set speed value
This sets the speed of the serial device.
set timeout idle [ lpr [ retry ] ]
This command allows the setting of the idle timer, the LQR timer
(if enabled) and the retry timer.
But formatted ppp.8 revision 1.19.2.36 shows:
set speed value
This sets the speed of the serial device. ``set timeout idle [LQR
[FSM-resend]]'' This command allows the setting of the idle timer,
the LQR timer (if enabled) and the finite state machine (FSM) retry
timer.
A part of diffs between revision 1.19.2.35 and 1.19.2.36 is
shown below:
@@ -2384,9 +2384,11 @@
should not be relied upon.
.It set speed value
This sets the speed of the serial device.
-.It set timeout Idle [ lqr [ retry ] ]
+.Dq set timeout idle [LQR [FSM-resend]]
This command allows the setting of the idle timer, the LQR timer (if
-enabled) and the retry timer.
+enabled) and the finite state machine
+.Pq FSM
+retry timer.
.It set vj slots nslots
This command sets the initial number of
.Ar slots
`.It' is replaced with `.Dq', but this replacement is
inappropriate.
>How-To-Repeat:
man ppp
>Fix:
Apply following patch to src/usr.sbin/ppp/ppp.8.
--- ppp.8.orig Mon Mar 16 01:35:06 1998
+++ ppp.8 Mon Mar 16 01:36:30 1998
@@ -2384,7 +2384,7 @@
should not be relied upon.
.It set speed value
This sets the speed of the serial device.
-.Dq set timeout idle [LQR [FSM-resend]]
+.It set timeout idle [LQR [FSM-resend]]
This command allows the setting of the idle timer, the LQR timer (if
enabled) and the finite state machine
.Pq FSM
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980316014856U.k-horik>
