Print this page
Incorporate rmustacc's review feedback.

Split Close
Expand all
Collapse all
          --- old/usr/src/test/libc-tests/cfg/README
          +++ new/usr/src/test/libc-tests/cfg/README
↓ open down ↓ 12 lines elided ↑ open up ↑
  13   13  # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  14   14  #
  15   15  
  16   16  The configuration files in this directory are structured as lines,
  17   17  where each line is made up of fields, separated by "|" characters,
  18   18  possibly surrounded by whitespace.
  19   19  
  20   20  New lines preceeded by backslashes are ignored, allowing for a continuation
  21   21  of lines, in the usual UNIX way.
  22   22  
  23      -A line beginning with a hashmark is comment, and is ignore, as are lines
       23 +A line beginning with a hashmark is a comment, and is ignored, as are lines
  24   24  consisting solely of whitespace.
  25   25  
  26   26  The first field is always the "keyword", which determines the meaning and
  27   27  presence of any other fields.
  28   28  
  29   29  These files are parsed using the test_load_config() function.  This
  30   30  function has the following prototype:
  31   31  
  32   32          int test_load_config(test_t, const char *, ...);
  33   33  
↓ open down ↓ 50 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX