]>
Commit | Line | Data |
---|---|---|
da6ee469 JF |
1 | <?xml version="1.0" encoding="utf-8" standalone="no"?> |
2 | <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" | |
3 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ | |
4 | ||
5 | <!ENTITY % aptent SYSTEM "apt.ent.ja"> | |
6 | %aptent; | |
7 | ||
8 | ]> | |
9 | ||
10 | <refentry> | |
11 | ||
12 | <refentryinfo> | |
13 | &apt-author.jgunthorpe; | |
14 | &apt-author.team; | |
15 | &apt-email; | |
16 | &apt-product; | |
17 | <!-- The last update date --> | |
18 | <date>29 February 2004</date> | |
19 | </refentryinfo> | |
20 | ||
21 | <refmeta> | |
22 | <refentrytitle>apt-sortpkgs</refentrytitle> | |
23 | <manvolnum>1</manvolnum> | |
24 | </refmeta> | |
25 | ||
26 | <!-- Man page title --> | |
27 | <refnamediv> | |
28 | <refname>apt-sortpkgs</refname> | |
29 | <!-- | |
30 | <refpurpose>Utility to sort package index files</refpurpose> | |
31 | --> | |
32 | <refpurpose>パッケージインデックスファイルのソートユーティリティ</refpurpose> | |
33 | ||
34 | </refnamediv> | |
35 | ||
36 | <!-- Arguments --> | |
37 | <refsynopsisdiv> | |
38 | <cmdsynopsis> | |
39 | <command>apt-sortpkgs</command> | |
40 | <arg><option>-hvs</option></arg> | |
41 | <arg><option>-o=<replaceable>config string</replaceable></option></arg> | |
42 | <arg><option>-c=<replaceable>file</replaceable></option></arg> | |
43 | <arg choice="plain" rep="repeat"><replaceable>file</replaceable></arg> | |
44 | </cmdsynopsis> | |
45 | </refsynopsisdiv> | |
46 | ||
47 | <!-- | |
48 | <refsect1><title>Description</title> | |
49 | --> | |
50 | <refsect1><title>説明</title> | |
51 | <!-- | |
52 | <para><command>apt-sortpkgs</command> will take an index file (Source index or Package | |
53 | index) and sort the records so that they are ordered by the package name. | |
54 | It will also sort the internal fields of each record according to the | |
55 | internal sorting rules.</para> | |
56 | --> | |
57 | <para><command>apt-sortpkgs</command> は、インデックスファイル | |
58 | (ソースインデックスやパッケージインデックス) からレコードをソートし、 | |
59 | パッケージ名順に整えます。 | |
60 | また、内部のソート規則に従って、内部フィールドについてもソートを行います。</para> | |
61 | ||
62 | <!-- | |
63 | <para> | |
64 | All output is sent to stdout, the input must be a seekable file.</para> | |
65 | --> | |
66 | <para> | |
67 | 出力はすべて標準出力に送られ、入力は検索できるファイルでなければなりません。</para> | |
68 | </refsect1> | |
69 | ||
70 | <!-- | |
71 | <refsect1><title>options</title> | |
72 | --> | |
73 | <refsect1><title>オプション</title> | |
74 | &apt-cmdblurb; | |
75 | ||
76 | <variablelist> | |
77 | <varlistentry><term><option>-s</option></term><term><option>--source</option></term> | |
78 | <listitem><para> | |
79 | <!-- | |
80 | Use Source index field ordering. | |
81 | Configuration Item: <literal>APT::SortPkgs::Source</literal>.</para></listitem> | |
82 | --> | |
83 | ソースインデックスフィールド順に並べ替え | |
84 | 設定項目 - <literal>APT::SortPkgs::Source</literal>.</para></listitem> | |
85 | </varlistentry> | |
86 | ||
87 | &apt-commonoptions; | |
88 | ||
89 | </variablelist> | |
90 | </refsect1> | |
91 | ||
92 | <!-- | |
93 | <refsect1><title>See Also</title> | |
94 | --> | |
95 | <refsect1><title>関連項目</title> | |
96 | <para>&apt-conf;</para> | |
97 | </refsect1> | |
98 | ||
99 | <!-- | |
100 | <refsect1><title>Diagnostics</title> | |
101 | --> | |
102 | <refsect1><title>診断メッセージ</title> | |
103 | <para><command>apt-sortpkgs</command> は正常終了時に 0 を返します。 | |
104 | エラー時には十進の 100 を返します。</para> | |
105 | </refsect1> | |
106 | ||
107 | &manbugs; | |
108 | &translator; | |
109 | ||
110 | </refentry> |