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