Module Name:    src
Committed By:   rillig
Date:           Tue Jul 12 23:03:52 UTC 2022

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.313 -r1.314 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.313 src/usr.bin/make/make.1:1.314
--- src/usr.bin/make/make.1:1.313	Tue Jul 12 22:59:43 2022
+++ src/usr.bin/make/make.1	Tue Jul 12 23:03:52 2022
@@ -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 @@ This option should
 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 @@ may have running at any one time.
 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 @@ option.
 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 .

Reply via email to