summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/command.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-08-29 18:37:02 +0000
committerbrian <brian@FreeBSD.org>1998-08-29 18:37:02 +0000
commitb881fdab9e04bab196b53426e60561d1a211c844 (patch)
tree34348ed3ee2b385b78c23a823189dd057f87a5dc /usr.sbin/ppp/command.c
parent15463134cd552a956f2c6027dde497237bac81e9 (diff)
downloadFreeBSD-src-b881fdab9e04bab196b53426e60561d1a211c844.zip
FreeBSD-src-b881fdab9e04bab196b53426e60561d1a211c844.tar.gz
Mention ``cbcp'' in ``set log ?''
Diffstat (limited to 'usr.sbin/ppp/command.c')
-rw-r--r--usr.sbin/ppp/command.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/ppp/command.c b/usr.sbin/ppp/command.c
index 1721d9f..f71377a 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.161 1998/08/26 17:39:37 brian Exp $
+ * $Id: command.c,v 1.162 1998/08/26 18:07:56 brian Exp $
*
*/
#include <sys/types.h>
@@ -126,7 +126,7 @@
#define NEG_DNS 50
const char Version[] = "2.0";
-const char VersionDate[] = "$Date: 1998/08/26 17:39:37 $";
+const char VersionDate[] = "$Date: 1998/08/26 18:07:56 $";
static int ShowCommand(struct cmdargs const *);
static int TerminalCommand(struct cmdargs const *);
@@ -1576,8 +1576,8 @@ static struct cmdtab const SetCommands[] = {
{"lcpretry", NULL, SetVariable, LOCAL_AUTH | LOCAL_CX,
"FSM retry period", "set lcpretry value", (const void *)VAR_LCPRETRY},
{"log", NULL, log_SetLevel, LOCAL_AUTH, "log level",
- "set log [local] [+|-]async|ccp|chat|command|connect|debug|hdlc|id0|ipcp|"
- "lcp|lqm|phase|tcp/ip|timer|tun..."},
+ "set log [local] [+|-]async|cbcp|ccp|chat|command|connect|debug|hdlc|id0|"
+ "ipcp|lcp|lqm|phase|tcp/ip|timer|tun..."},
{"login", NULL, SetVariable, LOCAL_AUTH | LOCAL_CX,
"login script", "set login chat-script", (const void *) VAR_LOGIN},
{"lqrperiod", NULL, SetVariable, LOCAL_AUTH | LOCAL_CX_OPT,
OpenPOWER on IntegriCloud