Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk mk/bsd.pkg.mk: fix typos in documentation



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f61b8fbcc1b6
branches:  trunk
changeset: 430677:f61b8fbcc1b6
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun May 03 09:22:16 2020 +0000

description:
mk/bsd.pkg.mk: fix typos in documentation

diffstat:

 mk/bsd.pkg.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 7691145fa7db -r f61b8fbcc1b6 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Sun May 03 09:06:59 2020 +0000
+++ b/mk/bsd.pkg.mk     Sun May 03 09:22:16 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.2036 2020/03/26 12:23:54 jperkin Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.2037 2020/05/03 09:22:16 rillig Exp $
 #
 # This file is in the public domain.
 #
@@ -222,9 +222,9 @@
 _BUILD_DEFS+=            MULTI
 .endif
 
-# ZERO_FILESIZE_P exits with a successful return code if the given file
+# _ZERO_FILESIZE_P exits with a successful return code if the given file
 #      has zero length.
-# NONZERO_FILESIZE_P exits with a successful return code if the given file
+# _NONZERO_FILESIZE_P exits with a successful return code if the given file
 #      has nonzero length.
 #
 _ZERO_FILESIZE_P=      ${AWK} 'END { exit (NR > 0) ? 1 : 0; }'



Home | Main Index | Thread Index | Old Index