diff options
author | 2018-10-17 05:44:38 +0000 | |
---|---|---|
committer | 2018-10-17 05:44:38 +0000 | |
commit | 6fa70836aa8be313a249dfca313b38073d52aab5 (patch) | |
tree | 58be0650c73eb2db2ba22fb4c0436ca9d573e4e7 /share/man/man5 | |
parent | - pf: honor quick on anchor rules (diff) | |
download | wireguard-openbsd-6fa70836aa8be313a249dfca313b38073d52aab5.tar.xz wireguard-openbsd-6fa70836aa8be313a249dfca313b38073d52aab5.zip |
escape the word "No" as this is also a macro;
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 964383da27e..51c0ed2f1e2 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.496 2018/10/16 14:05:10 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.497 2018/10/17 05:44:38 jmc Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: October 16 2018 $ +.Dd $Mdocdate: October 17 2018 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -1687,7 +1687,7 @@ Behaves like if some distribution files are missing. .It Ev FETCH_PACKAGES User settings, defaults to -.Sq No . +.Sq \&No . Set to .Xr pkg_add 1 options. |