Fix typo.

v0.10
Martin Dosch 2 months ago
parent b04196a19f
commit 606ca8cc18
No known key found for this signature in database
GPG Key ID: 52A57CFCE13D657D

@ -112,7 +112,7 @@ A SOCKS5 proxy can be used by setting the environment variable \fBHTTP_PROXY\fR\
.SS "USAGE BY ROOT"
In general it's a good advice to only perform commands as root when it is strictly necessary\. To be able to send the output from commands, that need to be performed as root, with go\-sendxmpp without invoking go\-sendxmpp by root sudo can be used\.
.P
In this example there is a user \fBsendxmpp\fR with a go\-sendxmpp config in it's \fB$HOME\fR:
In this example there is a user \fBsendxmpp\fR with a go\-sendxmpp config in its \fB$HOME\fR:
.P
\fB# command\-that\-requires\-root|sudo \-H \-u sendxmpp go\-sendxmpp me@example\.org\fR
.SH "SHELL COMPLETIONS"

@ -228,7 +228,7 @@ HTTP_PROXY="socks5://127.0.0.1:9050" go-sendxmpp --http-upload file.txt user@exa
the output from commands, that need to be performed as root, with go-sendxmpp without invoking go-sendxmpp by
root sudo can be used.</p>
<p>In this example there is a user <strong>sendxmpp</strong> with a go-sendxmpp config in it's <code>$HOME</code>:</p>
<p>In this example there is a user <strong>sendxmpp</strong> with a go-sendxmpp config in its <code>$HOME</code>:</p>
<p><code>
# command-that-requires-root|sudo -H -u sendxmpp go-sendxmpp me@example.org

@ -152,7 +152,7 @@ In general it's a good advice to only perform commands as root when it is strict
the output from commands, that need to be performed as root, with go-sendxmpp without invoking go-sendxmpp by
root sudo can be used.
In this example there is a user **sendxmpp** with a go-sendxmpp config in it's `$HOME`:
In this example there is a user **sendxmpp** with a go-sendxmpp config in its `$HOME`:
```
# command-that-requires-root|sudo -H -u sendxmpp go-sendxmpp me@example.org

Loading…
Cancel
Save