From 9e82891f08da4fc933deef7839b9c205b7fc51b7 Mon Sep 17 00:00:00 2001 From: Mohit Motiani Date: Thu, 7 Jul 2016 15:21:01 +0000 Subject: [PATCH] Fix typo in object-server.conf and container-server.conf manpage Change-Id: Iffad70b2fd901b305dc66d363039b7df44d619da --- doc/manpages/container-server.conf.5 | 2 +- doc/manpages/object-server.conf.5 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/manpages/container-server.conf.5 b/doc/manpages/container-server.conf.5 index cf5c06295c..1954ead453 100644 --- a/doc/manpages/container-server.conf.5 +++ b/doc/manpages/container-server.conf.5 @@ -83,7 +83,7 @@ The system user that the container server will run as. The default is swift. .IP \fBswift_dir\fR Swift configuration directory. The default is /etc/swift. .IP \fBdevices\fR -Parent directory or where devices are mounted. Default is /srv/node. +Parent directory of where devices are mounted. Default is /srv/node. .IP \fBmount_check\fR Whether or not check if the devices are mounted to prevent accidentally writing to the root device. The default is set to true. diff --git a/doc/manpages/object-server.conf.5 b/doc/manpages/object-server.conf.5 index 29a07c5584..24156a47c6 100644 --- a/doc/manpages/object-server.conf.5 +++ b/doc/manpages/object-server.conf.5 @@ -77,7 +77,7 @@ The system user that the object server will run as. The default is swift. .IP \fBswift_dir\fR Swift configuration directory. The default is /etc/swift. .IP \fBdevices\fR -Parent directory or where devices are mounted. Default is /srv/node. +Parent directory of where devices are mounted. Default is /srv/node. .IP \fBmount_check\fR Whether or not check if the devices are mounted to prevent accidentally writing to the root device. The default is set to true.