Fix miscapitalization.

This commit is contained in:
CismonX 2020-12-17 16:04:55 +08:00
parent adeaf195b6
commit 08cd45653e
Signed by: cismonx
GPG Key ID: 3094873E29A482FB
12 changed files with 14 additions and 14 deletions

View File

@ -17,7 +17,7 @@ ctlseqs - helper library for terminal control sequences
The ctlseqs library provides C API for manipulating terminal emulators with control sequences.
Ctlseqs is free software. you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
ctlseqs is free software. you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
# Getting Started

View File

@ -1,4 +1,4 @@
.TH CTLSEQS 7 "Sep 01, 2020" 0.1.0 "Ctlseqs Library Manual"
.TH CTLSEQS 7 "Sep 01, 2020" 0.1.0 "ctlseqs Library Manual"
.
.SH NAME
ctlseqs - helper library for terminal control sequences

View File

@ -1,4 +1,4 @@
.TH CTLSEQS_MATCHER_CONFIG 3 "Sep 01, 2020" 0.1.0 "Ctlseqs Library Manual"
.TH CTLSEQS_MATCHER_CONFIG 3 "Sep 01, 2020" 0.1.0 "ctlseqs Library Manual"
.
.SH NAME
ctlseqs_matcher_config - configure control sequence matcher

View File

@ -1,4 +1,4 @@
.TH CTLSEQS_MATCHER_FREE 3 "Sep 01, 2020" 0.1.0 "Ctlseqs Library Manual"
.TH CTLSEQS_MATCHER_FREE 3 "Sep 01, 2020" 0.1.0 "ctlseqs Library Manual"
.
.SH NAME
ctlseqs_matcher_free - free control sequence matcher

View File

@ -1,4 +1,4 @@
.TH CTLSEQS_MATCHER_INIT 3 "Sep 01, 2020" 0.1.0 "Ctlseqs Library Manual"
.TH CTLSEQS_MATCHER_INIT 3 "Sep 01, 2020" 0.1.0 "ctlseqs Library Manual"
.
.SH NAME
ctlseqs_matcher_init - initialize control sequence matcher

View File

@ -1,4 +1,4 @@
.TH CTLSEQS_PURGE 3 "Sep 01, 2020" 0.1.0 "Ctlseqs Library Manual"
.TH CTLSEQS_PURGE 3 "Sep 01, 2020" 0.1.0 "ctlseqs Library Manual"
.
.SH NAME
ctlseqs_purge - purge read buffer

View File

@ -1,4 +1,4 @@
.TH CTLSEQS_READ 3 "Sep 01, 2020" 0.1.0 "Ctlseqs Library Manual"
.TH CTLSEQS_READ 3 "Sep 01, 2020" 0.1.0 "ctlseqs Library Manual"
.
.SH NAME
ctlseqs_read - read control sequence

View File

@ -1,4 +1,4 @@
.TH CTLSEQS_READER_CONFIG 3 "Sep 01, 2020" 0.1.0 "Ctlseqs Library Manual"
.TH CTLSEQS_READER_CONFIG 3 "Sep 01, 2020" 0.1.0 "ctlseqs Library Manual"
.
.SH NAME
ctlseqs_reader_config - configure control sequence reader

View File

@ -1,4 +1,4 @@
.TH CTLSEQS_MATCHER_FREE 3 "Sep 01, 2020" 0.1.0 "Ctlseqs Library Manual"
.TH CTLSEQS_MATCHER_FREE 3 "Sep 01, 2020" 0.1.0 "ctlseqs Library Manual"
.
.SH NAME
ctlseqs_reader_free - free control sequence reader

View File

@ -1,4 +1,4 @@
.TH CTLSEQS_READER_INIT 3 "Sep 01, 2020" 0.1.0 "Ctlseqs Library Manual"
.TH CTLSEQS_READER_INIT 3 "Sep 01, 2020" 0.1.0 "ctlseqs Library Manual"
.
.SH NAME
ctlseqs_reader_init - initialize control sequence reader

View File

@ -5,12 +5,12 @@
*
* This file is part of the ctlseqs library.
*
* Ctlseqs is free software: you can redistribute it and/or modify
* ctlseqs is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Ctlseqs is distributed in the hope that it will be useful,
* ctlseqs is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.

View File

@ -5,12 +5,12 @@
*
* This file is part of the ctlseqs library.
*
* Ctlseqs is free software: you can redistribute it and/or modify
* ctlseqs is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Ctlseqs is distributed in the hope that it will be useful,
* ctlseqs is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.