Date: Mon, 9 Jun 1997 21:27:31 -0700 (PDT) From: josh@quick.net To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: bin/3830: ppp ``show ?'' mis-aligned Message-ID: <199706100427.VAA08236@jg.webmaster.com> Resent-Message-ID: <199706100430.VAA08160@hub.freebsd.org>
index | next in thread | raw e-mail
>Number: 3830
>Category: bin
>Synopsis: ppp ``show ?'' mis-aligned
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Mon Jun 9 21:30:03 PDT 1997
>Last-Modified:
>Originator: Josh Gilliam
>Organization:
>Release: FreeBSD 3.0-CURRENT i386
>Environment:
>Description:
...
proto : Show protocol summary
reconnect: Show Reconnect timer,tries
redial : Show Redial timeout value
...
>How-To-Repeat:
ppp
show ?
>Fix:
--- command.c.orig Mon Jun 9 01:16:17 1997
+++ command.c Mon Jun 9 20:56:58 1997
@@ -101,7 +101,7 @@
n = 0;
for (cmd = plist; cmd->func; cmd++)
if (cmd->name && (cmd->lauth & VarLocalAuth)) {
- fprintf(VarTerm, " %-8s: %-20s\n", cmd->name, cmd->helpmes);
+ fprintf(VarTerm, " %-9s: %-20s\n", cmd->name, cmd->helpmes);
n++;
}
>Audit-Trail:
>Unformatted:
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706100427.VAA08236>
