Fix manpages not rendering w/ HTML
This commit is contained in:
parent
18894e767c
commit
5d72d40f9a
2 changed files with 7 additions and 1 deletions
|
@ -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 .
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue