diff options
author | 2013-02-19 02:00:57 +0000 | |
---|---|---|
committer | 2013-02-19 02:00:57 +0000 | |
commit | 406336da4f1c64f585f9526441e9c0b0ab68c6e5 (patch) | |
tree | 784e47e45b08c8842c958b67ae1c1d007807f8d4 | |
parent | set the wireless interface priority and interfaces to the wlan group (diff) | |
download | wireguard-openbsd-406336da4f1c64f585f9526441e9c0b0ab68c6e5.tar.xz wireguard-openbsd-406336da4f1c64f585f9526441e9c0b0ab68c6e5.zip |
Add missing trailing slash on the :S modifier in the BUGS section.
ok espie
-rw-r--r-- | usr.bin/make/make.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index c17e620c66e..2515eb6d54e 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: make.1,v 1.101 2013/02/04 14:44:58 espie Exp $ +.\" $OpenBSD: make.1,v 1.102 2013/02/19 02:00:57 william Exp $ .\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" from: @(#)make.1 8.4 (Berkeley) 3/19/94 .\" -.Dd $Mdocdate: February 4 2013 $ +.Dd $Mdocdate: February 19 2013 $ .Dt MAKE 1 .Os .Sh NAME @@ -1619,7 +1619,7 @@ In a .for loop, only the variable value is used; assignments will be evaluated later, e.g., in .Bd -literal -offset indent \&.for I in a b c d -I:=${I:S/a/z} +I:=${I:S/a/z/} A+=$I \&.endfor .Ed |