summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-06-06 23:00:33 +0000
committerbrian <brian@FreeBSD.org>1998-06-06 23:00:33 +0000
commitf9217c4bf11830500885c68788669caee49b6c4e (patch)
treea750c22fb8da3b54aae09fb73e2dcf5c17ebe89a /usr.sbin
parente56ba1efb9b39b456e4a019b12c8359c640be8d3 (diff)
downloadFreeBSD-src-f9217c4bf11830500885c68788669caee49b6c4e.zip
FreeBSD-src-f9217c4bf11830500885c68788669caee49b6c4e.tar.gz
Make ``set ? log'' more verbose.
Suggested by: Paul Dufresne <dufrp@oricom.ca>
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ppp/command.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.sbin/ppp/command.c b/usr.sbin/ppp/command.c
index 65bf922..4c1fe88 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.135 1998/05/21 21:44:44 brian Exp $
+ * $Id: command.c,v 1.136 1998/05/29 18:32:10 brian Exp $
*
*/
#include <sys/types.h>
@@ -124,7 +124,7 @@
#define NEG_DNS 50
const char Version[] = "2.0-beta";
-const char VersionDate[] = "$Date: 1998/05/21 21:44:44 $";
+const char VersionDate[] = "$Date: 1998/05/29 18:32:10 $";
static int ShowCommand(struct cmdargs const *);
static int TerminalCommand(struct cmdargs const *);
@@ -1466,8 +1466,9 @@ static struct cmdtab const SetCommands[] = {
"FSM retry period", "set ipcpretry value", (const void *)VAR_IPCPRETRY},
{"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] [+|-]value..."},
+ {"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..."},
{"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