diff options
author | 2008-07-27 10:24:27 +0000 | |
---|---|---|
committer | 2008-07-27 10:24:27 +0000 | |
commit | 6d134ebbde218773cae37e6d20a2ea91ddf0fb85 (patch) | |
tree | 15b4e3e51998b7f72f93b8db9a5677030add6f7b | |
parent | Use __progname instead of hand rolled version using argv[0]. (diff) | |
download | wireguard-openbsd-6d134ebbde218773cae37e6d20a2ea91ddf0fb85.tar.xz wireguard-openbsd-6d134ebbde218773cae37e6d20a2ea91ddf0fb85.zip |
bad comma;
-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 be8b74ee0e7..8b3129ffa20 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.221 2008/07/26 11:31:03 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.222 2008/07/27 10:24:27 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: July 26 2008 $ +.Dd $Mdocdate: July 27 2008 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -1789,7 +1789,7 @@ Leave empty if no message is needed. Name of the unzip binary. .It Ev UPDATE_COOKIES_DIR User settings. -Used to store cookies for package updates and, defaults to +Used to store cookies for package updates and defaults to .Pa ${PORTSDIR}/update/${MACHINE_ARCH} . If set to empty, will revert to a file under .Pa ${WRKDIR} . |