summaryrefslogtreecommitdiff
path: root/usr.bin/fstat
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2017-12-08 17:51:27 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2017-12-08 17:51:27 +0000
commita7d48a3649b8b1ad6eb592be08777cbc2d003cfb (patch)
tree5fc2970977db9f617cb46a209a2e912320ee88b4 /usr.bin/fstat
parentec550af50f9aebbc61c28f09cbe42494cbc3a647 (diff)
repair columns; from kshe59@zohu.eu
Diffstat (limited to 'usr.bin/fstat')
-rw-r--r--usr.bin/fstat/fstat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/fstat/fstat.c b/usr.bin/fstat/fstat.c
index 62c7ee88061..f5cf38cd703 100644
--- a/usr.bin/fstat/fstat.c
+++ b/usr.bin/fstat/fstat.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fstat.c,v 1.90 2017/01/21 12:21:57 deraadt Exp $ */
+/* $OpenBSD: fstat.c,v 1.91 2017/12/08 17:51:26 deraadt Exp $ */
/*
* Copyright (c) 2009 Todd C. Miller <Todd.Miller@courtesan.com>
@@ -318,10 +318,10 @@ fstat_header(void)
{
if (nflg)
printf("%s",
-"USER CMD PID FD DEV INUM MODE R/W SZ|DV");
+"USER CMD PID FD DEV INUM MODE R/W SZ|DV");
else
printf("%s",
-"USER CMD PID FD MOUNT INUM MODE R/W SZ|DV");
+"USER CMD PID FD MOUNT INUM MODE R/W SZ|DV");
if (oflg)
printf("%s", ":OFFSET ");
if (checkfile && fsflg == 0)