summaryrefslogtreecommitdiffstats
path: root/sbin/newfs/newfs.h
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2002-05-16 04:10:46 +0000
committertrhodes <trhodes@FreeBSD.org>2002-05-16 04:10:46 +0000
commit896f3841bf047ca93766900f8cd8c5852e6a9245 (patch)
tree0adfec655f17ae1258112946fa8d7d72c9c75f76 /sbin/newfs/newfs.h
parent0c40c9d08e198e96b30b9b27d5caea7fce0f7118 (diff)
downloadFreeBSD-src-896f3841bf047ca93766900f8cd8c5852e6a9245.zip
FreeBSD-src-896f3841bf047ca93766900f8cd8c5852e6a9245.tar.gz
more file system > filesystem
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 a66a29d..d5fec76 100644
--- a/sbin/newfs/newfs.h
+++ b/sbin/newfs/newfs.h
@@ -37,10 +37,10 @@
/*
* variables set up by front end.
*/
-extern int Nflag; /* run mkfs without writing file system */
+extern int Nflag; /* run mkfs without writing filesystem */
extern int Rflag; /* regression test */
-extern int Uflag; /* enable soft updates for file system */
-extern u_int fssize; /* file system size */
+extern int Uflag; /* enable soft updates for filesystem */
+extern u_int fssize; /* filesystem size */
extern u_int secpercyl; /* sectors per cylinder */
extern u_int sectorsize; /* bytes/sector */
extern int realsectorsize; /* bytes/sector in hardware*/
OpenPOWER on IntegriCloud