Update wordings.

This commit is contained in:
CismonX 2021-02-03 03:13:38 +08:00
parent 07d2b941b5
commit fdc056ed92
Signed by: cismonx
GPG Key ID: 3094873E29A482FB
4 changed files with 4 additions and 4 deletions

View File

@ -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 ,

View File

@ -1,5 +1,5 @@
/**
* ctlseqs.c - helper library for terminal control sequences
* ctlseqs.c - helper library for control sequences
*
* Copyright (C) 2020,2021 CismonX <admin@cismon.net>
*

View File

@ -1,5 +1,5 @@
/**
* ctlseqs.h - helper library for terminal control sequences
* ctlseqs.h - helper library for control sequences
*
* Copyright (C) 2020,2021 CismonX <admin@cismon.net>
*

View File

@ -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 <admin@cismon.net>
*