From 66e5c112850e85e3a37efbec30a0d7b8d7cff83e Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Wed, 24 Jul 2019 14:55:38 +0300 Subject: [PATCH] Minor change --- wordsplit.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wordsplit.3 b/wordsplit.3 index 337170f..bdf0865 100644 --- a/wordsplit.3 +++ b/wordsplit.3 @@ -472,7 +472,7 @@ C string containing the characters to be added, set the \fBWRDSO_NAMECHAR\fR bit in \fBws_options\fR and set the \fBWRDSF_OPTIONS\fR bit in the \fIflags\fR argument. .PP -For example, to allow semicolon in variable names, do: +For example, to allow for colons in variable names, do: .PP .EX struct wordsplit ws;