From 51fb48b0f787a1e4ceacfe9232477bd155fbe464 Mon Sep 17 00:00:00 2001 From: Anthony D'Atri Date: Tue, 13 Aug 2019 12:50:39 -0700 Subject: [PATCH] doc: operations: correct 'comma-delimited' CIDR blocks are comma-separated, not comma-delimited. Signed-off-by: Anthony D'Atri --- doc/rados/configuration/network-config-ref.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/rados/configuration/network-config-ref.rst b/doc/rados/configuration/network-config-ref.rst index c474be07128ba..41da0a1752867 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 -- 2.39.5