sent

simple plaintext presentation tool
git clone git://git.suckless.org/sent
Log | Files | Refs | README | LICENSE

commit 08006e0d0082da2570472164c078676ea7289b8d
parent 3f107fcf723d7ed1a075329bd571fa0a7396f5e2
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Mon,  9 Jan 2023 18:27:22 +0100

sent.1: fix some mandoc warnings

Diffstat:
Msent.1 | 22+++++++++++++---------
1 file changed, 13 insertions(+), 9 deletions(-)

diff --git a/sent.1 b/sent.1 @@ -1,5 +1,6 @@ -.Dd 2016-08-12 +.Dd August 12, 2016 .Dt SENT 1 +.Os .Sh NAME .Nm sent .Nd simple plaintext presentation tool @@ -10,13 +11,14 @@ .Sh DESCRIPTION .Nm 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. +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 -presentations using the Takahashi method this is very nice and allows -you to write the presentation for a quick lightning talk within a -few minutes. +Every paragraph represents a slide in the presentation. +Especially for presentations using the Takahashi method this is very nice and +allows you to write the presentation for a quick lightning talk within a few +minutes. .Sh OPTIONS .Bl -tag -width Ds .It Fl v @@ -36,7 +38,8 @@ Go to previous slide, if existent. .It Sy Escape | q Quit. .It Sy r -Reload the slides. Only works on file input. +Reload the slides. +Only works on file input. .It Sy Right | Return | Space | l | j | Down | Next | n Go to next slide, if existent. .It Sy Left | Backspace | h | k | Up | Prior | p @@ -63,6 +66,7 @@ without interpreting them. .Sh CUSTOMIZATION .Nm can be customized by creating a custom config.h and (re)compiling the -source code. This keeps it fast, secure and simple. +source code. +This keeps it fast, secure and simple. .Sh SEE ALSO .Xr 2ff 1