diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | txr.1 | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2009-10-22 Kaz Kylheku <kkylheku@gmail.com> + * txr.1: Fix misleading wording (separation versus termination). + +2009-10-22 Kaz Kylheku <kkylheku@gmail.com> + Version 019 Regexps can be bound to variables. @@ -1039,7 +1039,7 @@ long. In the following example, freeform is used to solve a tokenizing problem. The Unix password file has fields separated by colons. Some fields may be empty. -Using freeform, we can join the password file using ":" as a separator. +Using freeform, we can join the password file using ":" as a terminator. By restricting freeform to one line, we can obtain each line of the password file with a terminating ":", allowing for a simple tokenization, because now the fields are colon-terminated rather than colon-separated. |