Whitespace nits.
This commit is contained in:
parent
9ab525fdf0
commit
91f2a1b827
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: make.1,v 1.85 2003/09/05 06:52:12 sjg Exp $
|
.\" $NetBSD: make.1,v 1.86 2003/09/05 06:55:46 wiz Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1990, 1993
|
.\" Copyright (c) 1990, 1993
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" The Regents of the University of California. All rights reserved.
|
||||||
|
@ -1258,12 +1258,12 @@ If no sources are specified, the
|
||||||
attribute is applied to every
|
attribute is applied to every
|
||||||
target in the file.
|
target in the file.
|
||||||
.It Ic .SHELL
|
.It Ic .SHELL
|
||||||
Sets the shell that
|
Sets the shell that
|
||||||
.Nm
|
.Nm
|
||||||
will use to execute commands.
|
will use to execute commands.
|
||||||
The sources are a set of
|
The sources are a set of
|
||||||
.Ar field=value
|
.Ar field=value
|
||||||
pairs.
|
pairs.
|
||||||
.Bl -tag -width hasErrCtls
|
.Bl -tag -width hasErrCtls
|
||||||
.It Ar name
|
.It Ar name
|
||||||
This is the minimal specification, used to select one of the builtin
|
This is the minimal specification, used to select one of the builtin
|
||||||
|
@ -1287,7 +1287,8 @@ The command to turn off echoing of commands executed.
|
||||||
.It Ar filter
|
.It Ar filter
|
||||||
The output to filter after issuing the
|
The output to filter after issuing the
|
||||||
.Ar quiet
|
.Ar quiet
|
||||||
command. It is typically identical to
|
command.
|
||||||
|
It is typically identical to
|
||||||
.Ar quiet .
|
.Ar quiet .
|
||||||
.It Ar errFlag
|
.It Ar errFlag
|
||||||
The flag to pass the shell to enable error checking.
|
The flag to pass the shell to enable error checking.
|
||||||
|
|
Loading…
Reference in New Issue