Small markup fixes:
* Use \e instead of \\ to represent a backslash; * Dont' start a line with .SUFFIXES.
This commit is contained in:
parent
618280a28e
commit
19f37cd621
@ -1,4 +1,4 @@
|
|||||||
.\" $NetBSD: make.1,v 1.242 2014/09/14 04:32:42 dholland Exp $
|
.\" $NetBSD: make.1,v 1.243 2014/09/14 08:47:19 apb 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.
|
||||||
@ -515,8 +515,8 @@ avoid-chdir-side-effects:
|
|||||||
@echo Back in `pwd`
|
@echo Back in `pwd`
|
||||||
|
|
||||||
ensure-one-shell-regardless-of-mode:
|
ensure-one-shell-regardless-of-mode:
|
||||||
@echo Building $@ in `pwd`; \\
|
@echo Building $@ in `pwd`; \e
|
||||||
(cd ${.CURDIR} && ${MAKE} $@); \\
|
(cd ${.CURDIR} && ${MAKE} $@); \e
|
||||||
echo Back in `pwd`
|
echo Back in `pwd`
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
@ -2193,7 +2193,7 @@ with the notable exception of
|
|||||||
.Ic .PHONY ,
|
.Ic .PHONY ,
|
||||||
.Ic .PRECIOUS ,
|
.Ic .PRECIOUS ,
|
||||||
and
|
and
|
||||||
.SUFFIXES .
|
.Ic .SUFFIXES .
|
||||||
.It
|
.It
|
||||||
Variable modifiers, except for the
|
Variable modifiers, except for the
|
||||||
.Dl :old=new
|
.Dl :old=new
|
||||||
|
Loading…
x
Reference in New Issue
Block a user