From d02241980af22697ecaf2a2a22ae2fe2fa8e4c98 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ji=C5=99=C3=AD=20Filipovi=C4=8D?= Date: Fri, 5 Jun 2009 11:45:01 +0000 Subject: [PATCH] Man pages updated (forgotten commit). --- org.glite.lb.server/doc/glite-lb-bkserverd.8 | 30 ++++++++++++++++++++++++++++ org.glite.lb.server/doc/glite-lb-mon-db.1 | 16 +++++++++++++-- 2 files changed, 44 insertions(+), 2 deletions(-) diff --git a/org.glite.lb.server/doc/glite-lb-bkserverd.8 b/org.glite.lb.server/doc/glite-lb-bkserverd.8 index fbfefea..94066c6 100644 --- a/org.glite.lb.server/doc/glite-lb-bkserverd.8 +++ b/org.glite.lb.server/doc/glite-lb-bkserverd.8 @@ -228,7 +228,37 @@ Do not print diagnostic, even if -d is on. .BI -g \fP --greyjobs Allow delayed registration (grey jobs), implies --strict-locking. +.TP +.BI -A\fR,\fP --enable-lcas +Activate LCAS-based authorization. + +.TP +.BI -I\fR,\fP --rss-time " NUM" +Set the maximal age (in seconds) of states published via RSS. + +.TP +.BI -P\fR,\fP --proxyonly +Run only proxy service. + +.TP +.BI -B\fR,\fP --withproxy +Run both server and proxy service. +.TP +.BI -o\fR,\fP --sock +Path-name to the local socket for communication with LB proxy. + +.TP +.BI -q\fR,\fP --con-queue +Size of the connection queue (accept). + +.TP +.BI -W\fR,\fP --proxy-il-sock +Socket to send events to. + +.TP +.BI -Z\fR,\fP --proxy-il-fprefix +File prefix for events. .\".SH USAGE .\" Add any additional description here diff --git a/org.glite.lb.server/doc/glite-lb-mon-db.1 b/org.glite.lb.server/doc/glite-lb-mon-db.1 index 3005e56..ab0eefd 100644 --- a/org.glite.lb.server/doc/glite-lb-mon-db.1 +++ b/org.glite.lb.server/doc/glite-lb-mon-db.1 @@ -5,7 +5,7 @@ glite-lb-mon-db - program for monitoring the number of jobs in the LB system .SH SYNOPSIS .B glite-lb-mon-db -.B [-m dbstring] +.B [-m dbstring -d -v -h] .br .SH DESCRIPTION @@ -17,7 +17,19 @@ the number of jobs in each state. .SH OPTIONS .TP .B \-m dbstring, \-\-mysql=dbstring -use non-default database connection string +Use non-default database connection string. + +.TP +.B \-d, \-\-debug +Print debug info (if any). + +.TP +.B \-v, \-\-verbose +Be verbose. + +.TP +.B \-h, \-\-help +Display help and exit. .SH EXAMPLES .TP -- 1.8.2.3