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): add space before the punctuation argument



details:   https://anonhg.NetBSD.org/src/rev/12e8e4c2fc59
branches:  trunk
changeset: 369938:12e8e4c2fc59
user:      uwe <uwe%NetBSD.org@localhost>
date:      Fri Sep 09 10:57:39 2022 +0000

description:
make(1): add space before the punctuation argument

diffstat:

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

diffs (18 lines):

diff -r b68b227424e2 -r 12e8e4c2fc59 usr.bin/make/make.1
--- a/usr.bin/make/make.1       Fri Sep 09 06:23:36 2022 +0000
+++ b/usr.bin/make/make.1       Fri Sep 09 10:57:39 2022 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: make.1,v 1.339 2022/09/09 06:23:36 rillig Exp $
+.\"    $NetBSD: make.1,v 1.340 2022/09/09 10:57:39 uwe Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -237,7 +237,7 @@
 Specify a makefile to read instead of the default
 .Pa makefile
 or
-.Pa Makefile.
+.Pa Makefile .
 If
 .Ar makefile
 is



Home | Main Index | Thread Index | Old Index