diff options
author | kn <kn@cvs.openbsd.org> | 2018-05-29 11:45:26 +0000 |
---|---|---|
committer | kn <kn@cvs.openbsd.org> | 2018-05-29 11:45:26 +0000 |
commit | 7fda55b6108d7b9658f7c357c65c2cbcc535e0c2 (patch) | |
tree | b0e52b820ba06dcd86278009331355baaac56bc0 /share | |
parent | e294a13675e6bf4f25b192bd2778512818eaad4d (diff) |
Improve `checkpatch' description
PATCH_DEBUG=Yes is already the default and `patch' description does not
mention debugging bits.
Snatch wording from patch(1)'s `-C' to clarify what's really done.
OK espie jca
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 162cf7cf95d..dd421997504 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.480 2018/05/27 08:03:58 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.481 2018/05/29 11:45:25 kn 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: May 27 2018 $ +.Dd $Mdocdate: May 29 2018 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -150,10 +150,7 @@ Apply .Cm check-register to all subpackages of the current port. .It Cm checkpatch -Debugging version of the -.Cm patch -target that simulates invoking -.Xr patch 1 . +Check that patches would apply cleanly, but do not modify anything. .It Cm checksum Compute a .Xr sha256 1 |