Module Name: src
Committed By: uwe
Date: Mon Feb 3 22:25:17 UTC 2020
Modified Files:
src/usr.bin/make: make.1
Log Message:
Make delimiters in <file> and "file" literal.
To generate a diff of this commit:
cvs rdiff -u -r1.277 -r1.278 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.277 src/usr.bin/make/make.1:1.278
--- src/usr.bin/make/make.1:1.277 Mon Feb 3 15:47:03 2020
+++ src/usr.bin/make/make.1 Mon Feb 3 22:25:17 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: make.1,v 1.277 2020/02/03 15:47:03 kamil Exp $
+.\" $NetBSD: make.1,v 1.278 2020/02/03 22:25:17 uwe Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -272,7 +272,7 @@ that do not depend on the target whose c
.It Fl m Ar directory
Specify a directory in which to search for sys.mk and makefiles included
via the
-.Pf < Ar file Ns > Ns -style
+.Li \&< Ns Ar file Ns Li \&> Ns -style
include statement.
The
.Fl m
@@ -280,7 +280,7 @@ option can be used multiple times to for
This path will override the default system include path: /usr/share/mk.
Furthermore the system include path will be appended to the search path used
for
-.Pf \*q Ar file Ns \*q Ns -style
+.Li \*q Ns Ar file Ns Li \*q Ns -style
include statements (see the
.Fl I
option).
@@ -1622,9 +1622,9 @@ dot
.Pq Ql \&.
character.
Files are included with either
-.Cm \&.include Pf < Ar file Ns >
+.Cm \&.include \&< Ns Ar file Ns Cm \&>
or
-.Cm \&.include Pf \*q Ar file Ns \*q .
+.Cm \&.include \&\*q Ns Ar file Ns Cm \&\*q .
Variables between the angle brackets or double quotes are expanded
to form the file name.
If angle brackets are used, the included makefile is expected to be in