Fix manpages not rendering w/ HTML

This commit is contained in:
Jeremy Baxter 2022-08-02 19:01:32 +12:00
parent 7c107a9a93
commit b156cb0247
2 changed files with 7 additions and 1 deletions

View file

@ -15,7 +15,7 @@
.Ek
.Sh DESCRIPTION
.Nm
is a script to send a message to a Matrix room.
is a script that sends a message to a Matrix room.
It works by sending a JSON message to your Matrix server. The default message
type is m.text, but you can specify a custom type with
.Em -t .

View file

@ -19,24 +19,30 @@ The following directives are available:
Server
.Ar server
The Client-Server API URL for your Matrix server.
.Pp
.It
Username
.Ar username
The username of your Matrix account.
.Pp
.It
Password
.Ar password
The password to your Matrix account.
.Pp
.It
AccessToken
.Ar token
Instead of using a username and password to obtain an access token, use
.Pp
.Ar token .
.It
CacheLocation
.Ar location
Instead of caching access tokens to ~/.cache, cache them to
.Pp
.Ar location .
.Pp
.It
DefaultEvent
.Ar type