File: refentry1.xml

package info (click to toggle)
virtualbox 7.2.6-dfsg-3
  • links: PTS, VCS
  • area: contrib
  • in suites: sid
  • size: 684,120 kB
  • sloc: ansic: 2,692,612; cpp: 2,685,536; asm: 402,532; python: 239,820; xml: 89,849; sh: 33,358; perl: 9,380; makefile: 8,889; java: 5,337; cs: 4,872; pascal: 1,785; javascript: 1,692; objc: 1,131; lex: 931; sed: 929; php: 906; yacc: 707
file content (67 lines) | stat: -rw-r--r-- 2,306 bytes parent folder | download
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>