diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2004-06-06 20:45:37 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2004-06-06 20:45:37 +0000 |
commit | b450d83fe7848cdf5957314b8da6dcee30f202ca (patch) | |
tree | 7b715ba8c44a1e818f722ff99cce75011f550f2a /share/man/man5/bsd.port.mk.5 | |
parent | b66d62c67d0c6e9c9e272002eb94f76bae347204 (diff) |
`update-patches' uses gdiff(1) now for quite some time now,
not diff(1) anymore;
noticed by Rodolfo Gouveia <wolfshade boo netmadeira baa com>
okay espie@.
Diffstat (limited to 'share/man/man5/bsd.port.mk.5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 41995a303ac..c3db7e63c9e 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.138 2004/06/06 11:49:39 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.139 2004/06/06 20:45:36 xsa Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -414,7 +414,7 @@ See also .Ar link-categories . .It Ar update-patches Create or update patches for a port, using -.Xr diff 1 +.Xr gdiff 1 between .Pa file and |