diff options
author | 2014-08-10 11:23:02 +0000 | |
---|---|---|
committer | 2014-08-10 11:23:02 +0000 | |
commit | 1bebd8bfac6e68fdd0e53ea54a3fab352c2801da (patch) | |
tree | 3a30dbe2a0bc61a5b06cec933451a09895bb08f4 | |
parent | Merge xhci_device_setup() into xhci_pipe_init() there's no reason to (diff) | |
download | wireguard-openbsd-1bebd8bfac6e68fdd0e53ea54a3fab352c2801da.tar.xz wireguard-openbsd-1bebd8bfac6e68fdd0e53ea54a3fab352c2801da.zip |
some Ev fixes;
-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 355a878dd45..d3e68dfb087 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.403 2014/08/10 10:10:21 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.404 2014/08/10 11:23:02 jmc Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -2752,7 +2752,7 @@ will substitute the value of .Ev FULLPKGNAME-foo for .Li ${FULLPKGNAME} . -.It Ev SUBST_DATA , SUBST_MAN, SUBST_PROGRAM +.It Ev SUBST_DATA , SUBST_MAN , SUBST_PROGRAM Specialized versions of .Ev SUBST_CMD that use @@ -3822,7 +3822,7 @@ instead. Likewise, use .Ev EXTRACT_CASES instead. -.It Ev FETCH_BEFORE_ARGS , Ev FETCH_AFTER_ARGS +.It Ev FETCH_BEFORE_ARGS , FETCH_AFTER_ARGS Set .Ev FETCH_CMD to point to a script that does any required special treatment instead. |