repair columns; from kshe59@zohu.eu
authorderaadt <deraadt@openbsd.org>
Fri, 8 Dec 2017 17:51:26 +0000 (17:51 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 8 Dec 2017 17:51:26 +0000 (17:51 +0000)
usr.bin/fstat/fstat.c

index 62c7ee8..f5cf38c 100644 (file)
@@ -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)