Module Name: src
Committed By: wiz
Date: Tue Feb 4 16:28:29 UTC 2020
Modified Files:
src/usr.bin/make: make.1
Log Message:
Remove trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.278 -r1.279 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.278 src/usr.bin/make/make.1:1.279
--- src/usr.bin/make/make.1:1.278 Mon Feb 3 22:25:17 2020
+++ src/usr.bin/make/make.1 Tue Feb 4 16:28:29 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: make.1,v 1.278 2020/02/03 22:25:17 uwe Exp $
+.\" $NetBSD: make.1,v 1.279 2020/02/04 16:28:29 wiz Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -1233,7 +1233,7 @@ Quotes every shell meta-character in the
characters so that it can be passed
safely through recursive invocations of
.Nm .
-This is equivalent to:
+This is equivalent to:
.Sq \&:S/\e\&$/&&/g:Q .
.It Cm \&:R
Replaces each word in the variable with everything but its suffix.