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: make horizontal and vertical spacing mo...



details:   https://anonhg.NetBSD.org/src/rev/10492c6b1ec3
branches:  trunk
changeset: 372322:10492c6b1ec3
user:      rillig <rillig%NetBSD.org@localhost>
date:      Tue Nov 15 07:58:00 2022 +0000

description:
make.1: make horizontal and vertical spacing more consistent

diffstat:

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

diffs (44 lines):

diff -r 266398a197a3 -r 10492c6b1ec3 usr.bin/make/make.1
--- a/usr.bin/make/make.1       Mon Nov 14 10:15:08 2022 +0000
+++ b/usr.bin/make/make.1       Tue Nov 15 07:58:00 2022 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: make.1,v 1.348 2022/10/02 23:36:41 rillig Exp $
+.\"    $NetBSD: make.1,v 1.349 2022/11/15 07:58:00 rillig Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -474,6 +474,7 @@
 .Nm
 is interrupted.
 .El
+.Pp
 All dependency lines mentioning a particular target must use the same
 operator.
 .Pp
@@ -1901,7 +1902,7 @@
 .Ss Conditionals
 The directives for conditionals are:
 .ds maybenot Oo Ic \&! Oc Ns
-.Bl -tag -width Ds
+.Bl -tag
 .It Ic .if \*[maybenot] Ar expression Op Ar operator expression No ...
 Test the value of an expression.
 .It Ic .ifdef \*[maybenot] Ar variable Op Ar operator variable No ...
@@ -1946,7 +1947,7 @@
 The
 .Ar operator
 may be any one of the following:
-.Bl -tag -width "Cm XX"
+.Bl -tag
 .It Ic \&|\&|
 Logical OR.
 .It Ic \&&&
@@ -1966,7 +1967,7 @@
 The value of
 .Ar expression
 may be any of the following function call expressions:
-.Bl -tag -width defined
+.Bl -tag
 .Sm off
 .It Ic defined Li \&( Ar varname Li \&)
 .Sm on



Home | Main Index | Thread Index | Old Index