summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorlouiz <louiz@louiz.org>2017-05-10 11:22:19 +0200
committerlouiz <louiz@louiz.org>2017-05-10 11:22:19 +0200
commit7a08196d09536dbfd2dd4ae82b09c61b028fc8a9 (patch)
tree4a546338831827c8a5151dd9b6926dc946c0a729 /doc
parentf7e4adb10bff1c278a8543b230b10881ff3799fa (diff)
downloadbiboumi-7a08196d09536dbfd2dd4ae82b09c61b028fc8a9.tar.gz
biboumi-7a08196d09536dbfd2dd4ae82b09c61b028fc8a9.tar.bz2
biboumi-7a08196d09536dbfd2dd4ae82b09c61b028fc8a9.tar.xz
biboumi-7a08196d09536dbfd2dd4ae82b09c61b028fc8a9.zip
Small fixes in biboumi.1.rst
Diffstat (limited to 'doc')
-rw-r--r--doc/biboumi.1.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/biboumi.1.rst b/doc/biboumi.1.rst
index 04401eb..87b7bae 100644
--- a/doc/biboumi.1.rst
+++ b/doc/biboumi.1.rst
@@ -326,7 +326,7 @@ biboumi provides a virtual channel on the jid
channel ``#foo`` on the server ``irc.example.com``, but you need to authenticate
to a bot of the server before you’re allowed to join it, you can first join
the room ``%irc.example.com@biboumi.example.com`` (this will effectively
-connect you to the IRC server without joining any room), then send your
+connect you to the IRC server without joining any channel), then send your
authentication message to the user ``bot%irc.example.com@biboumi.example.com``
and finally join the room ``#foo%irc.example.com@biboumi.example.com``.
@@ -412,8 +412,8 @@ Topic
-----
The topic can be set and retrieved seemlessly. The unique difference is that
-if an XMPP user tries to set a multiline topic, every line return (\n) will
-be replaced by a space, because the IRC wouldn’t accept it.
+if an XMPP user tries to set a multiline topic, every line return (\\n) will
+be replaced by a space, because the IRC server wouldn’t accept it.
Invitations
-----------