Module Name:    src
Committed By:   apb
Date:           Sun Sep 14 08:47:19 UTC 2014

Modified Files:
        src/usr.bin/make: make.1

Log Message:
Small markup fixes:
* Use \e instead of \\ to represent a backslash;
* Dont' start a line with .SUFFIXES.


To generate a diff of this commit:
cvs rdiff -u -r1.242 -r1.243 src/usr.bin/make/make.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/make/make.1
diff -u src/usr.bin/make/make.1:1.242 src/usr.bin/make/make.1:1.243
--- src/usr.bin/make/make.1:1.242	Sun Sep 14 04:32:42 2014
+++ src/usr.bin/make/make.1	Sun Sep 14 08:47:19 2014
@@ -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
 .\"	The Regents of the University of California.  All rights reserved.
@@ -515,8 +515,8 @@ avoid-chdir-side-effects:
 	@echo Back in `pwd`
 
 ensure-one-shell-regardless-of-mode:
-	@echo Building $@ in `pwd`; \\
-	(cd ${.CURDIR} && ${MAKE} $@); \\
+	@echo Building $@ in `pwd`; \e
+	(cd ${.CURDIR} && ${MAKE} $@); \e
 	echo Back in `pwd`
 .Ed
 .Pp
@@ -2193,7 +2193,7 @@ with the notable exception of
 .Ic .PHONY ,
 .Ic .PRECIOUS ,
 and
-.SUFFIXES .
+.Ic .SUFFIXES .
 .It
 Variable modifiers, except for the
 .Dl :old=new

Reply via email to