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 *