From fdc056ed92fef330b7aaee28b77b49c682219425 Mon Sep 17 00:00:00 2001 From: CismonX Date: Wed, 3 Feb 2021 03:13:38 +0800 Subject: [PATCH] Update wordings. --- man/ctlseqs_read.3 | 2 +- src/ctlseqs.c | 2 +- src/ctlseqs.h | 2 +- tests/tcsgrep.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/man/ctlseqs_read.3 b/man/ctlseqs_read.3 index 7dc0a4b..8705d97 100644 --- a/man/ctlseqs_read.3 +++ b/man/ctlseqs_read.3 @@ -12,7 +12,7 @@ ctlseqs_read - read control sequence .fi . .SH DESCRIPTION -Attempts to read a terminal control sequence with given +Attempts to read a control sequence with given .IR reader , and match it against the patterns in .IR matcher , diff --git a/src/ctlseqs.c b/src/ctlseqs.c index 3154d61..c97ce53 100644 --- a/src/ctlseqs.c +++ b/src/ctlseqs.c @@ -1,5 +1,5 @@ /** - * ctlseqs.c - helper library for terminal control sequences + * ctlseqs.c - helper library for control sequences * * Copyright (C) 2020,2021 CismonX * diff --git a/src/ctlseqs.h b/src/ctlseqs.h index 36f1454..19f9670 100644 --- a/src/ctlseqs.h +++ b/src/ctlseqs.h @@ -1,5 +1,5 @@ /** - * ctlseqs.h - helper library for terminal control sequences + * ctlseqs.h - helper library for control sequences * * Copyright (C) 2020,2021 CismonX * diff --git a/tests/tcsgrep.c b/tests/tcsgrep.c index 2227eb3..0a5aca2 100644 --- a/tests/tcsgrep.c +++ b/tests/tcsgrep.c @@ -1,5 +1,5 @@ /** - * tcsgrep.c - match input against terminal control sequence patterns + * tcsgrep.c - match input against control sequence patterns * * Copyright (C) 2020,2021 CismonX *