Repository: syncope
Updated Branches:
  refs/heads/SYNCOPE-808 8ae22da7d -> b51a61676 (forced update)


Minor: fix punctuation


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/3ec1a262
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/3ec1a262
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/3ec1a262

Branch: refs/heads/SYNCOPE-808
Commit: 3ec1a2628221cf19b92733beb4f5fae2991955b0
Parents: f4960db
Author: Francesco Chicchiriccò <ilgro...@apache.org>
Authored: Fri Feb 3 08:32:50 2017 +0100
Committer: Francesco Chicchiriccò <ilgro...@apache.org>
Committed: Fri Feb 3 08:32:50 2017 +0100

----------------------------------------------------------------------
 .../asciidoc/reference-guide/concepts/provisioning/pull.adoc   | 6 +++---
 .../asciidoc/reference-guide/concepts/provisioning/push.adoc   | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/3ec1a262/src/main/asciidoc/reference-guide/concepts/provisioning/pull.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/concepts/provisioning/pull.adoc 
b/src/main/asciidoc/reference-guide/concepts/provisioning/pull.adoc
index 011f093..4abe458 100644
--- a/src/main/asciidoc/reference-guide/concepts/provisioning/pull.adoc
+++ b/src/main/asciidoc/reference-guide/concepts/provisioning/pull.adoc
@@ -38,8 +38,8 @@ by default, unmatching entities get created internally, and 
matching entities ar
 * `UPDATE`: update matching entity;
 * `DEPROVISION`: delete external entity;
 * `UNLINK`: remove association with external resource, without performing any 
(de-)provisioning operation;
-* `LINK`: associate with external resource, without performing any 
(de-)provisioning operation.
-* `UNASSIGN`: unlink and delete;
+* `LINK`: associate with external resource, without performing any 
(de-)provisioning operation;
+* `UNASSIGN`: unlink and delete.
 ****
 
 .Unmatching Rules
@@ -47,7 +47,7 @@ by default, unmatching entities get created internally, and 
matching entities ar
 * `IGNORE`: do not perform any action;
 * `UNLINK`: do not perform any action;
 * `ASSIGN`: create internally, assign the external resource;
-* `PROVISION`: create internally, do not assign the external resource;
+* `PROVISION`: create internally, do not assign the external resource.
 ****
 
 [[pull-mode]]

http://git-wip-us.apache.org/repos/asf/syncope/blob/3ec1a262/src/main/asciidoc/reference-guide/concepts/provisioning/push.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/concepts/provisioning/push.adoc 
b/src/main/asciidoc/reference-guide/concepts/provisioning/push.adoc
index 13e3f7a..1c6e26f 100644
--- a/src/main/asciidoc/reference-guide/concepts/provisioning/push.adoc
+++ b/src/main/asciidoc/reference-guide/concepts/provisioning/push.adoc
@@ -39,8 +39,8 @@ by default, unmatching entities are pushed to Identity 
Stores, and matching enti
 * `UPDATE`: update matching entity;
 * `DEPROVISION`: delete internal entity;
 * `UNLINK`: remove association with external resource, without performing any 
(de-)provisioning operation;
-* `LINK`: associate with external resource, without performing any 
(de-)provisioning operation.
-* `UNASSIGN`: unlink and delete;
+* `LINK`: associate with external resource, without performing any 
(de-)provisioning operation;
+* `UNASSIGN`: unlink and delete.
 ****
 
 .Unmatching Rules
@@ -48,7 +48,7 @@ by default, unmatching entities are pushed to Identity 
Stores, and matching enti
 * `IGNORE`: do not perform any action;
 * `UNLINK`: remove association with external resource, without performing any 
(de-)provisioning operation;
 * `ASSIGN`: create externally, assign the external resource;
-* `PROVISION`: create externally, do not assign the external resource;
+* `PROVISION`: create externally, do not assign the external resource.
 ****
 
 ===== PushActions

Reply via email to