From caa76bf8d4dadb2fb8372ba82084e854e2518630 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Fri, 27 Oct 2017 09:50:20 +0200 Subject: 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 --- doc/gluster.8 | 1 - 1 file changed, 1 deletion(-) 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 [no-timestamp] [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. -- cgit