5a648ac884
1. Create a page for koha-run-backups 2. Fix the synopsis for koha-foreach 3. Add koha-create and koha-run-backups to koha-common To test - Convert the changed xml files to man pages with $ xsltproc /usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/docbook.xsl koha-x.xml - View generated pages with e.g. $ man -l koha-x.8" (Replace x with the names of the changed files) - Check that the changes make sense Signed-off-by: Frédéric Demians <f.demians@tamil.fr> Works as described. I was able to produce the 3 man files, load them with man command, and see the added information properly formated. Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
43 lines
1.2 KiB
XML
43 lines
1.2 KiB
XML
<article xmlns='http://docbook.org/ns/docbook'>
|
|
<title>koha-foreach</title>
|
|
<info>
|
|
<productname>Koha</productname> is the first free software library automation package.
|
|
<author>
|
|
<orgname>The Koha Communnity</orgname>
|
|
<uri>http://koha-community.org/</uri>
|
|
</author>
|
|
</info>
|
|
|
|
<refentry xml:id="koha-foreach">
|
|
|
|
<refmeta>
|
|
<refentrytitle>koha-foreach</refentrytitle>
|
|
<manvolnum>8</manvolnum>
|
|
</refmeta>
|
|
|
|
<refnamediv>
|
|
<refname>koha-foreach</refname>
|
|
<refpurpose>Run a command for each Koha instance. Takes the same arguments as koha-list.</refpurpose>
|
|
<refclass>UNIX/Linux</refclass>
|
|
</refnamediv>
|
|
|
|
<refsynopsisdiv>
|
|
<cmdsynopsis>
|
|
<command>koha-foreach</command> <arg><option>--enabled</option></arg> <arg><option>--email</option>|<option>--noemail</option></arg> <arg><option>command</option></arg>
|
|
</cmdsynopsis>
|
|
</refsynopsisdiv>
|
|
|
|
<refsect1><title>Description</title>
|
|
<para>Run a command for each Koha instance. Takes the same arguments as koha-list.</para>
|
|
</refsect1>
|
|
|
|
<refsect1><title>See also</title>
|
|
<simplelist type="inline">
|
|
<member><command>koha-create-dirs(8)</command></member>
|
|
<member><command>koha-list(8)</command></member>
|
|
</simplelist>
|
|
</refsect1>
|
|
|
|
</refentry>
|
|
|
|
</article>
|