diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | lib/utils.exp | 2 | ||||
-rw-r--r-- | testsuite/lib/util-defs.exp | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -1,5 +1,10 @@ 2018-11-30 Ben Elliston <bje@gnu.org> + * lib/utils.exp (grep): Remove reference to "NULL" in comment. + * testsuite/lib/util-defs.exp (util_start): Likewise. + +2018-11-30 Ben Elliston <bje@gnu.org> + * doc/dejagnu.texi: (verbose procedure): Improve documentation. (load_lib procedure): Likewise. diff --git a/lib/utils.exp b/lib/utils.exp index 3b94499..45319f2 100644 --- a/lib/utils.exp +++ b/lib/utils.exp @@ -162,7 +162,7 @@ proc which { file } { } # Looks for occurrences of a string in a file. -# return:list of lines that matched or NULL if none match. +# return:list of lines that matched or empty string if none match. # args: first arg is the filename, # second is the pattern, # third are any options. diff --git a/testsuite/lib/util-defs.exp b/testsuite/lib/util-defs.exp index 0c479ac..834a14a 100644 --- a/testsuite/lib/util-defs.exp +++ b/testsuite/lib/util-defs.exp @@ -73,7 +73,7 @@ proc util_test { args } { # # Run the utility # -# Return NULL or the output. +# Return the output or an empty string. # proc util_start { args } { |