Fix manpages not rendering w/ HTML

This commit is contained in:
Jeremy 2022-08-02 19:01:32 +12:00
parent 18894e767c
commit 5d72d40f9a
2 changed files with 7 additions and 1 deletions

View file

@ -15,7 +15,7 @@
.Ek .Ek
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm .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 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 type is m.text, but you can specify a custom type with
.Em -t . .Em -t .

View file

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