diff options
author | 2010-08-08 12:37:59 +0000 | |
---|---|---|
committer | 2010-08-08 12:37:59 +0000 | |
commit | 2b82faaa3d953706fcb891ca59227507689ef29c (patch) | |
tree | 99e2dd7306797da62e248503ab650009b87b55c3 | |
parent | somehow parts of -c and -w got swapped; from Yar Tikhiy (diff) | |
download | wireguard-openbsd-2b82faaa3d953706fcb891ca59227507689ef29c.tar.xz wireguard-openbsd-2b82faaa3d953706fcb891ca59227507689ef29c.zip |
zap trailing whitespace;
-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 e2d1b028330..9af84083bdb 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.259 2010/08/07 19:40:45 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.260 2010/08/08 12:37:59 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: August 7 2010 $ +.Dd $Mdocdate: August 8 2010 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -1661,7 +1661,7 @@ when packing-lists change without a REVISION bump. This directory is never cleaned during normal operation. .Sq make clean=plist should only ever be used during debugging by port maintainers. -Defaults to +Defaults to .Pa ${PORTSDIR}/plist/${MACHINE_ARCH} . .It Ev PREFERRED_CIPHERS List of cryptographic ciphers to use, in order of preference. |