Module Name: src
Committed By: rillig
Date: Wed Dec 23 13:49:12 UTC 2020
Modified Files:
src/usr.bin/make: make.1
Log Message:
make(1): remove trailing whitespace in manual page
To generate a diff of this commit:
cvs rdiff -u -r1.294 -r1.295 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.294 src/usr.bin/make/make.1:1.295
--- src/usr.bin/make/make.1:1.294 Tue Dec 22 20:10:21 2020
+++ src/usr.bin/make/make.1 Wed Dec 23 13:49:12 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: make.1,v 1.294 2020/12/22 20:10:21 rillig Exp $
+.\" $NetBSD: make.1,v 1.295 2020/12/23 13:49:12 rillig Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -1102,7 +1102,7 @@ to that directory before executing any t
.Pp
Except in the case of an explicit
.Ql Ic .OBJDIR
-target,
+target,
.Nm
will check that the specified directory is writable and ignore it if not.
This check can be skipped by setting the environment variable