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: reduce indentation of the long list of ...



details:   https://anonhg.NetBSD.org/src/rev/5c267e4d7ca6
branches:  trunk
changeset: 372869:5c267e4d7ca6
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sun Jan 01 16:49:27 2023 +0000

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

diffstat:

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

diffs (18 lines):

diff -r ab5d50e7fedb -r 5c267e4d7ca6 usr.bin/make/make.1
--- a/usr.bin/make/make.1       Sun Jan 01 16:46:26 2023 +0000
+++ b/usr.bin/make/make.1       Sun Jan 01 16:49:27 2023 +0000
@@ -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 @@
 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,



Home | Main Index | Thread Index | Old Index