From: Ivana Hutarova Varekova Date: Mon, 15 Nov 2010 16:06:57 +0000 (+0100) Subject: man-pages minor typos patch X-Git-Tag: v0.37~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=829190577b440ccbb591733e41dab033ed36453c;p=thirdparty%2Flibcgroup.git man-pages minor typos patch This patch fixes several minor problem in manual pages: * cgconfig.conf (5) .. fix "SEE ALSO" part * cgcreate .. fix the SYNTAX part format - add bold to -g * cgdelete .. fix .TH tag and add space to "SEE ALSO" part * cgcreate .. fix the SYNTAX part format - add bold to -a * cgsnapshot .. remove newline in SYNOPSIS part * lscgroup, lssubsys, cgrules.conf .. add space to "SEE ALSO" part Signed-off-by: Ivana Hutarova Varekova Signed-off-by: Jan Safranek --- diff --git a/doc/man/cgconfig.conf.5 b/doc/man/cgconfig.conf.5 index 2ec34889..b7218b9a 100644 --- a/doc/man/cgconfig.conf.5 +++ b/doc/man/cgconfig.conf.5 @@ -555,7 +555,7 @@ default libcgroup configuration file .PD .SH SEE ALSO -To be defined... +cgconfigparser (8) .SH BUGS Parameter values can be only single string without spaces. diff --git a/doc/man/cgcreate.1 b/doc/man/cgcreate.1 index d067126b..4bcb132e 100644 --- a/doc/man/cgcreate.1 +++ b/doc/man/cgcreate.1 @@ -7,7 +7,7 @@ cgcreate \- create new cgroup(s) .SH SYNOPSIS \fBcgcreate\fR [\fB-h\fR] [\fB-s\fR] [\fB-t\fR <\fItuid>:] [\fB-a\fR <\fIagid>:] [\fB-f\fR mode] [\fB-d\fR mode] -\fB-g\fR <\fIcontrollers>: [-g ...] +\fB-g\fR <\fIcontrollers>: [\fB-g\fR ...] .SH DESCRIPTION The command creates new cgroup(s) defined by option diff --git a/doc/man/cgdelete.1 b/doc/man/cgdelete.1 index 63d4556c..73d29241 100644 --- a/doc/man/cgdelete.1 +++ b/doc/man/cgdelete.1 @@ -1,7 +1,7 @@ .\" Copyright (C) 2009 Red Hat, Inc. All Rights Reserved. .\" Written by Jan Safranek -.TH CGEXEC 1 2009-10-26 "Linux" "libcgroup Manual" +.TH CGDELETE 1 2009-10-26 "Linux" "libcgroup Manual" .SH NAME cgdelete \- remove control group(s) @@ -23,4 +23,4 @@ groups specified. Recursively remove all subgroups. .SH SEE ALSO -cgcreate (1), lscgroup(1), cgclear(1) +cgcreate (1), lscgroup (1), cgclear (1) diff --git a/doc/man/cgget.1 b/doc/man/cgget.1 index c8d3048d..39e8e365 100644 --- a/doc/man/cgget.1 +++ b/doc/man/cgget.1 @@ -8,7 +8,7 @@ cgget \- print parameter(s) of given group(s) .SH SYNOPSIS \fBcgget\fR [\fB-n\fR] [\fB-v\fR] [\fB-r\fR <\fIname\fR>] -[\fB-g\fR <\fIcontroller\fR>] [-a] <\fBcgroup_path\fR> ... +[\fB-g\fR <\fIcontroller\fR>] [\fB-a\fR] <\fBcgroup_path\fR> ... .SH DESCRIPTION The command prints the parameter(s) of input cgroup(s). diff --git a/doc/man/cgrules.conf.5 b/doc/man/cgrules.conf.5 index c835640d..4ca69371 100644 --- a/doc/man/cgrules.conf.5 +++ b/doc/man/cgrules.conf.5 @@ -120,7 +120,7 @@ default libcgroup configuration file .SH SEE ALSO -cgconfig.conf (5), cgclassify (1), cgred.conf(5) +cgconfig.conf (5), cgclassify (1), cgred.conf (5) .SH BUGS diff --git a/doc/man/cgsnapshot.1 b/doc/man/cgsnapshot.1 index 1516bb2c..b8853f6e 100644 --- a/doc/man/cgsnapshot.1 +++ b/doc/man/cgsnapshot.1 @@ -8,7 +8,7 @@ cgsnapshot \- generate the configuration file for given controllers .SH SYNOPSIS \fBcgsnapshot\fR [\fB-h\fR] [\fB-s\fR] [\fB-t\fR] [\fB-b\fR \fIfile\fR] - [\fB-w\fR \fIfile\fR] [\fB-f\fR \fIoutput_file\fR] [\fBcontroller\fR] [...] +[\fB-w\fR \fIfile\fR] [\fB-f\fR \fIoutput_file\fR] [\fBcontroller\fR] [...] .SH DESCRIPTION diff --git a/doc/man/lscgroup.1 b/doc/man/lscgroup.1 index d38d0f85..0950af38 100644 --- a/doc/man/lscgroup.1 +++ b/doc/man/lscgroup.1 @@ -22,4 +22,4 @@ list all cgroups which are present. .SH SEE ALSO lssubsys (1), cgcreate (1), cgdelete (1), -cgconfig.conf(5) \ No newline at end of file +cgconfig.conf (5) \ No newline at end of file diff --git a/doc/man/lssubsys.1 b/doc/man/lssubsys.1 index 69426b59..2555cb9a 100644 --- a/doc/man/lssubsys.1 +++ b/doc/man/lssubsys.1 @@ -83,4 +83,4 @@ net_cls /cgroup/net_cls .RE .SH SEE ALSO lscgroup (1), cgcreate (1), cgdelete (1), -cgconfig.conf(5) \ No newline at end of file +cgconfig.conf (5) \ No newline at end of file