diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-08-28 02:13:00 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-08-28 02:13:00 +0000 |
commit | 7fb242f25831e7e24edaa9f293e49c203c1f0c9a (patch) | |
tree | a3929bb525998fe088f86b5ae8d74671e592b144 /sbin/bioctl | |
parent | f28d443b8308de361467163828fbc840ee0d5c06 (diff) |
Except I disagree strongly, and I was not asked
Diffstat (limited to 'sbin/bioctl')
-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 40d777ee849..2b9ad6532ca 100644 --- a/sbin/bioctl/bioctl.c +++ b/sbin/bioctl/bioctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bioctl.c,v 1.46 2006/08/27 22:25:16 mickey Exp $ */ +/* $OpenBSD: bioctl.c,v 1.47 2006/08/28 02:12:59 deraadt 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"); } |