user-notify: Fix formatting of recipient types
The '+' character which was supposed to cause a newline just showed up
as '+'. Due to this the recipient types were all shown in a single line,
and not as bullet list.
Signed-off-by: Edwin Kempin <ekempin@google.com>
Change-Id: If627d14404f751d969c289026125f9bebfe4ae8a
diff --git a/Documentation/user-notify.txt b/Documentation/user-notify.txt
index 5ee3136..128bae6 100644
--- a/Documentation/user-notify.txt
+++ b/Documentation/user-notify.txt
@@ -10,7 +10,7 @@
== Recipient Type
Those are the available recipient types:
-+
+
* `to`: The standard To field is used; addresses are visible to all.
* `cc`: The standard CC field is used; addresses are visible to all.
* `bcc`: SMTP RCPT TO is used to hide the address.