Drop trailing spaces.

This commit is contained in:
wiz 2003-12-07 20:48:25 +00:00
parent 2bd419cb33
commit 15dcc3baa6

View File

@ -1,4 +1,4 @@
.\" $NetBSD: make.1,v 1.93 2003/12/07 20:46:44 dsl Exp $
.\" $NetBSD: make.1,v 1.94 2003/12/07 20:48:25 wiz Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@ -927,7 +927,7 @@ selects all the words from last to first.
.It Cm \&*
Causes subsequent modifiers to treat the value as a single word
(possibly containing embedded white space). Analogous to the effect of
\&"$*\&"
\&"$*\&"
in Bourne shell.
.\" :[0]
.It 0
@ -937,7 +937,7 @@ Means the same as
.It Cm \&@
Causes subsequent modifiers to treat the value as a sequence of words
delimited by white space. Analogous to the effect of
\&"$@\&"
\&"$@\&"
in Bourne shell.
.\" :[#]
.It Cm \&#