sent.1: fix some mandoc warnings
This commit is contained in:
parent
3f107fcf72
commit
08006e0d00
22
sent.1
22
sent.1
@ -1,5 +1,6 @@
|
|||||||
.Dd 2016-08-12
|
.Dd August 12, 2016
|
||||||
.Dt SENT 1
|
.Dt SENT 1
|
||||||
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
.Nm sent
|
.Nm sent
|
||||||
.Nd simple plaintext presentation tool
|
.Nd simple plaintext presentation tool
|
||||||
@ -10,13 +11,14 @@
|
|||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
.Nm
|
.Nm
|
||||||
is a simple plain text presentation tool for X. sent does not need LaTeX,
|
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
|
LibreOffice or any other fancy file format.
|
||||||
describing the slides. sent can also draw images.
|
Instead, sent reads plain text describing the slides. sent can also draw
|
||||||
|
images.
|
||||||
.Pp
|
.Pp
|
||||||
Every paragraph represents a slide in the presentation. Especially for
|
Every paragraph represents a slide in the presentation.
|
||||||
presentations using the Takahashi method this is very nice and allows
|
Especially for presentations using the Takahashi method this is very nice and
|
||||||
you to write the presentation for a quick lightning talk within a
|
allows you to write the presentation for a quick lightning talk within a few
|
||||||
few minutes.
|
minutes.
|
||||||
.Sh OPTIONS
|
.Sh OPTIONS
|
||||||
.Bl -tag -width Ds
|
.Bl -tag -width Ds
|
||||||
.It Fl v
|
.It Fl v
|
||||||
@ -36,7 +38,8 @@ Go to previous slide, if existent.
|
|||||||
.It Sy Escape | q
|
.It Sy Escape | q
|
||||||
Quit.
|
Quit.
|
||||||
.It Sy r
|
.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
|
.It Sy Right | Return | Space | l | j | Down | Next | n
|
||||||
Go to next slide, if existent.
|
Go to next slide, if existent.
|
||||||
.It Sy Left | Backspace | h | k | Up | Prior | p
|
.It Sy Left | Backspace | h | k | Up | Prior | p
|
||||||
@ -63,6 +66,7 @@ without interpreting them.
|
|||||||
.Sh CUSTOMIZATION
|
.Sh CUSTOMIZATION
|
||||||
.Nm
|
.Nm
|
||||||
can be customized by creating a custom config.h and (re)compiling the
|
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
|
.Sh SEE ALSO
|
||||||
.Xr 2ff 1
|
.Xr 2ff 1
|
||||||
|
Loading…
Reference in New Issue
Block a user