Cosmetique fixes:
shorten help message to fit the screen return to prompt from "show ipcp"
This commit is contained in:
parent
4218c89edf
commit
36ab59d4ff
@ -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,
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user