summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-06-13 00:09:54 +0000
committerbrian <brian@FreeBSD.org>1997-06-13 00:09:54 +0000
commite6dedeb7e4bd1d34deb875f405b8b3a4457e09cc (patch)
tree83eec3206a584cd1c36a87f3d4fd0e9a29ea1f94 /usr.sbin
parent747720e64d4c53de24b6fe16b9cfcd726210016b (diff)
downloadFreeBSD-src-e6dedeb7e4bd1d34deb875f405b8b3a4457e09cc.zip
FreeBSD-src-e6dedeb7e4bd1d34deb875f405b8b3a4457e09cc.tar.gz
Fix "show ?" alignment.
PR: 3830 Submitted by: Josh Gilliam <josh@quick.net>
Diffstat (limited to 'usr.sbin')
-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 2d3b623..a808669 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.54 1997/06/09 03:27:16 brian Exp $
+ * $Id: command.c,v 1.55 1997/06/11 03:57:46 brian Exp $
*
*/
#include <sys/types.h>
@@ -101,7 +101,7 @@ struct cmdtab *plist;
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++;
}
OpenPOWER on IntegriCloud