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: fix markup for options, they are not ar...



details:   https://anonhg.NetBSD.org/src/rev/bbe349dc09dd
branches:  trunk
changeset: 368459:bbe349dc09dd
user:      rillig <rillig%NetBSD.org@localhost>
date:      Tue Jul 12 23:03:52 2022 +0000

description:
make.1: fix markup for options, they are not arguments

diffstat:

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

diffs (40 lines):

diff -r 86fd3bd59f34 -r bbe349dc09dd usr.bin/make/make.1
--- a/usr.bin/make/make.1       Tue Jul 12 22:59:43 2022 +0000
+++ b/usr.bin/make/make.1       Tue Jul 12 23:03:52 2022 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: make.1,v 1.313 2022/07/12 22:59:43 rillig Exp $
+.\"    $NetBSD: make.1,v 1.314 2022/07/12 23:03:52 rillig Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -252,7 +252,7 @@
 be specified by the user.
 .Pp
 When the
-.Ar j
+.Fl j
 option is in use in a recursive build, this option is passed by a make
 to child makes to allow all the make processes in the build to
 cooperate to avoid overloading the system.
@@ -263,8 +263,8 @@
 The value is saved in
 .Va .MAKE.JOBS .
 Turns compatibility mode off, unless the
-.Ar B
-flag is also specified.
+.Fl B
+option is also specified.
 When compatibility mode is off, all commands associated with a
 target are executed in a single shell invocation as opposed to the
 traditional one shell invocation per line.
@@ -870,8 +870,8 @@
 If
 .Nm
 is run with
-.Ar j
-then output for each target is prefixed with a token
+.Fl j ,
+the output for each target is prefixed with a token
 .Ql --- target ---
 the first part of which can be controlled via
 .Va .MAKE.JOB.PREFIX .



Home | Main Index | Thread Index | Old Index