From 5d72d40f9a43e5e70494c87efac4d4860a92a4ee Mon Sep 17 00:00:00 2001 From: Jeremy Date: Tue, 2 Aug 2022 19:01:32 +1200 Subject: [PATCH] Fix manpages not rendering w/ HTML --- matrix-send.1 | 2 +- matrix-send.conf.5 | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/matrix-send.1 b/matrix-send.1 index ae07aff..b20100e 100644 --- a/matrix-send.1 +++ b/matrix-send.1 @@ -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 . diff --git a/matrix-send.conf.5 b/matrix-send.conf.5 index 3158da1..35d12d0 100644 --- a/matrix-send.conf.5 +++ b/matrix-send.conf.5 @@ -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