URI: 
       fix some spelling in man page - sent - simple plaintext presentation tool
  HTML git clone git://git.suckless.org/sent
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit ec431df440fbe6d60ba49a108c2dc10e045a5033
   DIR parent f925f567d7db2f1f805ac5b35abe6513e89ac156
  HTML Author: Markus Teich <markus.teich@stusta.mhn.de>
       Date:   Sat,  2 Sep 2017 19:20:00 +0200
       
       fix some spelling in man page
       
       Diffstat:
         M sent.1                              |      12 ++++++------
       
       1 file changed, 6 insertions(+), 6 deletions(-)
       ---
   DIR diff --git a/sent.1 b/sent.1
       @@ -9,8 +9,8 @@
        .Op Ar file
        .Sh DESCRIPTION
        .Nm
       -is a simple plaintext presentation tool for X. sent does not need LaTeX,
       -LibreOffice or any other fancy file format. Instead, sent reads plaintext
       +is a simple plain text presentation tool for X. sent does not need LaTeX,
       +LibreOffice or any other fancy file format. Instead, sent reads plain text
        describing the slides. sent can also draw images.
        .Pp
        Every paragraph represents a slide in the presentation. Especially for
       @@ -27,18 +27,18 @@ Print version information to stdout and exit.
        .It Em Mouse commands
        .Bl -tag -width Ds
        .It Sy Button1 | Button5
       -Go to next slide, if existant.
       +Go to next slide, if existent.
        .It Sy Button3 | Button4
       -Go to previous slide, if existant.
       +Go to previous slide, if existent.
        .El
        .It Em Keyboard commands
        .Bl -tag -width Ds
        .It Sy Escape | q
        Quit.
        .It Sy Right | Return | Space | l | j | Down | Next | n
       -Go to next slide, if existant.
       +Go to next slide, if existent.
        .It Sy Left | Backspace | h | k | Up | Prior | p
       -Go to previous slide, if existant.
       +Go to previous slide, if existent.
        .El
        .El
        .Sh FORMAT