1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
<refentry id="testcase1" lang="en">
<refentryinfo>
<pubdate>$Date: 2023-04-03 23:08:40 +0200 (Mon, 03 Apr 2023) $</pubdate>
<title>testcase1</title>
</refentryinfo>
<refmeta>
<refentrytitle>testcase1</refentrytitle>
<manvolnum>1</manvolnum>
</refmeta>
<refnamediv>
<refname>testcase1</refname>
<refpurpose>testcase1 purpose</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis id="synopsis-testcase1-cmd1">
<command>testcase1 cmd1</command>
<group choice="req">
<arg choice="plain"><replaceable>uuid</replaceable></arg>
<arg choice="plain"><replaceable>vmname</replaceable></arg>
</group>
<arg>--switch1</arg>
<arg>--name=<replaceable>value</replaceable></arg>
<arg>--groups=<replaceable>group</replaceable><arg rep="repeat">,<replaceable>group</replaceable></arg></arg>
</cmdsynopsis>
<cmdsynopsis id="synopsis-testcase1-cmd2">
<command>testcase1 cmd2</command>
<arg choice="req">--required</arg>
<arg choice="req">--required-with-value=<replaceable>value</replaceable></arg>
<arg>-A <arg>-B <arg>-C</arg></arg></arg>
<arg>--recursive2
<group>
<arg choice="plain">--follow-all-symlinks-2</arg>
<arg choice="plain">--follow-arg-symlinks-2</arg>
<arg choice="plain">--follow-no-symlinks-2</arg>
</group>
</arg>
</cmdsynopsis>
<cmdsynopsis id="synopsis-testcase1-cmd3">
<command>testcase1 cmd3</command>
<arg choice="plain">--plain</arg>
<arg choice="plain">--plain-with-value=<replaceable>value</replaceable></arg>
<arg><arg choice="plain">-A</arg> <arg><arg choice="plain">-B</arg> <arg>-C</arg></arg></arg>
<arg><arg choice="plain">--recursive3</arg>
<group>
<arg choice="plain">--follow-all-symlinks-3</arg>
<arg choice="plain">--follow-arg-symlinks-3</arg>
<arg choice="plain">--follow-no-symlinks-3</arg>
</group>
</arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1>
<title>Title 1</title>
<para>blah blah</para>
</refsect1>
</refentry>
|