From 02aca536aec93edd799d67615e47bdb7b5babf4a Mon Sep 17 00:00:00 2001
From: Hans Bolinder
Date: Fri, 9 Oct 2015 13:02:25 +0200
Subject: [kernel] Correct documentation
Fix mistakes found by 'xmllint'.
---
lib/kernel/doc/src/auth.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
(limited to 'lib/kernel/doc/src/auth.xml')
diff --git a/lib/kernel/doc/src/auth.xml b/lib/kernel/doc/src/auth.xml
index 9ebc6f8f1a..71b1863e96 100644
--- a/lib/kernel/doc/src/auth.xml
+++ b/lib/kernel/doc/src/auth.xml
@@ -50,7 +50,7 @@
be established in this case. Returns no if Node
does not exist or communication is not authorized (it has
another cookie than auth thinks it has).
- Use net_adm:ping(Node)
+
Use net_adm:ping(Node)
instead.
@@ -71,7 +71,7 @@
Use
- erlang:set_cookie(node(), Cookie)
+ erlang:set_cookie(node(), Cookie)
instead.
@@ -94,8 +94,8 @@
Sets the magic cookie of Node to Cookie, and
verifies the status of the authorization.
Equivalent to calling
- erlang:set_cookie(Node, Cookie), followed by
- auth:is_auth(Node).
+ erlang:set_cookie(Node, Cookie), followed by
+ auth:is_auth(Node).
--
cgit v1.2.3