diff options
Diffstat (limited to 'usr.sbin/ppp/command.c')
-rw-r--r-- | usr.sbin/ppp/command.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/command.c b/usr.sbin/ppp/command.c index 88fd295..8685bb4 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.43 1997/05/10 01:22:08 brian Exp $ + * $Id: command.c,v 1.44 1997/05/10 03:39:51 brian Exp $ * */ #include <sys/types.h> @@ -450,7 +450,7 @@ struct cmdtab const ShowCommands[] = { { "proto", NULL, ReportProtStatus, LOCAL_AUTH, "Show protocol summary", StrNull}, { "reconnect",NULL, ShowReconnect, LOCAL_AUTH, - "Show Reconnect timer ntries", StrNull}, + "Show Reconnect timer,tries", StrNull}, { "redial", NULL, ShowRedial, LOCAL_AUTH, "Show Redial timeout value", StrNull}, { "route", NULL, ShowRoute, LOCAL_AUTH, |