Index: ossp-pkg/l2/l2_ch_file.c RCS File: /v/ossp/cvs/ossp-pkg/l2/l2_ch_file.c,v rcsdiff -q -kk '-r1.28' '-r1.29' -u '/v/ossp/cvs/ossp-pkg/l2/l2_ch_file.c,v' 2>/dev/null --- l2_ch_file.c 2003/06/30 12:54:06 1.28 +++ l2_ch_file.c 2003/09/25 13:15:24 1.29 @@ -101,13 +101,13 @@ * truth table for user input, append, trunc => resulting trunc * -----------------+------+------+------------------ * -1 -1 0 (default) - * trunc=0 -1 0 0 - * trunc=1 -1 1 1 - * append=0 0 -1 1 + * trunc=0 -1 0 0 + * trunc=1 -1 1 1 + * append=0 0 -1 1 * append=0, trunc=0 0 0 ERROR - * append=0, trunc=1 0 1 1 - * append=1 1 -1 0 - * append=1, trunc=0 1 0 0 + * append=0, trunc=1 0 1 1 + * append=1 1 -1 0 + * append=1, trunc=0 1 0 0 * append=1, trunc=1 1 1 ERROR */ if (cfg->append >= 1)