diff options
Diffstat (limited to 'doc/user-guide')
-rw-r--r-- | doc/user-guide/misc.xml | 6 | ||||
-rw-r--r-- | doc/user-guide/quickstart.xml | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/doc/user-guide/misc.xml b/doc/user-guide/misc.xml index 1aceab56..e081fc74 100644 --- a/doc/user-guide/misc.xml +++ b/doc/user-guide/misc.xml @@ -190,9 +190,9 @@ also have to set the <emphasis>account</emphasis> setting. Example: </para> <ircexample> - <ircline nick="wilmer">chan set &wlm fill_by account</ircline> + <ircline nick="wilmer">chan &wlm set fill_by account</ircline> <ircline nick="root">fill_by = `account'</ircline> - <ircline nick="wilmer">chan set &wlm account msn</ircline> + <ircline nick="wilmer">chan &wlm set account msn</ircline> <ircline nick="root">account = `msn'</ircline> </ircexample> @@ -203,7 +203,7 @@ also/just offline contacts. Example: </para> <ircexample> - <ircline nick="wilmer">chan set &offline show_users offline</ircline> + <ircline nick="wilmer">chan &offline set show_users offline</ircline> <ircline nick="root">show_users = `offline'</ircline> </ircexample> diff --git a/doc/user-guide/quickstart.xml b/doc/user-guide/quickstart.xml index dcd389a8..23b0bf9b 100644 --- a/doc/user-guide/quickstart.xml +++ b/doc/user-guide/quickstart.xml @@ -71,7 +71,9 @@ In this case r2d2 is online, since he/she joins the channel immediately. If the Lets say you accidentally added r2d3@example.com rather than r2d2@example.com, or maybe you just want to remove a user from your list because you never talk to them. To remove a name you will want to use the <emphasis>remove</emphasis> command: <emphasis>remove r2d3</emphasis> </para> -<para>Finally, if you have multiple users with similar names you may use the <emphasis>rename</emphasis> command to make it easier to remember: <emphasis>rename r2d2_ r2d2_aim</emphasis> +<para> +Finally, if you have multiple users with similar names you may use the <emphasis>rename</emphasis> command to make it easier to remember: <emphasis>rename r2d2_ r2d2_aim</emphasis> +</para> <para> When finished, type <emphasis>help quickstart4</emphasis> to continue. |