From 8367acab9a37b1402fde1ae3edfa13e03c81c443 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Fri, 7 Nov 2003 19:16:03 +0000 Subject: [PATCH] initial checkin (provided by Sam Vilain) git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/branches/SYSCALL_SWITCH@382 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/man/setctxlimit.8 | 24 ++++++++++++++++++++++++ util-vserver/man/vdu.8 | 33 +++++++++++++++++++++++++++++++++ util-vserver/man/vkill.8 | 31 +++++++++++++++++++++++++++++++ 3 files changed, 88 insertions(+) create mode 100644 util-vserver/man/setctxlimit.8 create mode 100644 util-vserver/man/vdu.8 create mode 100644 util-vserver/man/vkill.8 diff --git a/util-vserver/man/setctxlimit.8 b/util-vserver/man/setctxlimit.8 new file mode 100644 index 0000000..bae49fb --- /dev/null +++ b/util-vserver/man/setctxlimit.8 @@ -0,0 +1,24 @@ +.TH "setctxlimit" "1" "0.1.0" "Ola Lundqvist " "System Administration" +.SH "NAME" +.LP +setctxlimit \- set context limits +.SH "SYNTAX" +.LP +chcontext [\fIoptions\fP] <\fIlimits\fP> +.SH "DESCRIPTION" +.LP +setctxlimit set limits for a context. +.SH "OPTIONS" +.LP +.TP +\fB\-\-ctx\fR context +Specify the context. +.TP +.SH "AUTHORS" +.LP +This Man page was written by Ola Lundqvist and based upon the output from the program itself. +.SH "SEE ALSO" +.LP +chbind(8) rebootmgr(8) reducecap(8) +vps(8) vpstree(8) vrpm(8) vserver(8) +vserver\-stat(8) vtop(8) diff --git a/util-vserver/man/vdu.8 b/util-vserver/man/vdu.8 new file mode 100644 index 0000000..6b1e439 --- /dev/null +++ b/util-vserver/man/vdu.8 @@ -0,0 +1,33 @@ +.TH "vps" "8" "0.1.0" "Klavs Klavsen " "System Administration" +.SH "NAME" +.LP +vdu \- The vdu utility is a wrapper for the kill program. +.SH "SYNTAX" +.LP +vdu [\fIoptions\fP] + +.SH "DESCRIPTION" +.LP +vdu \- The vdu utility is a wrapper for the du program, that enables kill to make disk usage listing on a virtual server. +.SH "OPTIONS" +.LP +.TP +See man kill. +.SH "FILES" +.LP +\fI/usr/sbin/vdu\fP + + +.SH "EXAMPLES" +.LP +vdu /vservers/test +.LP +Please contribute some, if you feel it's important. +.SH "AUTHORS" +.LP +This Man page was written by Ola Lundqvist using the vps manpage written by Klavs Klavsen . +.SH "SEE ALSO" +.LP +du(8) chcontext(8) rebootmgr(8) reducecap(8) +chbind(8) vpstree(8) vrpm(8) vserver(8) +vserver\-stat(8) vtop(8) vps(8) diff --git a/util-vserver/man/vkill.8 b/util-vserver/man/vkill.8 new file mode 100644 index 0000000..f066c1a --- /dev/null +++ b/util-vserver/man/vkill.8 @@ -0,0 +1,31 @@ +.TH "vps" "8" "0.1.0" "Klavs Klavsen " "System Administration" +.SH "NAME" +.LP +vkill \- The vkill utility is simply a wrapper for the kill program. +.SH "SYNTAX" +.LP +vkill [\fIoptions\fP] + +.SH "DESCRIPTION" +.LP +vkill \- The vkill utility is simply a wrapper for the kill program, that enables kill to kill processes on the entire system, instead of only the ones in the current s_context (see cat /proc/self/status). +.SH "OPTIONS" +.LP +.TP +See man kill. +.SH "FILES" +.LP +\fI/usr/sbin/vkill\fP + + +.SH "EXAMPLES" +.LP +Please contribute some, if you feel it's important. +.SH "AUTHORS" +.LP +This Man page was written by Ola Lundqvist using the vps manpage written by Klavs Klavsen . +.SH "SEE ALSO" +.LP +kill(8) chcontext(8) rebootmgr(8) reducecap(8) +chbind(8) vpstree(8) vrpm(8) vserver(8) +vserver\-stat(8) vtop(8) vps(8) -- 1.8.1.5