Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/make Small markup fixes:



details:   https://anonhg.NetBSD.org/src/rev/e3d9727ebac2
branches:  trunk
changeset: 332292:e3d9727ebac2
user:      apb <apb%NetBSD.org@localhost>
date:      Sun Sep 14 08:47:19 2014 +0000

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

diffstat:

 usr.bin/make/make.1 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r e9984a4cecd9 -r e3d9727ebac2 usr.bin/make/make.1
--- a/usr.bin/make/make.1       Sun Sep 14 08:47:08 2014 +0000
+++ b/usr.bin/make/make.1       Sun Sep 14 08:47:19 2014 +0000
@@ -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 @@
        @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 @@
 .Ic .PHONY ,
 .Ic .PRECIOUS ,
 and
-.SUFFIXES .
+.Ic .SUFFIXES .
 .It
 Variable modifiers, except for the
 .Dl :old=new



Home | Main Index | Thread Index | Old Index