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). --- ChangeLog | 4 ++++ txr.1 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 756dbdb6..d40da1a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-10-22 Kaz Kylheku + + * txr.1: Fix misleading wording (separation versus termination). + 2009-10-22 Kaz Kylheku Version 019 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