diff options
author | brian <brian@FreeBSD.org> | 1999-06-02 21:28:02 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1999-06-02 21:28:02 +0000 |
commit | 769cb902d305f545354279a6ebd500c80602115f (patch) | |
tree | 2afcb42e361d2e4adfda4691d845c7a39f1bbc95 | |
parent | 1766c1a05b19de6d19a5018d56006151a58d9d18 (diff) | |
download | FreeBSD-src-769cb902d305f545354279a6ebd500c80602115f.zip FreeBSD-src-769cb902d305f545354279a6ebd500c80602115f.tar.gz |
Mention physical and sync logging in the ``set log''
usage message.
-rw-r--r-- | usr.sbin/ppp/command.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ppp/command.c b/usr.sbin/ppp/command.c index 2023540..45f198a 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.195 1999/05/31 23:57:35 brian Exp $ + * $Id: command.c,v 1.196 1999/06/02 00:46:52 brian Exp $ * */ #include <sys/param.h> @@ -143,7 +143,7 @@ #define NEG_DNS 52 const char Version[] = "2.21"; -const char VersionDate[] = "$Date: 1999/05/31 23:57:35 $"; +const char VersionDate[] = "$Date: 1999/06/02 00:46:52 $"; static int ShowCommand(struct cmdargs const *); static int TerminalCommand(struct cmdargs const *); @@ -1818,7 +1818,7 @@ static struct cmdtab const SetCommands[] = { "set lcpretry value [attempts]", (const void *)VAR_LCPRETRY}, {"log", NULL, log_SetLevel, LOCAL_AUTH, "log level", "set log [local] [+|-]async|cbcp|ccp|chat|command|connect|debug|hdlc|id0|" - "ipcp|lcp|lqm|phase|tcp/ip|timer|tun..."}, + "ipcp|lcp|lqm|phase|physical|sync|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, |