Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/make make(1): use .Dl for .MAKE.JOB.PREFIX examples



details:   https://anonhg.NetBSD.org/src/rev/7e2407539be1
branches:  trunk
changeset: 368970:7e2407539be1
user:      uwe <uwe%NetBSD.org@localhost>
date:      Sun Aug 14 21:57:26 2022 +0000

description:
make(1): use .Dl for .MAKE.JOB.PREFIX examples

diffstat:

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

diffs (30 lines):

diff -r 6a0c8817aef7 -r 7e2407539be1 usr.bin/make/make.1
--- a/usr.bin/make/make.1       Sun Aug 14 21:53:58 2022 +0000
+++ b/usr.bin/make/make.1       Sun Aug 14 21:57:26 2022 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: make.1,v 1.328 2022/08/14 21:53:58 uwe Exp $
+.\"    $NetBSD: make.1,v 1.329 2022/08/14 21:57:26 uwe Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -895,7 +895,7 @@
 is run with
 .Fl j ,
 the output for each target is prefixed with a token
-.Ql --- target ---
+.Dl --- Ar target Li ---
 the first part of which can be controlled via
 .Va .MAKE.JOB.PREFIX .
 If
@@ -904,9 +904,9 @@
 For example, setting
 .Va .MAKE.JOB.PREFIX
 to
-.Li ${.newline}---${.MAKE:T}[${.MAKE.PID}]
+.Ql ${.newline}---${.MAKE:T}[${.MAKE.PID}]
 would produce tokens like
-.Ql ---make[1234] target ---
+.Dl ---make[1234] Ar target Li ---
 making it easier to track the degree of parallelism being achieved.
 .It Va .MAKE.TARGET_LOCAL_VARIABLES
 If set to



Home | Main Index | Thread Index | Old Index