Module Name:    src
Committed By:   rillig
Date:           Sun Jan  1 16:49:27 UTC 2023

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

Log Message:
make.1: reduce indentation of the long list of variable names


To generate a diff of this commit:
cvs rdiff -u -r1.350 -r1.351 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.350 src/usr.bin/make/make.1:1.351
--- src/usr.bin/make/make.1:1.350	Tue Nov 29 23:56:05 2022
+++ src/usr.bin/make/make.1	Sun Jan  1 16:49:27 2023
@@ -1,4 +1,4 @@
-.\"	$NetBSD: make.1,v 1.350 2022/11/29 23:56:05 rillig Exp $
+.\"	$NetBSD: make.1,v 1.351 2023/01/01 16:49:27 rillig Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -841,7 +841,7 @@ and
 In addition,
 .Nm
 sets or knows about the following variables:
-.Bl -tag -width .MAKEOVERRIDES
+.Bl -tag
 .It Va .ALLTARGETS
 The list of all targets encountered in the makefiles.
 If evaluated during makefile parsing,

Reply via email to