summaryrefslogtreecommitdiffstats
path: root/usr.bin/make
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2002-05-16 02:19:14 +0000
committertrhodes <trhodes@FreeBSD.org>2002-05-16 02:19:14 +0000
commitfa6c7efe3f6fd797e86dc3c67a98949a5a5caac7 (patch)
tree9e08fb6b9504917bf2eb917a2e6f067ec3218930 /usr.bin/make
parent004729ff8a0138980eca89fcf00c1434878eec9d (diff)
downloadFreeBSD-src-fa6c7efe3f6fd797e86dc3c67a98949a5a5caac7.zip
FreeBSD-src-fa6c7efe3f6fd797e86dc3c67a98949a5a5caac7.tar.gz
More consistancy. file system > filesystem
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/PSD.doc/tutorial.ms4
-rw-r--r--usr.bin/make/dir.c2
-rw-r--r--usr.bin/make/make.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/make/PSD.doc/tutorial.ms b/usr.bin/make/PSD.doc/tutorial.ms
index 7e4e8c6..7da55c6 100644
--- a/usr.bin/make/PSD.doc/tutorial.ms
+++ b/usr.bin/make/PSD.doc/tutorial.ms
@@ -1243,7 +1243,7 @@ and
.B \-L )
and various other information on how PMake was configured.
.Ix 0 ref configuration
-.Ix 0 ref makefile system
+.Ix 0 ref makefilesystem
.IP \fB\-i\fP
.Ix 0 def flags -i
If you give this flag, PMake will ignore non-zero status returned
@@ -2400,7 +2400,7 @@ flag. This variable can then be used as an argument for the compiler
in the normal fashion. The
.CW .h
suffix is already marked in this way in the system makefile.
-.Ix 0 ref makefile system
+.Ix 0 ref makefilesystem
E.g. if you have
.DS
\&.SUFFIXES : .bitmap
diff --git a/usr.bin/make/dir.c b/usr.bin/make/dir.c
index c00956c..60fc736 100644
--- a/usr.bin/make/dir.c
+++ b/usr.bin/make/dir.c
@@ -986,7 +986,7 @@ Dir_MTime (gn)
/*
* Only do this once -- the second time folks are checking to
* see if the file was actually updated, so we need to actually go
- * to the file system.
+ * to the filesystem.
*/
if (DEBUG(DIR)) {
printf("Using cached time %s for %s\n",
diff --git a/usr.bin/make/make.h b/usr.bin/make/make.h
index 63c5ab9..2e21277 100644
--- a/usr.bin/make/make.h
+++ b/usr.bin/make/make.h
@@ -63,7 +63,7 @@
* The structure for an individual graph node. Each node has several
* pieces of data associated with it.
* 1) the name of the target it describes
- * 2) the location of the target file in the file system.
+ * 2) the location of the target file in the filesystem.
* 3) the type of operator used to define its sources (qv. parse.c)
* 4) whether it is involved in this invocation of make
* 5) whether the target has been remade
OpenPOWER on IntegriCloud