diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-08-09 03:08:28 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-08-09 03:08:28 +0000 |
commit | bfc44efb91ffebb386f5e96829215a47bc9ebc13 (patch) | |
tree | 5ae9a764758083c5121fa1b27cc8a02fdb1c4805 /sbin | |
parent | 141984958e212d36ce008001de3a5eef525a1419 (diff) |
align a column
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/bioctl/bioctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/bioctl/bioctl.c b/sbin/bioctl/bioctl.c index 4fe8ea2da3b..9900f8c35ef 100644 --- a/sbin/bioctl/bioctl.c +++ b/sbin/bioctl/bioctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bioctl.c,v 1.27 2005/08/09 01:43:33 deraadt Exp $ */ +/* $OpenBSD: bioctl.c,v 1.28 2005/08/09 03:08:27 deraadt Exp $ */ /* * Copyright (c) 2004, 2005 Marco Peereboom @@ -217,7 +217,7 @@ bio_inq(char *name) else snprintf(size, sizeof size, "%14llu", bv.bv_size); - printf("%7s %-10s %14s %-8s RAID%u\n", + printf("%7s %-10s %14s %-7s RAID%u\n", scsiname, status, size, bv.bv_dev, bv.bv_level); for (d = 0; d < bv.bv_nodisk; d++) { |