summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2023-01-09 18:27:22 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2023-01-09 18:27:22 +0100
commit08006e0d0082da2570472164c078676ea7289b8d (patch)
tree643ea656b455b75f789e7a7e9e0c7fe9fdcc865c
parent3f107fcf723d7ed1a075329bd571fa0a7396f5e2 (diff)
downloadsent-08006e0d0082da2570472164c078676ea7289b8d.tar.gz
sent-08006e0d0082da2570472164c078676ea7289b8d.tar.bz2
sent-08006e0d0082da2570472164c078676ea7289b8d.zip
sent.1: fix some mandoc warnings
-rw-r--r--sent.122
1 files changed, 13 insertions, 9 deletions
diff --git a/sent.1 b/sent.1
index fabc614..e5a7d25 100644
--- 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
Software created with 💖