From ec037023a7d33bf1eea7bccc7ddb63b5d429c4d4 Mon Sep 17 00:00:00 2001 From: nick black Date: Sun, 3 Jan 2021 21:14:29 -0500 Subject: [PATCH] notcurses.3: add period at end of sentence --- doc/man/man3/notcurses.3.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/man/man3/notcurses.3.md b/doc/man/man3/notcurses.3.md index f8cd0713d..d13e953b1 100644 --- a/doc/man/man3/notcurses.3.md +++ b/doc/man/man3/notcurses.3.md @@ -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