mirror of
https://salsa.debian.org/mdosch/go-sendxmpp
synced 2024-11-15 00:15:10 +00:00
Fix typo in manpage.
This commit is contained in:
parent
d8617da0b6
commit
3b8c931011
@ -1,10 +1,10 @@
|
|||||||
.\" generated with Ronn-NG/v0.9.1
|
.\" generated with Ronn-NG/v0.9.1
|
||||||
.\" http://github.com/apjanke/ronn-ng/tree/0.9.1
|
.\" http://github.com/apjanke/ronn-ng/tree/0.9.1
|
||||||
.TH "GO\-SENDXMPP" "5" "May 2023" ""
|
.TH "GO\-SENDXMPP" "5" "October 2023" ""
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
\fBgo\-sendxmpp\fR \- A tool to send messages to an XMPP contact or MUC\.
|
\fBgo\-sendxmpp\fR \- A tool to send messages to an XMPP contact or MUC\.
|
||||||
.SH "LOCATION"
|
.SH "LOCATION"
|
||||||
The account data is expected at \fB~/\.config/go\-sendxmpp/config\fR (preferred), \fB~/\.config/go\-sendxmpp/sendxmpprc\fR deprecated) or \fB~/\.sendxmpprc\fR (for compatibility with the original perl sendxmpp) if no other configuration file location is specified with \-f or \-\-file\. The configuration file is expected to be in the following format:
|
The account data is expected at \fB~/\.config/go\-sendxmpp/config\fR (preferred), \fB~/\.config/go\-sendxmpp/sendxmpprc\fR (deprecated) or \fB~/\.sendxmpprc\fR (for compatibility with the original perl sendxmpp) if no other configuration file location is specified with \-f or \-\-file\. The configuration file is expected to be in the following format:
|
||||||
.SH "FORMAT"
|
.SH "FORMAT"
|
||||||
username: [\fIyour_jid\fR]
|
username: [\fIyour_jid\fR]
|
||||||
.br
|
.br
|
||||||
|
@ -78,7 +78,7 @@
|
|||||||
<h2 id="LOCATION">LOCATION</h2>
|
<h2 id="LOCATION">LOCATION</h2>
|
||||||
|
|
||||||
<p>The account data is expected at <code>~/.config/go-sendxmpp/config</code> (preferred), <code>~/.config/go-sendxmpp/sendxmpprc</code>
|
<p>The account data is expected at <code>~/.config/go-sendxmpp/config</code> (preferred), <code>~/.config/go-sendxmpp/sendxmpprc</code>
|
||||||
deprecated) or <code>~/.sendxmpprc</code> (for compatibility with the original perl sendxmpp) if no other configuration file
|
(deprecated) or <code>~/.sendxmpprc</code> (for compatibility with the original perl sendxmpp) if no other configuration file
|
||||||
location is specified with -f or --file. The configuration file is expected to be in the following format:</p>
|
location is specified with -f or --file. The configuration file is expected to be in the following format:</p>
|
||||||
|
|
||||||
<h2 id="FORMAT">FORMAT</h2>
|
<h2 id="FORMAT">FORMAT</h2>
|
||||||
@ -112,11 +112,11 @@ License: BSD 2-clause License</p>
|
|||||||
|
|
||||||
<h2 id="SEE-ALSO">SEE ALSO</h2>
|
<h2 id="SEE-ALSO">SEE ALSO</h2>
|
||||||
|
|
||||||
<p><a class="man-ref" href="go-sendxmpp.1.html">go-sendxmpp<span class="s">(1)</span></a>, <span class="man-ref">sendxmpp<span class="s">(1)</span></span></p>
|
<p><span class="man-ref">go-sendxmpp<span class="s">(1)</span></span>, <span class="man-ref">sendxmpp<span class="s">(1)</span></span></p>
|
||||||
|
|
||||||
<ol class='man-decor man-foot man foot'>
|
<ol class='man-decor man-foot man foot'>
|
||||||
<li class='tl'></li>
|
<li class='tl'></li>
|
||||||
<li class='tc'>May 2023</li>
|
<li class='tc'>October 2023</li>
|
||||||
<li class='tr'>go-sendxmpp(5)</li>
|
<li class='tr'>go-sendxmpp(5)</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ go-sendxmpp(5) -- A tool to send messages to an XMPP contact or MUC.
|
|||||||
## LOCATION
|
## LOCATION
|
||||||
|
|
||||||
The account data is expected at `~/.config/go-sendxmpp/config` (preferred), `~/.config/go-sendxmpp/sendxmpprc`
|
The account data is expected at `~/.config/go-sendxmpp/config` (preferred), `~/.config/go-sendxmpp/sendxmpprc`
|
||||||
deprecated) or `~/.sendxmpprc` (for compatibility with the original perl sendxmpp) if no other configuration file
|
(deprecated) or `~/.sendxmpprc` (for compatibility with the original perl sendxmpp) if no other configuration file
|
||||||
location is specified with -f or --file. The configuration file is expected to be in the following format:
|
location is specified with -f or --file. The configuration file is expected to be in the following format:
|
||||||
|
|
||||||
## FORMAT
|
## FORMAT
|
||||||
|
Loading…
Reference in New Issue
Block a user