Module Name: src
Committed By: rillig
Date: Tue Jul 12 22:59:43 UTC 2022
Modified Files:
src/usr.bin/make: make.1
Log Message:
make.1: fix ugly line break in PostScript output
To generate a diff of this commit:
cvs rdiff -u -r1.312 -r1.313 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.312 src/usr.bin/make/make.1:1.313
--- src/usr.bin/make/make.1:1.312 Tue Jul 12 22:51:12 2022
+++ src/usr.bin/make/make.1 Tue Jul 12 22:59:43 2022
@@ -1,4 +1,4 @@
-.\" $NetBSD: make.1,v 1.312 2022/07/12 22:51:12 rillig Exp $
+.\" $NetBSD: make.1,v 1.313 2022/07/12 22:59:43 rillig Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -878,9 +878,10 @@ the first part of which can be controlle
If
.Va .MAKE.JOB.PREFIX
is empty, no token is printed.
-.br
-For example:
-.Li .MAKE.JOB.PREFIX=${.newline}---${.MAKE:T}[${.MAKE.PID}]
+For example, setting
+.Va .MAKE.JOB.PREFIX
+to
+.Li ${.newline}---${.MAKE:T}[${.MAKE.PID}]
would produce tokens like
.Ql ---make[1234] target ---
making it easier to track the degree of parallelism being achieved.