summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-08-21 16:18:07 +0000
committerbrian <brian@FreeBSD.org>1997-08-21 16:18:07 +0000
commit4d5bf5e7506b847a254ed4a60c60cf849b36fb59 (patch)
tree10e868bee523dac7dcedeec73f3bb8de0279ea63 /usr.sbin/ppp
parentd4088a1d8c5a308c01be58029eb07bff2f01364b (diff)
downloadFreeBSD-src-4d5bf5e7506b847a254ed4a60c60cf849b36fb59.zip
FreeBSD-src-4d5bf5e7506b847a254ed4a60c60cf849b36fb59.tar.gz
Correct online usage message for "set ? stopped"
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r--usr.sbin/ppp/command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/command.c b/usr.sbin/ppp/command.c
index bfb0b8e..27237fa 100644
--- a/usr.sbin/ppp/command.c
+++ b/usr.sbin/ppp/command.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: command.c,v 1.70 1997/08/19 01:10:19 brian Exp $
+ * $Id: command.c,v 1.71 1997/08/20 23:47:41 brian Exp $
*
*/
#include <sys/types.h>
@@ -1373,7 +1373,7 @@ struct cmdtab const SetCommands[] = {
{ "redial", NULL, SetRedialTimeout, LOCAL_AUTH,
"Set Redial timeout", "set redial value|random[.value|random] [dial_attempts]"},
{ "stopped", NULL, SetStoppedTimeout, LOCAL_AUTH,
- "Set STOPPED timeout", "set stopped value"},
+ "Set STOPPED timeouts", "set stopped [LCPseconds [IPCPseconds [CCPseconds]]]"},
{ "server", "socket", SetServer, LOCAL_AUTH,
"Set server port", "set server|socket TcpPort|LocalName|none [mask]"},
{ "speed", NULL, SetModemSpeed, LOCAL_AUTH,
OpenPOWER on IntegriCloud