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): ".../" in -m option description is lit...



details:   https://anonhg.NetBSD.org/src/rev/40de5f015feb
branches:  trunk
changeset: 368954:40de5f015feb
user:      uwe <uwe%NetBSD.org@localhost>
date:      Sun Aug 14 09:47:29 2022 +0000

description:
make(1): ".../" in -m option description is literal ".../"

diffstat:

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

diffs (36 lines):

diff -r e18de72e81d2 -r 40de5f015feb usr.bin/make/make.1
--- a/usr.bin/make/make.1       Sun Aug 14 09:11:33 2022 +0000
+++ b/usr.bin/make/make.1       Sun Aug 14 09:47:29 2022 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: make.1,v 1.320 2022/08/14 09:11:33 uwe Exp $
+.\"    $NetBSD: make.1,v 1.321 2022/08/14 09:47:29 uwe Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -307,7 +307,7 @@
 argument (or the
 .Ev MAKESYSPATH
 environment variable) starts with the string
-.Qq \&.../
+.Ql \&.../
 then
 .Nm
 will search for the specified file or directory named in the remaining part
@@ -315,7 +315,7 @@
 The search starts with the current directory of
 the Makefile and then works upward towards the root of the file system.
 If the search is successful, then the resulting directory replaces the
-.Qq \&.../
+.Ql \&.../
 specification in the
 .Fl m
 argument.
@@ -324,7 +324,7 @@
 to easily search in the current source tree for customized
 .Pa sys.mk
 files (e.g., by using
-.Qq \&.../mk/sys.mk
+.Ql \&.../mk/sys.mk
 as an argument).
 .It Fl n
 Display the commands that would have been executed, but do not



Home | Main Index | Thread Index | Old Index