Module Name:    src
Committed By:   rillig
Date:           Sun Aug 14 04:12:29 UTC 2022

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

Log Message:
make.1: not every '-' is a flag


To generate a diff of this commit:
cvs rdiff -u -r1.315 -r1.316 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.315 src/usr.bin/make/make.1:1.316
--- src/usr.bin/make/make.1:1.315	Tue Jul 12 23:47:00 2022
+++ src/usr.bin/make/make.1	Sun Aug 14 04:12:29 2022
@@ -1,4 +1,4 @@
-.\"	$NetBSD: make.1,v 1.315 2022/07/12 23:47:00 rillig Exp $
+.\"	$NetBSD: make.1,v 1.316 2022/08/14 04:12:29 rillig Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -233,7 +233,7 @@ Specify a makefile to read instead of th
 If
 .Ar makefile
 is
-.Sq Fl ,
+.Ql \&- ,
 standard input is read.
 Multiple makefiles may be specified, and are read in the order specified.
 .It Fl I Ar directory
@@ -244,7 +244,7 @@ option) is automatically included as par
 .It Fl i
 Ignore non-zero exit of shell commands in the makefile.
 Equivalent to specifying
-.Sq Fl
+.Ql \&-
 before each command line in the makefile.
 .It Fl J Ar private
 This option should

Reply via email to