Module Name: src
Committed By: uwe
Date: Thu Sep 15 14:39:33 UTC 2022
Modified Files:
src/usr.bin/make: make.1
Log Message:
make(1): use .Dl for one-line literal display
To generate a diff of this commit:
cvs rdiff -u -r1.345 -r1.346 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.345 src/usr.bin/make/make.1:1.346
--- src/usr.bin/make/make.1:1.345 Wed Sep 14 20:39:23 2022
+++ src/usr.bin/make/make.1 Thu Sep 15 14:39:33 2022
@@ -1,4 +1,4 @@
-.\" $NetBSD: make.1,v 1.345 2022/09/14 20:39:23 rillig Exp $
+.\" $NetBSD: make.1,v 1.346 2022/09/15 14:39:33 uwe Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -1148,9 +1148,7 @@ iterations of the loop rather than a spa
For example, in case of an error,
.Nm
prints the variable names and their values using:
-.Bd -literal -offset indent
-${MAKE_PRINT_VAR_ON_ERROR:@v@$v='${$v}'${.newline}@}
-.Ed
+.Dl ${MAKE_PRINT_VAR_ON_ERROR:@v@$v='${$v}'${.newline}@}
.It Va .OBJDIR
A path to the directory where the targets are built.
Its value is determined by trying to