/[libconf]/libconf/perl-Libconf/templates/keyvalue_template.pm
ViewVC logotype

Diff of /libconf/perl-Libconf/templates/keyvalue_template.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by dams, Sat Jun 14 16:02:42 2003 UTC revision 1.2 by dams, Sun Jun 15 00:10:14 2003 UTC
# Line 37  Line 37 
37  # - there is no quoting meaning, so this lines are valid :  # - there is no quoting meaning, so this lines are valid :
38  #   variable = some words with blanks, "quotes", or 'any character actually...  #   variable = some words with blanks, "quotes", or 'any character actually...
39  # - the variable may not contain any \W character (that means it must be a word, with no blanks).  # - the variable may not contain any \W character (that means it must be a word, with no blanks).
40    # - the template parse only one line. This is invalid:
41    # debugger_command =
42    #        PATH=/usr/bin:/usr/X11R6/bin
43    #        xxgdb $daemon_directory/$process_name $process_id & sleep 5
44    #
45    # This would be interpreted like :
46    # debugger_command =
47    # PATH=/usr/bin:/usr/X11R6/bin
48    # xxgdb $daemon_directory/$process_name $process_id & sleep 5 <-- this produces an error
49    
50  package Libconf;  package Libconf;
51    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26