diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2012-08-03 12:10:04 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2012-08-03 12:10:04 +0000 |
commit | 6522c23d79204e95e558b298ca94e8449bb7f108 (patch) | |
tree | d91ec49fe3bf4648ea0f30a0bf11bc8fe55ae891 /share | |
parent | e0db9df5f49b5e83e868892df8ad1c187c26a22f (diff) |
tell people target update-patches actually invokes script update-patches(1)
which is documented.
prompted by aja@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index d3c6314c3e5..41f3ad2c47d 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.344 2012/07/07 15:37:35 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.345 2012/08/03 12:10:03 espie 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 7 2012 $ +.Dd $Mdocdate: August 3 2012 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -734,6 +734,8 @@ See .Ar lock . .It Ar update-patches Create or update patches for a port, using +.Xr update-patches 1 , +which invokes .Xr diff 1 between .Pa file |