From: Anthony D'Atri Date: Tue, 13 Aug 2019 19:50:39 +0000 (-0700) Subject: doc: operations: correct 'comma-delimited' X-Git-Tag: v15.1.0~1897^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=51fb48b0f787a1e4ceacfe9232477bd155fbe464;p=ceph-ci.git doc: operations: correct 'comma-delimited' CIDR blocks are comma-separated, not comma-delimited. Signed-off-by: Anthony D'Atri --- diff --git a/doc/rados/configuration/network-config-ref.rst b/doc/rados/configuration/network-config-ref.rst index c474be07128..41da0a17528 100644 --- a/doc/rados/configuration/network-config-ref.rst +++ b/doc/rados/configuration/network-config-ref.rst @@ -262,7 +262,7 @@ setting for a specific daemon. :Description: The IP address and netmask of the public (front-side) network (e.g., ``192.168.0.0/24``). Set in ``[global]``. You may specify - comma-delimited subnets. + comma-separated subnets. :Type: ``{ip-address}/{netmask} [, {ip-address}/{netmask}]`` :Required: No @@ -293,7 +293,7 @@ settings using the ``cluster addr`` setting for specific OSD daemons. :Description: The IP address and netmask of the cluster (back-side) network (e.g., ``10.0.0.0/24``). Set in ``[global]``. You may specify - comma-delimited subnets. + comma-separated subnets. :Type: ``{ip-address}/{netmask} [, {ip-address}/{netmask}]`` :Required: No