diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2006-08-28 12:36:09 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2006-08-28 12:36:09 +0000 |
commit | 0cb8825b6a00001d65c59adeb994e3bbff1e6161 (patch) | |
tree | f6cc25c3657643e45abbc5c6b6e66ffecd35a578 | |
parent | a6c4ce3203386073835576af8d253a59dc071b0e (diff) |
proper justify the size caption to match numbers justification; deraadt@ ok
-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 2b9ad6532ca..29a12b35c72 100644 --- a/sbin/bioctl/bioctl.c +++ b/sbin/bioctl/bioctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bioctl.c,v 1.47 2006/08/28 02:12:59 deraadt Exp $ */ +/* $OpenBSD: bioctl.c,v 1.48 2006/08/28 12:36:08 mickey Exp $ */ /* * Copyright (c) 2004, 2005 Marco Peereboom @@ -258,7 +258,7 @@ bio_inq(char *name) if (!volheader) { volheader = 1; - printf("%-7s %-10s %-14s %-8s\n", + printf("%-7s %-10s %14s %-8s\n", "Volume", "Status", "Size", "Device"); } |