aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/user-guide/misc.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/user-guide/misc.xml b/doc/user-guide/misc.xml
index fcbdda0e..330e18bb 100644
--- a/doc/user-guide/misc.xml
+++ b/doc/user-guide/misc.xml
@@ -183,8 +183,8 @@ If you want to configure your own channels, you can use the <emphasis>channel se
<title>Nickname formatting</title>
<para>
-The <emphasis>nick_format</emphasis> setting can be set globally using the
-<emphasis>set</emphasis> command, or per account using <emphasis>account
+The <emphasis>nick_format</emphasis> setting can be set globally using
+the <emphasis>set</emphasis> command, or per account using <emphasis>account
set</emphasis> (so that you can set a per-account suffix/prefix or have
nicknames generated from full names for certain accounts).
</para>
@@ -218,14 +218,14 @@ See <emphasis>set nick_format2</emphasis> for some more information.
<para>
Two modifiers ares currently available: You can include only the first few
-characters of a variable by putting a number right after the %. For example,
-<emphasis>[%3group]%-@nick</emphasis> will include only the first three
-characters of the group name in the nick.
+characters of a variable by putting a number right after the %. For
+example, <emphasis>[%3group]%-@nick</emphasis> will include only the first
+three characters of the group name in the nick.
</para>
<para>
Also, you can truncate variables from a certain character using
-the <emphasis>-</emphasis>modifier. For example, you may want to leave out
+the <emphasis>-</emphasis> modifier. For example, you may want to leave out
everything after the @. <emphasis>%-@handle</emphasis> will expand to
everything in the handle up to the first @.
</para>