Cosmetique fixes:

shorten help message to fit the screen
return to prompt from "show ipcp"
This commit is contained in:
ache 1997-05-10 23:46:29 +00:00
parent 4218c89edf
commit 36ab59d4ff
2 changed files with 4 additions and 4 deletions

View File

@ -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,

View File

@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
* $Id: ipcp.c,v 1.14 1997/05/10 01:22:12 brian Exp $
* $Id: ipcp.c,v 1.15 1997/05/10 15:37:40 brian Exp $
*
* TODO:
* o More RFC1772 backwoard compatibility
@ -137,7 +137,7 @@ ReportIpcpStatus()
inet_ntoa(DefHisAddress.ipaddr), DefHisAddress.width);
printf(" Negotiation: %s/%d\n",
inet_ntoa(DefTriggerAddress.ipaddr), DefTriggerAddress.width);
return 0;
return 1;
}
void