summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
Diffstat (limited to 'txr.1')
-rw-r--r--txr.12
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index 57adbb64..391c5fdf 100644
--- a/txr.1
+++ b/txr.1
@@ -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.