aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>1999-03-10 18:42:20 +0000
committerMatt Jacob <mjacob@FreeBSD.org>1999-03-10 18:42:20 +0000
commite945d9a0100c100f4e19e4a4fc079d84e0883890 (patch)
treea705f3da127f0524c368617d39d97cc6177eb1c4 /usr.bin
parent92bff1289a27c4824fff8ae0c94352612c999530 (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/mt/mt.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.bin/mt/mt.c b/usr.bin/mt/mt.c
index 0335934389cfe..9c87191ce54d4 100644
--- a/usr.bin/mt/mt.c
+++ b/usr.bin/mt/mt.c
@@ -42,7 +42,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)mt.c 8.2 (Berkeley) 5/4/95";
#endif
static const char rcsid[] =
- "$Id: mt.c,v 1.22 1999/03/02 06:27:59 mjacob Exp $";
+ "$Id: mt.c,v 1.23 1999/03/10 00:48:03 mjacob Exp $";
#endif /* not lint */
/*
@@ -611,14 +611,14 @@ stringtocomp(const char *s)
void
st_status(struct mtget *bp)
{
- printf("Mode Density Blocksize bpi "
+ printf("Mode Density Blocksize bpi "
"Compression\n"
- "Current: %-12s %-12s %-7d %s\n"
+ "Current: %-17s %-12s %-7d %s\n"
"---------available modes---------\n"
- "0: %-12s %-12s %-7d %s\n"
- "1: %-12s %-12s %-7d %s\n"
- "2: %-12s %-12s %-7d %s\n"
- "3: %-12s %-12s %-7d %s\n",
+ "0: %-17s %-12s %-7d %s\n"
+ "1: %-17s %-12s %-7d %s\n"
+ "2: %-17s %-12s %-7d %s\n"
+ "3: %-17s %-12s %-7d %s\n",
denstostring(bp->mt_density), getblksiz(bp->mt_blksiz),
denstobp(bp->mt_density, TRUE), comptostring(bp->mt_comp),
denstostring(bp->mt_density0), getblksiz(bp->mt_blksiz0),