Remove trailing spaces, add a few serial commas.

This commit is contained in:
wiz 2010-09-14 11:57:03 +00:00
parent cd552cca7d
commit 218cd6edd9

View File

@ -1,4 +1,4 @@
.\" $NetBSD: make.1,v 1.181 2010/09/13 16:32:00 sjg Exp $
.\" $NetBSD: make.1,v 1.182 2010/09/14 11:57:03 wiz Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@ -1659,7 +1659,7 @@ Normally used to mark recursive
.It Ic .META
Create a meta file for the target, even if it is flagged as
.Ic .PHONY ,
.Ic .MAKE
.Ic .MAKE ,
or
.Ic .SPECIAL .
Usage in conjunction with
@ -1669,14 +1669,14 @@ is the most likely case.
Do not create a meta file for the target.
Meta files are also not created for
.Ic .PHONY ,
.Ic .MAKE
.Ic .MAKE ,
or
.Ic .SPECIAL
targets.
.It Ic .NOMETA_CMP
Ignore differences in commands when deciding if target is out of date.
This is useful if the command contains a value which always changes.
If the number of commands change, though the target will still be out of date.
If the number of commands change, though, the target will still be out of date.
.It Ic .NOPATH
Do not search for the target in the directories specified by
.Ic .PATH .