From k-horik@yk.rim.or.jp  Sun Mar 15 08:49:19 1998
Received: from mail.yk.rim.or.jp (root@mail.yk.rim.or.jp [202.247.130.37])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA03347
          for <FreeBSD-gnats-submit@freebsd.org>; Sun, 15 Mar 1998 08:49:18 -0800 (PST)
          (envelope-from k-horik@yk.rim.or.jp)
Received: from localhost (ppp201.yk.rim.or.jp [202.247.134.201]) by mail.yk.rim.or.jp (8.8.5/3.4Wbeta6-rim1.1) with ESMTP id BAA10694; Mon, 16 Mar 1998 01:49:09 +0900 (JST)
Message-Id: <19980316014856U.k-horik@yk.rim.or.jp>
Date: Mon, 16 Mar 1998 01:48:56 +0900
From: k-horik@yk.rim.or.jp
Reply-To: k-horik@yk.rim.or.jp
To: FreeBSD-gnats-submit@freebsd.org
Subject: ppp.8 contains typo
X-Send-Pr-Version: 3.2

>Number:         6016
>Category:       docs
>Synopsis:       ppp.8 contains typo
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 15 08:50:01 PST 1998
>Closed-Date:    Sun Mar 15 23:11:32 PST 1998
>Last-Modified:  Sun Mar 15 23:14:25 PST 1998
>Originator:     Kazuo Horikawa
>Release:        FreeBSD 2.2.5-RELEASE i386
>Organization:
personal user
>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


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Sun Mar 15 23:11:32 PST 1998 
State-Changed-Why:  
Patch applied, thanks! 
>Unformatted:
