diff --git a/man/go-sendxmpp.1 b/man/go-sendxmpp.1 index 19e2b5c..13ed5a8 100644 --- a/man/go-sendxmpp.1 +++ b/man/go-sendxmpp.1 @@ -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" diff --git a/man/go-sendxmpp.1.html b/man/go-sendxmpp.1.html index 0979911..92c6b0b 100644 --- a/man/go-sendxmpp.1.html +++ b/man/go-sendxmpp.1.html @@ -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.

-

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 diff --git a/man/go-sendxmpp.1.ronn b/man/go-sendxmpp.1.ronn index 20e0dee..9045885 100644 --- a/man/go-sendxmpp.1.ronn +++ b/man/go-sendxmpp.1.ronn @@ -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