upcase title line
authorMarc Teitelbaum <marc@ucbvax.Berkeley.EDU>
Thu, 3 Sep 1987 06:58:57 +0000 (22:58 -0800)
committerMarc Teitelbaum <marc@ucbvax.Berkeley.EDU>
Thu, 3 Sep 1987 06:58:57 +0000 (22:58 -0800)
SCCS-vsn: usr.bin/fstat/fstat.c 5.2

usr/src/usr.bin/fstat/fstat.c

index a923e33..c2ff8e9 100644 (file)
@@ -11,7 +11,7 @@ char copyright[] =
 #endif not lint
 
 #ifndef lint
 #endif not lint
 
 #ifndef lint
-static char sccsid[] = "@(#)fstat.c    5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)fstat.c    5.2 (Berkeley) %G%";
 #endif not lint
 
 /*
 #endif not lint
 
 /*
@@ -218,7 +218,7 @@ char **argv;
                exit(1);
        }
 
                exit(1);
        }
 
-       printf("user\t cmd\t      pid    fd\tdevice\tinode\t  size\ttype\n");
+       printf("USER\t CMD\t      PID    FD\tDEVICE\tINODE\t  SIZE\tTYPE\n");
        openfiles();
        getkvars();
        procp = getw((off_t) nl[X_PROC].n_value);
        openfiles();
        getkvars();
        procp = getw((off_t) nl[X_PROC].n_value);