mirror of https://github.com/BOINC/boinc.git
138 lines
4.0 KiB
XML
138 lines
4.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
This is the manual page for the BOINC manager (boincmgr), a monitor
|
|
and control utility for the core client.
|
|
|
|
Copyright © 2007-2008 University of California
|
|
|
|
Permission is granted to copy, distribute and/or modify this document
|
|
under the terms of the GNU Free Documentation License, Version 1.2 or
|
|
any later version published by the Free Software Foundation; with no
|
|
Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
|
|
-->
|
|
|
|
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
"file:///usr/share/xml/docbook/schema/dtd/4.4/docbookx.dtd" [
|
|
|
|
<!ENTITY dhbinary "boincmgr">
|
|
<!ENTITY dhdate "<date>13 January 2008</date>">
|
|
<!ENTITY gnu "<acronym>GNU</acronym>">
|
|
]>
|
|
|
|
<refentry>
|
|
<refentryinfo>
|
|
<author>
|
|
<firstname>Frank</firstname>
|
|
<lastname>Thomas</lastname>
|
|
<email>frank@thomas-alfeld.de</email>
|
|
</author>
|
|
<copyright>
|
|
<year>2007</year>
|
|
<year>2008</year>
|
|
<holder>University of California</holder>
|
|
</copyright>
|
|
&dhdate;
|
|
</refentryinfo>
|
|
|
|
<refmeta>
|
|
<refentrytitle>&dhbinary;</refentrytitle>
|
|
<manvolnum>1</manvolnum>
|
|
</refmeta>
|
|
|
|
<refnamediv>
|
|
<refname>&dhbinary;</refname>
|
|
<refpurpose>The graphical BOINC manager for the core client.</refpurpose>
|
|
</refnamediv>
|
|
|
|
<refsynopsisdiv>
|
|
<cmdsynopsis>
|
|
<command>&dhbinary;</command>
|
|
<arg><option>--verbose</option></arg>
|
|
<arg><option>-s</option></arg>
|
|
<arg><option>-b</option> <replaceable>BOINC_ARGS</replaceable></arg>
|
|
<arg><option>-i</option></arg>
|
|
</cmdsynopsis>
|
|
<cmdsynopsis>
|
|
<command>&dhbinary;</command>
|
|
<group>
|
|
<arg><option>-h</option></arg>
|
|
<arg><option>--help</option></arg>
|
|
</group>
|
|
</cmdsynopsis>
|
|
</refsynopsisdiv>
|
|
|
|
<refsect1>
|
|
<title>DESCRIPTION</title>
|
|
<para>The BOINC manager (<command>&dhbinary;</command>) is a controling
|
|
and monitoring utility for the BOINC core client
|
|
(<citerefentry>
|
|
<refentrytitle>boinc</refentrytitle>
|
|
<manvolnum>1</manvolnum>
|
|
</citerefentry>).</para>
|
|
</refsect1>
|
|
|
|
<refsect1>
|
|
<title>OPTIONS</title>
|
|
<para>A full summary of options is included below.</para>
|
|
|
|
<variablelist>
|
|
<varlistentry>
|
|
<term><option>-h</option>, <option>--help</option></term>
|
|
<listitem>
|
|
<para>Show all options.</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term><option>--verbose</option></term>
|
|
<listitem>
|
|
<para>Generate verbose log messages.</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term><option>-s</option>, <option>--systray</option></term>
|
|
<listitem>
|
|
<para>Startup BOINC Manager so only the system tray icon is
|
|
visible.</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term>
|
|
<option>-b</option> <replaceable>BOINC_ARGS</replaceable>,
|
|
<option>--boincargs=</option><replaceable>BOINC_ARGS</replaceable>
|
|
</term>
|
|
<listitem>
|
|
<para>Startup BOINC with these optional arguments.</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term><option>-i</option>, <option>--insecure</option></term>
|
|
<listitem>
|
|
<para>Disable BOINC security users and permissions.</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</refsect1>
|
|
|
|
<refsect1>
|
|
<title>SEE ALSO</title>
|
|
<para>
|
|
<ulink url="http://boinc.berkeley.edu/trac/wiki/ManagerAdvanced"/>
|
|
</para>
|
|
</refsect1>
|
|
|
|
<refsect1>
|
|
<title>COPYRIGHT</title>
|
|
<para>Copyright © 2007-2008 University of California. Permission is
|
|
granted to copy, distribute and/or modify this document under the
|
|
terms of the &gnu; Free Documentation License, Version 1.2 or any
|
|
later version published by the Free Software Foundation; with no
|
|
Invariant Sections, no Front-Cover Texts, and no Back-Cover
|
|
Texts.</para>
|
|
</refsect1>
|
|
</refentry>
|