Use some em dashes to improve a page's appearance. [#129578041]
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/c9f6f0db Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/c9f6f0db Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/c9f6f0db Branch: refs/staging/docs-grant1 Commit: c9f6f0dbe0900372378f6fdea478fabbd0bdc57d Parents: 0ce38b1 Author: Karen Miller <[email protected]> Authored: Tue Sep 6 17:36:55 2016 -0700 Committer: Karen Miller <[email protected]> Committed: Tue Sep 6 17:36:55 2016 -0700 ---------------------------------------------------------------------- managing/security/enable_security.html.md.erb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/c9f6f0db/managing/security/enable_security.html.md.erb ---------------------------------------------------------------------- diff --git a/managing/security/enable_security.html.md.erb b/managing/security/enable_security.html.md.erb index b281ea9..441b66c 100644 --- a/managing/security/enable_security.html.md.erb +++ b/managing/security/enable_security.html.md.erb @@ -26,17 +26,17 @@ Its definition restricts which system components invoke the authentication and authorization callbacks. The defined values for system components: -- `all`. All components invoke the security callbacks. -- `server`. Invokes security callbacks upon connection and operation +- `all`—All components invoke the security callbacks. +- `server`—Invokes security callbacks upon connection and operation requests that a client makes of a server. -- `cluster`. Invokes security callbacks upon connection and operation +- `cluster`—Invokes security callbacks upon connection and operation requests that a server makes as the peer of a locator. -- `jmx`. Invokes security callbacks upon connection and operation +- `jmx`—Invokes security callbacks upon connection and operation requests that components communicating with a JMX manager make of a locator. Both `gfsh` and `Pulse` use this form of communication. -- `http`. Invokes security callbacks upon connection and operation +- `http`—Invokes security callbacks upon connection and operation requests that applications communicating via the REST API make of a server. -- `gateway`. Invokes security callbacks upon connection and operation +- `gateway`—Invokes security callbacks upon connection and operation requests that a gateway sender makes of a locator. The `security-enabled-components` property defines
