From e5875001247e6a6ac4f474157a51a8c54f94ae49 Mon Sep 17 00:00:00 2001
From: Hans Bolinder
Date: Thu, 14 Mar 2013 16:01:25 +0100
Subject: Convert XML files to UTF-8
---
lib/kernel/doc/src/auth.xml | 4 ++--
1 file changed, 2 insertions(+), 2 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 15d9ef0fe4..72beee46f5 100644
--- a/lib/kernel/doc/src/auth.xml
+++ b/lib/kernel/doc/src/auth.xml
@@ -1,10 +1,10 @@
-
+
- 19962011
+ 19962013
Ericsson AB. All Rights Reserved.
--
cgit v1.2.3
From 738c34d4bb8f1a3811acd00af8c6c12107f8315b Mon Sep 17 00:00:00 2001
From: Bruce Yinhe
Date: Thu, 18 Jun 2015 11:31:02 +0200
Subject: Change license text to APLv2
---
lib/kernel/doc/src/auth.xml | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 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 72beee46f5..9ebc6f8f1a 100644
--- a/lib/kernel/doc/src/auth.xml
+++ b/lib/kernel/doc/src/auth.xml
@@ -8,16 +8,17 @@
Ericsson AB. All Rights Reserved.
- The contents of this file are subject to the Erlang Public License,
- Version 1.1, (the "License"); you may not use this file except in
- compliance with the License. You should have received a copy of the
- Erlang Public License along with this software. If not, it can be
- retrieved online at http://www.erlang.org/.
-
- Software distributed under the License is distributed on an "AS IS"
- basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
- the License for the specific language governing rights and limitations
- under the License.
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
--
cgit v1.2.3
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
From 6664eed554974336909d3ffe03f20349cc4c38fd Mon Sep 17 00:00:00 2001
From: Henrik Nord
Date: Tue, 15 Mar 2016 15:19:56 +0100
Subject: update copyright-year
---
lib/kernel/doc/src/auth.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(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 71b1863e96..3ff7f16439 100644
--- a/lib/kernel/doc/src/auth.xml
+++ b/lib/kernel/doc/src/auth.xml
@@ -4,7 +4,7 @@
- 19962013
+ 19962016
Ericsson AB. All Rights Reserved.
--
cgit v1.2.3
From 3d70cee4034e4da37d125679345aa2a10c58cb34 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?=
Date: Tue, 14 Apr 2015 23:21:36 +0200
Subject: Update Kernel documentation
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Language cleaned up by technical writers from Combitech.
Proofreading and corrections by Björn Gustavsson and
Hans Bolinder.
---
lib/kernel/doc/src/auth.xml | 56 ++++++++++++++++++++++-----------------------
1 file changed, 28 insertions(+), 28 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 71b1863e96..dcd784dcfd 100644
--- a/lib/kernel/doc/src/auth.xml
+++ b/lib/kernel/doc/src/auth.xml
@@ -29,7 +29,7 @@
auth
- Erlang Network Authentication Server
+ Erlang network authentication server.
This module is deprecated. For a description of the Magic
Cookie system, refer to
@@ -41,61 +41,61 @@
-
-
- Status of communication authorization (deprecated)
-
- Returns yes if communication with Node is
- authorized. Note that a connection to Node will
- 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)
- instead.
-
-
- Magic cookie for local node (deprecated)
+ Magic cookie for local node (deprecated).
Use
- erlang:get_cookie()
- instead.
+ erlang:get_cookie()
+ in ERTS instead.
- Set the magic for the local node (deprecated)
+ Set the magic for the local node (deprecated).
- The cookie may also be given as a list with a single atom element.
+ The cookie can also be specified as a list with a single atom element.
Use
- erlang:set_cookie(node(), Cookie)
+ erlang:set_cookie(node(), Cookie)
+ in ERTS instead.
+
+
+
+
+ Status of communication authorization (deprecated).
+
+ Returns yes if communication with Node is
+ authorized. Notice that a connection to Node
+ is 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)
instead.
node_cookie([Node, Cookie]) -> yes | no
- Set the magic cookie for a node and verify authorization (deprecated)
+ Set the magic cookie for a node and verify authorization (deprecated).
Node = node()
- Cookie = cookie()
+ Cookie = cookie()
Equivalent to
- node_cookie(Node, Cookie).
+ node_cookie(Node, Cookie).
- Set the magic cookie for a node and verify authorization (deprecated)
+ Set the magic cookie for a node and verify authorization (deprecated).
- Sets the magic cookie of Node to Cookie, and
- verifies the status of the authorization.
+
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