notcurses.3: add period at end of sentence

This commit is contained in:
nick black 2021-01-03 21:14:29 -05:00
parent e617acecc7
commit ec037023a7
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -17,7 +17,7 @@ notcurses - TUI library for modern terminal emulators
Notcurses builds atop the **terminfo(5)** abstraction layer to provide
reasonably portable vivid character displays. It is an intellectual descendant
of **ncurses(3NCURSES)**, but goes beyond that library (and the X/Open Curses
API thus implemented).
API it implements).
A program wishing to use Notcurses will need to link it, ideally using the
output of **pkg-config --libs notcurses** (see **pkg-config(1)**). It is
@ -45,7 +45,7 @@ for the actual terminal must be available.
**ncdirect_init(3)** makes available a very restricted subset of
Notcurses functionality. This subset is intended to be interleaved with user-
generated output, and is limited to coloring and styling. Direct mode is
documented in **notcurses_directmode(3)**
documented in **notcurses_directmode(3)**.
## Output