]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
Fix wrong formating in cgset man page
authorIvana Hutarova Varekova <varekova@redhat.com>
Wed, 27 Oct 2010 05:32:14 +0000 (07:32 +0200)
committerJan Safranek <jsafrane@redhat.com>
Fri, 12 Nov 2010 08:31:22 +0000 (09:31 +0100)
This patch fixes man-page formating in cgset man page

man-page without the fix:
SYNOPSIS
       cgset [-r <name=value>] <cgroup_path> ...  cgset --copy-from <source_cgrup_path> <cgroup_path> ...

man-page with the fix:
SYNOPSIS
       cgset [-r <name=value>] <cgroup_path> ...
       cgset --copy-from <source_cgrup_path> <cgroup_path> ...

Signed-off-by: Ivana Hutarova Varekova <varekova@redhat.com>
Signed-off-by: Jan Safranek <jsafrane@redhat.com>
Acked-by: Dhaval Giani <dhaval.giani@gmail.com>
doc/man/cgset.1

index 603849bca036490df5c82b8c76b492dda26ce0da..bd41c3af4b0e725301d74d4ffb5d0c4a614bd5aa 100644 (file)
@@ -8,6 +8,7 @@ cgset \- set the parameters of given cgroup(s)
 
 .SH SYNOPSIS
 \fBcgset\fR [\fB-r\fR <\fIname=value\fR>] <\fBcgroup_path\fR> ...
+.br
 \fBcgset\fR \fB--copy-from\fR <\fIsource_cgrup_path\fR> <\fBcgroup_path\fR> ...
 
 .SH DESCRIPTION