From 9eb9b8f3da7bfa9aed31f8357411a57d252fcd6a Mon Sep 17 00:00:00 2001 From: Yao Zongyou Date: Sat, 28 Oct 2017 09:06:24 +0800 Subject: [PATCH] doc: fix typo e.g,. => e.g., Signed-off-by: Yao Zongyou --- doc/glossary.rst | 2 +- doc/rados/api/librados-intro.rst | 2 +- doc/start/quick-rgw.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/glossary.rst b/doc/glossary.rst index cdb7aae4f602..07469d801c5f 100644 --- a/doc/glossary.rst +++ b/doc/glossary.rst @@ -135,7 +135,7 @@ reflect either technical terms or legacy ways of referring to Ceph systems. Ceph Kernel Modules The collection of kernel modules which can be used to interact with the - Ceph System (e.g,. ``ceph.ko``, ``rbd.ko``). + Ceph System (e.g., ``ceph.ko``, ``rbd.ko``). Ceph Client Libraries The collection of libraries that can be used to interact with components diff --git a/doc/rados/api/librados-intro.rst b/doc/rados/api/librados-intro.rst index 8405f6e3968a..d1eeed8c73a1 100644 --- a/doc/rados/api/librados-intro.rst +++ b/doc/rados/api/librados-intro.rst @@ -202,7 +202,7 @@ app must supply a monitor address, a username and an authentication key RADOS provides a number of ways for you to set the required values. For the monitor and encryption key settings, an easy way to handle them is to ensure that your Ceph configuration file contains a ``keyring`` path to a keyring file -and at least one monitor address (e.g,. ``mon host``). For example:: +and at least one monitor address (e.g., ``mon host``). For example:: [global] mon host = 192.168.1.1 diff --git a/doc/start/quick-rgw.rst b/doc/start/quick-rgw.rst index 23b7106d3397..5efda04f9ba1 100644 --- a/doc/start/quick-rgw.rst +++ b/doc/start/quick-rgw.rst @@ -41,7 +41,7 @@ Once the gateway is running, you should be able to access it on port ``7480``. Configuring the Ceph Object Gateway Instance ============================================ -#. To change the default port (e.g,. to port ``80``), modify your Ceph +#. To change the default port (e.g., to port ``80``), modify your Ceph configuration file. Add a section entitled ``[client.rgw.]``, replacing ```` with the short node name of your Ceph client node (i.e., ``hostname -s``). For example, if your node name is -- 2.47.3