diff options
author | 2011-12-03 20:49:16 +0000 | |
---|---|---|
committer | 2011-12-03 20:49:16 +0000 | |
commit | 42c184f7d3e8d7f37363b967737041c55a56e4af (patch) | |
tree | 42a5da55ff3fe328bf82b6e70d55c65010dfe1c1 | |
parent | more .Ev -> .Ar (diff) | |
download | wireguard-openbsd-42c184f7d3e8d7f37363b967737041c55a56e4af.tar.xz wireguard-openbsd-42c184f7d3e8d7f37363b967737041c55a56e4af.zip |
fix typo
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 437f4e55aa1..4802657977d 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.315 2011/12/03 20:45:01 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.316 2011/12/03 20:49:16 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -453,7 +453,7 @@ copies built packages into ${PACKAGE_REPOSITORY}/${MACHINE_ARCH}/ftp, using hard links if possible. If ${PERMIT_PACKAGE_CDROM} is set to .Sq Yes , -copies built packages into ${PACKAGE_REPOSITORY}/${MACHINE_ARCH}/cdrom}, using +copies built packages into ${PACKAGE_REPOSITORY}/${MACHINE_ARCH}/cdrom, using hard links if possible. .It Ar patch Apply distribution and |