Module Name:    src
Committed By:   rillig
Date:           Sun Jan  1 19:55:25 UTC 2023

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

Log Message:
make.1: fix markup


To generate a diff of this commit:
cvs rdiff -u -r1.355 -r1.356 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.355 src/usr.bin/make/make.1:1.356
--- src/usr.bin/make/make.1:1.355	Sun Jan  1 19:10:58 2023
+++ src/usr.bin/make/make.1	Sun Jan  1 19:55:25 2023
@@ -1,4 +1,4 @@
-.\"	$NetBSD: make.1,v 1.355 2023/01/01 19:10:58 rillig Exp $
+.\"	$NetBSD: make.1,v 1.356 2023/01/01 19:55:25 rillig Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -905,7 +905,7 @@ Names the makefile (default
 from which generated dependencies are read.
 .It Va .MAKE.DIE_QUIETLY
 If set to
-.Dl true ,
+.Ql true ,
 do not print error information at the end.
 .It Va .MAKE.EXPAND_VARIABLES
 A boolean that controls the default behavior of the

Reply via email to