summaryrefslogtreecommitdiff
path: root/data/gnome-dictionary.xml
blob: f93accbaf784921e064b6dd93de1cf367e962e69 (plain)
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<?xml version="1.0"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
]>
<refentry id="gnome-dictionary">

<refentryinfo>
  <title>gnome-dictionary</title>
  <productname>GNOME</productname>
  <authorgroup>
    <author>
      <contrib>Author</contrib>
      <firstname>Emmanuele</firstname>
      <surname>Bassi</surname>
    </author>
  </authorgroup>
  <copyright>
    <year>2012</year>
    <holder>Emmanuele Bassi</holder>
  </copyright>
</refentryinfo>

<refmeta>
  <refentrytitle>gnome-dictionary</refentrytitle>
  <manvolnum>1</manvolnum>
  <refmiscinfo class="manual">User Commands</refmiscinfo>
</refmeta>

<refnamediv>
  <refname>gnome-dictionary</refname>
  <refpurpose>Look up words in online dictionaries</refpurpose>
</refnamediv>

<refsynopsisdiv>
<cmdsynopsis>
<command>gnome-dictionary</command>
<group>
  <arg choice="opt">--look-up <arg choice="plain"><replaceable>WORD</replaceable></arg></arg>
  <arg choice="opt">--match <arg choice="plain"><replaceable>WORD</replaceable></arg></arg>
</group>
<arg choice="opt">--source <arg choice="plain"><replaceable>NAME</replaceable></arg></arg>
<arg choice="opt">--database <arg choice="plain"><replaceable>NAME</replaceable></arg></arg>
<arg choice="opt">--strategy <arg choice="plain"><replaceable>NAME</replaceable></arg></arg>
<arg choice="opt">--help</arg>
</cmdsynopsis>
</refsynopsisdiv>

<refsect1><title>Description</title>
<para>
  <command>gnome-dictionary</command> looks up words in online dictionaries
  using the DICT protocol.
</para>
</refsect1>

<refsect1><title>Options</title>
<variablelist>
  <varlistentry>
    <term>--look-up <replaceable>WORD</replaceable></term>
    <listitem><para>
      Looks up the specified <replaceable>WORD</replaceable> using the default
      dictionary source, or the one specified with the <option>--source</option>
      command line option.
    </para></listitem>
  </varlistentry>

  <varlistentry>
    <term>--match <replaceable>WORD</replaceable></term>
    <listitem><para>
      List all the entries in the dictionary source that match the specified
      <replaceable>WORD</replaceable>.
    </para></listitem>
  </varlistentry>

  <varlistentry>
    <term>--source=<replaceable>NAME</replaceable></term>
    <term>-s <replaceable>NAME</replaceable></term>
    <listitem><para>
      Specifies the dictionary source to be used for looking up or matching
      words.
    </para></listitem>
  </varlistentry>

  <varlistentry>
    <term>--database=<replaceable>NAME</replaceable></term>
    <term>-D <replaceable>NAME</replaceable></term>
    <listitem><para>
      Specifies the database in the dictionary source to be used for looking
      up or matching words.
    </para></listitem>
  </varlistentry>

  <varlistentry>
    <term>--strategy=<replaceable>NAME</replaceable></term>
    <term>-S <replaceable>NAME</replaceable></term>
    <listitem><para>
      Specifies the matching strategy in the dictionary source to be used for
      looking up or matching words.
    </para></listitem>
  </varlistentry>
</variablelist>
</refsect1>

</refentry>