diff options
author | Michael Scherer <misc@redhat.com> | 2017-10-27 09:50:20 +0200 |
---|---|---|
committer | Amar Tumballi <amarts@redhat.com> | 2018-03-28 08:57:56 +0000 |
commit | caa76bf8d4dadb2fb8372ba82084e854e2518630 (patch) | |
tree | 335d46e1f2875e12dfe543d2838e832672bec530 /doc | |
parent | 8e7c83e80d726d10073675af85a2e74831088915 (diff) |
Fix gluster(8) formatting
Looking at the man page show that "Snapshot command" wasn't aligned
with the other section titles.
Change-Id: I24bdb2e3728e03862fee57710cfe34b0607fe09a
BUG: 1507230
Signed-off-by: Michael Scherer <misc@redhat.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gluster.8 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/gluster.8 b/doc/gluster.8 index 1dfdb5eefd5..3c523260c2d 100644 --- a/doc/gluster.8 +++ b/doc/gluster.8 @@ -252,7 +252,6 @@ Pause/Resume scrub. Upon resume, scrubber continues where it left off. status op Display help for volume bitrot commands .TP .SS "Snapshot Commands" -.PP .TP \fB\ snapshot create <snapname> <volname> [no-timestamp] [description <description>] [force] \fR Creates a snapshot of a GlusterFS volume. User can provide a snap-name and a description to identify the snap. Snap will be created by appending timestamp in GMT. User can override this behaviour using "no-timestamp" option. The description cannot be more than 1024 characters. To be able to take a snapshot, volume should be present and it should be in started state. |