]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
rgw/main: various doc and comment corrections by doc writers
authorMatt Benjamin <mbenjamin@redhat.com>
Mon, 29 Aug 2022 15:33:53 +0000 (11:33 -0400)
committerMatt Benjamin <mbenjamin@redhat.com>
Fri, 9 Sep 2022 15:11:42 +0000 (11:11 -0400)
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
doc/radosgw/nfs.rst
src/common/options/rgw.yaml.in
src/rgw/rgw_main.h

index 5b5732dec1166599512a0cc2cda5bf45ed8c1670..373765e1005d83260eb9054732fbc313c3322f4c 100644 (file)
@@ -130,7 +130,7 @@ are unique to RGW NFS.
 
 In particular, front-end selection is handled specially by the librgw.so runtime.  By default, only the
 ``rgw-nfs`` frontend is started. Additional frontends (e.g., ``beast``) are enabled via the
-``rgw nfs frontends`` config option.  It's syntax is identical to the ordinary ``rgw frontends`` option.
+``rgw nfs frontends`` config option.  Its syntax is identical to the ordinary ``rgw frontends`` option.
 Default options for non-default frontends are specified via ``rgw frontend defaults`` as normal.
 
 ganesha.conf
index 61bf6f07cf5caf421997f5db53155eda3c66551b..024d9f172791f504b4139a70bb8b92c44f844c7c 100644 (file)
@@ -1152,7 +1152,7 @@ options:
   type: str
   level: basic
   desc: RGW frontends configuration when running as librgw/nfs
-  long_desc: A comma delimited list of frontends configuration. Each configuration
+  long_desc: A comma-delimited list of frontends configuration. Each configuration
     contains the type of the frontend followed by an optional space delimited set
     of key=value config parameters.
   fmt_desc: Configures the HTTP frontend(s). The configuration for multiple
index c56e638397f7a0727d74f6aa53082e4c1827bc34..d42729c745a31a02c3f0b0d14ad032f6a0d0b2b4 100644 (file)
@@ -4,7 +4,7 @@
 /*
  * Ceph - scalable distributed file system
  *
- * Copyright (C) 2022 New Dream Network
+ * Copyright (C) 2022 Red Hat, Inc
  *
  * This is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public