summaryrefslogtreecommitdiff
path: root/doc/manpages/swift-object-expirer.1
diff options
context:
space:
mode:
authorNguyen Hung Phuong <phuongnh@vn.fujitsu.com>2016-03-30 11:07:46 +0700
committerNguyen Hung Phuong <phuongnh@vn.fujitsu.com>2016-03-30 04:15:23 +0000
commit59bbe27fb0a40236108f09c9b3349e8faef0a95c (patch)
tree5618ef11f6a540186b848e78330eefd6ff3ede2d /doc/manpages/swift-object-expirer.1
parentc4bff88b09cb5ef6285a5cf49b7a3b6d3214824b (diff)
downloadswift-59bbe27fb0a40236108f09c9b3349e8faef0a95c.tar.gz
Fix typos in Swift files
Change-Id: I34e0c9a888127704ac1910e73ddd14e27ebade13
Diffstat (limited to 'doc/manpages/swift-object-expirer.1')
-rw-r--r--doc/manpages/swift-object-expirer.132
1 files changed, 16 insertions, 16 deletions
diff --git a/doc/manpages/swift-object-expirer.1 b/doc/manpages/swift-object-expirer.1
index 869b2ac2a..3b5b1b10b 100644
--- a/doc/manpages/swift-object-expirer.1
+++ b/doc/manpages/swift-object-expirer.1
@@ -14,31 +14,31 @@
.\" implied.
.\" See the License for the specific language governing permissions and
.\" limitations under the License.
-.\"
+.\"
.TH swift-object-expirer 1 "3/15/2012" "Linux" "OpenStack Swift"
-.SH NAME
+.SH NAME
.LP
.B swift-object-expirer
\- Openstack-swift object expirer
.SH SYNOPSIS
.LP
-.B swift-object-expirer
+.B swift-object-expirer
[CONFIG] [-h|--help] [-v|--verbose] [-o|--once]
-.SH DESCRIPTION
+.SH DESCRIPTION
.PP
-The swift-object-expirer offers scheduled deletion of objects. The Swift client would
-use the X-Delete-At or X-Delete-After headers during an object PUT or POST and the
-cluster would automatically quit serving that object at the specified time and would
+The swift-object-expirer offers scheduled deletion of objects. The Swift client would
+use the X-Delete-At or X-Delete-After headers during an object PUT or POST and the
+cluster would automatically quit serving that object at the specified time and would
shortly thereafter remove the object from the system.
-The X-Delete-At header takes a Unix Epoch timestamp, in integer form; for example:
+The X-Delete-At header takes a Unix Epoch timestamp, in integer form; for example:
1317070737 represents Mon Sep 26 20:58:57 2011 UTC.
-The X-Delete-After header takes a integer number of seconds. The proxy server
-that receives the request will convert this header into an X-Delete-At header
+The X-Delete-After header takes a integer number of seconds. The proxy server
+that receives the request will convert this header into an X-Delete-At header
using its current time plus the value given.
The options are as follows:
@@ -53,19 +53,19 @@ The options are as follows:
.IP "-o"
.IP "--once"
.RS 4
-.IP "only run one pass of daemon"
+.IP "only run one pass of daemon"
.RE
.PD
.RE
-
-
+
+
.SH DOCUMENTATION
.LP
-More in depth documentation in regards to
+More in depth documentation in regards to
.BI swift-object-expirer
-can be foud at
+can be found at
.BI http://swift.openstack.org/overview_expiring_objects.html
-and also about Openstack-Swift as a whole can be found at
+and also about Openstack-Swift as a whole can be found at
.BI http://swift.openstack.org/index.html