diff options
author | 2011-12-03 23:01:21 +0000 | |
---|---|---|
committer | 2011-12-03 23:01:21 +0000 | |
commit | bf1c21e68149b24aa258bb3a6e426bb974a0d7d0 (patch) | |
tree | 2ca63dec3072475cf5c4df7e3b5f464f2730e025 /share/man/man5 | |
parent | remove useless "#ifdef __linux__" that crept in, (diff) | |
download | wireguard-openbsd-bf1c21e68149b24aa258bb3a6e426bb974a0d7d0.tar.xz wireguard-openbsd-bf1c21e68149b24aa258bb3a6e426bb974a0d7d0.zip |
Remove an OpenBSD-specific tweak regarding .Xr spacing
and make it compatible with bsd.lv mandoc and with groff-1.21.
This tweak was originally added for compatibility with groff-1.15,
which is no longer needed.
ok jmc@ kristaps@
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 6e7a6e60639..de12fb3941a 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.317 2011/12/03 22:27:57 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.318 2011/12/03 23:01:21 schwarze Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -167,8 +167,9 @@ using the cryptographic signature utilities listed in ${PREFERRED_CIPHERS}. All the files needed to recreate a port should be in ${CHECKSUMFILES} and checksummed. Invoking -.Ar checksum -with REFETCH=true +.Ic checksum +with +.Ev REFETCH Ns = Ns Cm true will try to fetch a version with the correct checksum from the .Ox main archive site in the case of a checksum mismatch. @@ -2094,8 +2095,9 @@ User-settings. Defaults to .Sq Yes . Forces commands like -.Xr ftp 1 , -.Xr pkg_create 1 ... +.Xr ftp 1 +and +.Xr pkg_create 1 to use their progress-meter even in the absence of a terminal. .It Ev PROPERTIES List of properties specific to a given machine architecture. |