Fix a typo in go-sendxmpp.1 manual page.

http_upload
Martin Dosch 4 years ago
parent 229b3e3391
commit f251ea15d0

@ -1,10 +1,10 @@
.\" generated with Ronn-NG/v0.8.0
.\" http://github.com/apjanke/ronn-ng/tree/0.8.0
.TH "GO\-SENDXMPP" "1" "February 2019" "" "go-sendxmpp"
.TH "GO\-SENDXMPP" "1" "April 2020" "" ""
.SH "NAME"
\fBgo\-sendxmpp\fR \- A little tool to send messages to an XMPP contact or MUC\.
.SH "SYNOPSIS"
go\-sendxmpp` [\-cdtx] [\-f value] [\-\-help] [\-j value] [\-p value] [\-r value] [\-u value] [parameters \|\.\|\.\|\.]
\fBgo\-sendxmpp\fR [\-cdtx] [\-f value] [\-\-help] [\-j value] [\-p value] [\-r value] [\-u value] [parameters \|\.\|\.\|\.]
.SH "DESCRIPTION"
A little tool to send messages to an XMPP contact or MUC inspired by (but not as powerful as) \fBsendxmpp\fR\.
.br
@ -26,7 +26,7 @@ Set configuration file\. (Default: ~/\.sendxmpprc)
Show help\.
.TP
\fB\-i\fR, \fB\-\-interactive\fR
Interactive mode (for use with e\.g\. `tail \-f)\.
Interactive mode (for use with e\.g\. \fBtail \-f\fR)\.
.TP
\fB\-j\fR, \fB\-\-jserver\fR=[\fIvalue\fR]
XMPP server address\.
@ -53,6 +53,6 @@ Written by Martin Dosch\.
.SH "REPORTING BUGS"
Report bugs at https://salsa\.debian\.org/mdosch\-guest/go\-sendxmpp/issues
.SH "COPYRIGHT"
Copyright (c) 2018 - 2020 Martin Dosch License: BSD 2-clause License
Copyright (c) 2018 \- 2020 Martin Dosch License: BSD 2\-clause License
.SH "SEE ALSO"
go\-sendxmpp(5), sendxmpp(1)

@ -41,23 +41,6 @@
ol.man-decor li.tc {text-align:center;letter-spacing:4px}
ol.man-decor li.tr {text-align:right;float:right}
</style>
<style type='text/css' media='all'>
/* style: dark */
.mp,body#manpage {background:#080706;color:#888}
.mp,.mp code,.mp pre,.mp pre code,.mp tt,.mp kbd,.mp samp {color:#aaa}
.mp h1,.mp h2,.mp h3,.mp h4 {color:#fff}
.man-decor,.man-decor ol li {color:#666}
.mp code,.mp strong,.mp b {color:#fff}
.mp em,.mp var,.mp u {color:#ddd}
.mp pre code {color:#ddd}
.mp a,.mp a:link,.mp a:hover,.mp a code,.mp a pre,.mp a tt,.mp a kbd,.mp a samp {color:#fff}
</style>
<style type='text/css' media='all'>
/* style: toc */
.man-navigation {display:block !important;position:fixed;top:0;left:113ex;height:100%;width:100%;padding:48px 0 0 0;border-left:1px solid #dbdbdb;background:#eee}
.man-navigation a,.man-navigation a:hover,.man-navigation a:link,.man-navigation a:visited {display:block;margin:0;padding:5px 2px 5px 30px;color:#999;text-decoration:none}
.man-navigation a:hover {color:#111;text-decoration:underline}
</style>
</head>
<!--
The following styles are deprecated and will be removed at some point:
@ -82,7 +65,7 @@
<ol class='man-decor man-head man head'>
<li class='tl'>go-sendxmpp(1)</li>
<li class='tc'>go-sendxmpp</li>
<li class='tc'></li>
<li class='tr'>go-sendxmpp(1)</li>
</ol>
@ -94,7 +77,7 @@
</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
<p>go-sendxmpp` [-cdtx] [-f value] [--help] [-j value] [-p value] [-r value] [-u value] [parameters ...]</p>
<p><code>go-sendxmpp</code> [-cdtx] [-f value] [--help] [-j value] [-p value] [-r value] [-u value] [parameters ...]</p>
<h2 id="DESCRIPTION">DESCRIPTION</h2>
@ -120,7 +103,7 @@ The account data is expected at <code>~/.sendxmpprc</code> if no other configura
<dt>
<code>-i</code>, <code>--interactive</code>
</dt>
<dd>Interactive mode (for use with e.g. `tail -f).</dd>
<dd>Interactive mode (for use with e.g. <code>tail -f</code>).</dd>
<dt>
<code>-j</code>, <code>--jserver</code>=[<var>value</var>]</dt>
<dd>XMPP server address.</dd>
@ -163,11 +146,11 @@ License: BSD 2-clause License</p>
<h2 id="SEE-ALSO">SEE ALSO</h2>
<p><a class="man-ref" href="go-sendxmpp.5.html">go-sendxmpp<span class="s">(5)</span></a>, <span class="man-ref">sendxmpp<span class="s">(1)</span></span></p>
<p><span class="man-ref">go-sendxmpp<span class="s">(5)</span></span>, <span class="man-ref">sendxmpp<span class="s">(1)</span></span></p>
<ol class='man-decor man-foot man foot'>
<li class='tl'></li>
<li class='tc'>February 2019</li>
<li class='tc'>April 2020</li>
<li class='tr'>go-sendxmpp(1)</li>
</ol>

@ -3,7 +3,7 @@ go-sendxmpp(1) -- A little tool to send messages to an XMPP contact or MUC.
## SYNOPSIS
go-sendxmpp` [-cdtx] [-f value] [--help] [-j value] [-p value] [-r value] [-u value] [parameters ...]
`go-sendxmpp` [-cdtx] [-f value] [--help] [-j value] [-p value] [-r value] [-u value] [parameters ...]
## DESCRIPTION
@ -26,7 +26,7 @@ Set configuration file. (Default: ~/.sendxmpprc)
Show help.
* `-i`, `--interactive`:
Interactive mode (for use with e.g. `tail -f).
Interactive mode (for use with e.g. `tail -f`).
* `-j`, `--jserver`=[<value>]:
XMPP server address.

Loading…
Cancel
Save