diff options
Diffstat (limited to 'usr.bin/make')
| -rw-r--r-- | usr.bin/make/PSD.doc/tutorial.ms | 4 | ||||
| -rw-r--r-- | usr.bin/make/dir.c | 2 | ||||
| -rw-r--r-- | usr.bin/make/make.h | 2 |
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 7e4e8c6a5037a..7da55c64c0a7b 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 c00956ca50f40..60fc736920f5b 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 63c5ab9cd2c24..2e212778900a3 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 |
