aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/bundle.c
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1998-04-20 00:21:24 +0000
committerBrian Somers <brian@FreeBSD.org>1998-04-20 00:21:24 +0000
commita7a615faaac5299ee088472d7a91f9b479ccec2c (patch)
treebd78eed6859492f323b95fb7c684360d5487af59 /usr.sbin/ppp/bundle.c
parentf45c790690826a3b8ea338ae17c163cccd610494 (diff)
downloadsrc-a7a615faaac5299ee088472d7a91f9b479ccec2c.tar.gz
src-a7a615faaac5299ee088472d7a91f9b479ccec2c.zip
Indent Auth name properly.
Notes
Notes: svn path=/cvs2svn/branches/MP/; revision=35321
Diffstat (limited to 'usr.sbin/ppp/bundle.c')
-rw-r--r--usr.sbin/ppp/bundle.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/bundle.c b/usr.sbin/ppp/bundle.c
index cfdc1bfaea67..b3bb2931b59a 100644
--- a/usr.sbin/ppp/bundle.c
+++ b/usr.sbin/ppp/bundle.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: bundle.c,v 1.1.2.54 1998/04/19 15:24:36 brian Exp $
+ * $Id: bundle.c,v 1.1.2.55 1998/04/19 23:08:11 brian Exp $
*/
#include <sys/types.h>
@@ -856,7 +856,7 @@ bundle_ShowStatus(struct cmdargs const *arg)
prompt_Printf(arg->prompt, " Interface: %s\n", arg->bundle->dev);
prompt_Printf(arg->prompt, "\nDefaults:\n");
- prompt_Printf(arg->prompt, " Auth name: %s\n", arg->bundle->cfg.auth.name);
+ prompt_Printf(arg->prompt, " Auth name: %s\n", arg->bundle->cfg.auth.name);
prompt_Printf(arg->prompt, " Idle Timer: ");
if (arg->bundle->cfg.idle_timeout) {
prompt_Printf(arg->prompt, "%ds", arg->bundle->cfg.idle_timeout);