pages.*: standardize capitalization in note term (#12195)

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
K.B.Dharun Krishna
2024-02-05 12:34:49 +05:30
committed by GitHub
parent fb4f4b550c
commit 1de9190d63
30 changed files with 31 additions and 31 deletions

View File

@@ -2,7 +2,7 @@
> Lexical analyzer generator. A rewrite of `lex` with extensions to the POSIX specification.
> Given the specification for a lexical analyzer, generates C code implementing it.
> NOTE: long options don't work on OpenBSD.
> Note: long options don't work on OpenBSD.
> More information: <https://manned.org/flex>.
- Generate an analyzer from a flex file, storing it to the file `lex.yy.c`: