diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-12-08 17:51:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-12-08 17:51:27 +0000 |
commit | a7d48a3649b8b1ad6eb592be08777cbc2d003cfb (patch) | |
tree | 5fc2970977db9f617cb46a209a2e912320ee88b4 /usr.bin/fstat | |
parent | ec550af50f9aebbc61c28f09cbe42494cbc3a647 (diff) |
repair columns; from kshe59@zohu.eu
Diffstat (limited to 'usr.bin/fstat')
-rw-r--r-- | usr.bin/fstat/fstat.c | 6 |
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) |