summaryrefslogtreecommitdiffstats
path: root/sbin/newfs/newfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/newfs/newfs.h')
-rw-r--r--sbin/newfs/newfs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/newfs/newfs.h b/sbin/newfs/newfs.h
index 636c112..fb32a62 100644
--- a/sbin/newfs/newfs.h
+++ b/sbin/newfs/newfs.h
@@ -49,10 +49,10 @@
/*
* variables set up by front end.
*/
-extern int Nflag; /* run mkfs without writing filesystem */
-extern int Oflag; /* build UFS1 format filesystem */
+extern int Nflag; /* run mkfs without writing file system */
+extern int Oflag; /* build UFS1 format file system */
extern int Rflag; /* regression test */
-extern int Uflag; /* enable soft updates for filesystem */
+extern int Uflag; /* enable soft updates for file system */
extern quad_t fssize; /* file system size */
extern int sectorsize; /* bytes/sector */
extern int realsectorsize; /* bytes/sector in hardware*/
OpenPOWER on IntegriCloud