summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/command.c
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-05-10 23:46:29 +0000
committerache <ache@FreeBSD.org>1997-05-10 23:46:29 +0000
commit36ab59d4ff2802cdf5b5bbeb90d5eeb1d7c561b2 (patch)
tree39aaadeec202ca34ba73ea706e23169a69829efe /usr.sbin/ppp/command.c
parent4218c89edfb960c5611a31b5ada4d5354b0e2c2e (diff)
downloadFreeBSD-src-36ab59d4ff2802cdf5b5bbeb90d5eeb1d7c561b2.zip
FreeBSD-src-36ab59d4ff2802cdf5b5bbeb90d5eeb1d7c561b2.tar.gz
Cosmetique fixes:
shorten help message to fit the screen return to prompt from "show ipcp"
Diffstat (limited to 'usr.sbin/ppp/command.c')
-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 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,
OpenPOWER on IntegriCloud