man pages: s/the console/a terminal/g

pull/723/head
nick black 4 years ago
parent ba31c575ba
commit 0be0b208de
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -30,8 +30,8 @@
<a href="notcurses-ncreel.1.html">notcurses-ncreel</a>—experiments with ncreels<br/> <a href="notcurses-ncreel.1.html">notcurses-ncreel</a>—experiments with ncreels<br/>
<a href="notcurses-pydemo.1.html">notcurses-pydemo</a>—validates the Python wrappers<br/> <a href="notcurses-pydemo.1.html">notcurses-pydemo</a>—validates the Python wrappers<br/>
<a href="notcurses-tester.1.html">notcurses-tester</a>—unit test driver<br/> <a href="notcurses-tester.1.html">notcurses-tester</a>—unit test driver<br/>
<a href="notcurses-tetris.1.html">notcurses-tetris</a>—Tetris in the terminal<br/> <a href="notcurses-tetris.1.html">notcurses-tetris</a>—Tetris in a terminal<br/>
<a href="notcurses-view.1.html">notcurses-view</a>—renders images and video to the terminal<br/> <a href="notcurses-view.1.html">notcurses-view</a>—renders images and video to a terminal<br/>
<h2>C library (section 3)</h2> <h2>C library (section 3)</h2>
<a href="notcurses_cell.3.html">notcurses_cell</a>—operations on <tt>cell</tt> objects<br/> <a href="notcurses_cell.3.html">notcurses_cell</a>—operations on <tt>cell</tt> objects<br/>
<a href="notcurses_channels.3.html">notcurses_channels</a>—operations on the <tt>channel</tt> type<br/> <a href="notcurses_channels.3.html">notcurses_channels</a>—operations on the <tt>channel</tt> type<br/>

@ -4,7 +4,7 @@
# NAME # NAME
notcurses-tetris - Render images and video to the console notcurses-tetris - Render images and video to a terminal
# SYNOPSIS # SYNOPSIS

@ -4,7 +4,7 @@
# NAME # NAME
notcurses-view - Render images and video to the console notcurses-view - Render images and video to a terminal
# SYNOPSIS # SYNOPSIS
@ -13,7 +13,7 @@ notcurses-view - Render images and video to the console
# DESCRIPTION # DESCRIPTION
**notcurses-view** uses a multimedian-enabled notcurses to render images **notcurses-view** uses a multimedian-enabled notcurses to render images
and videos to the terminal. Media will be scaled to the terminal's size. and videos to a terminal. Media will be scaled to the terminal's size.
# OPTIONS # OPTIONS

Loading…
Cancel
Save