From 8230d7a503d12b205f668b29dad76bd6a04dcdba Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 3 Nov 2009 16:30:03 -0800 Subject: Fix misleading wording (separation versus termination). --- txr.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'txr.1') 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. -- cgit v1.2.3