Small markup fixes:

* Use \e instead of \\ to represent a backslash;
* Dont' start a line with .SUFFIXES.
This commit is contained in:
apb 2014-09-14 08:47:19 +00:00
parent 618280a28e
commit 19f37cd621

View File

@ -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