Check-in Number:
|
3627 | |
Date: |
2003-Sep-25 15:15:24 (local)
2003-Sep-25 13:15:24 (UTC) |
User: | thl |
Branch: | |
Comment: |
whitespaces |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/l2/l2_ch_file.c 1.28 -> 1.29
--- 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)
|
|