Fix typo in object-server.conf and container-server.conf manpage

Change-Id: Iffad70b2fd901b305dc66d363039b7df44d619da
This commit is contained in:
Mohit Motiani 2016-07-07 15:21:01 +00:00
parent f12135ca7c
commit 9e82891f08
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ The system user that the container server will run as. The default is swift.
.IP \fBswift_dir\fR .IP \fBswift_dir\fR
Swift configuration directory. The default is /etc/swift. Swift configuration directory. The default is /etc/swift.
.IP \fBdevices\fR .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 .IP \fBmount_check\fR
Whether or not check if the devices are mounted to prevent accidentally writing to Whether or not check if the devices are mounted to prevent accidentally writing to
the root device. The default is set to true. the root device. The default is set to true.

View File

@ -77,7 +77,7 @@ The system user that the object server will run as. The default is swift.
.IP \fBswift_dir\fR .IP \fBswift_dir\fR
Swift configuration directory. The default is /etc/swift. Swift configuration directory. The default is /etc/swift.
.IP \fBdevices\fR .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 .IP \fBmount_check\fR
Whether or not check if the devices are mounted to prevent accidentally writing to Whether or not check if the devices are mounted to prevent accidentally writing to
the root device. The default is set to true. the root device. The default is set to true.