summaryrefslogtreecommitdiff
path: root/doc/ja/apt-sortpkgs.ja.1.xml
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2009-08-28 10:06:03 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2009-08-28 10:06:03 +0200
commit86d9e9635a23c7ecfe2de7f440a6acce320067bc (patch)
tree49cdacfb0df096ddf14c3a9c0af8f0682cb67249 /doc/ja/apt-sortpkgs.ja.1.xml
parent97c17a01c7722f08e0cebf938c12a010b96220b7 (diff)
parentb01390eaa5750f28f258308b546f398ea5d89e3c (diff)
merge with my po4a branch & update both pot's
Thanks again for the initial patch from KURASAWA Nozomu and for the improvements and cleanups done by Nicolas François to get po4a up and running for apt man page translations!
Diffstat (limited to 'doc/ja/apt-sortpkgs.ja.1.xml')
-rw-r--r--doc/ja/apt-sortpkgs.ja.1.xml110
1 files changed, 0 insertions, 110 deletions
diff --git a/doc/ja/apt-sortpkgs.ja.1.xml b/doc/ja/apt-sortpkgs.ja.1.xml
deleted file mode 100644
index 779620f0b..000000000
--- a/doc/ja/apt-sortpkgs.ja.1.xml
+++ /dev/null
@@ -1,110 +0,0 @@
-<?xml version="1.0" encoding="utf-8" standalone="no"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
- "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
-
-<!ENTITY % aptent SYSTEM "apt.ent.ja">
-%aptent;
-
-]>
-
-<refentry>
-
- <refentryinfo>
- &apt-author.jgunthorpe;
- &apt-author.team;
- &apt-email;
- &apt-product;
- <!-- The last update date -->
- <date>29 February 2004</date>
- </refentryinfo>
-
- <refmeta>
- <refentrytitle>apt-sortpkgs</refentrytitle>
- <manvolnum>1</manvolnum>
- </refmeta>
-
- <!-- Man page title -->
- <refnamediv>
- <refname>apt-sortpkgs</refname>
-<!--
- <refpurpose>Utility to sort package index files</refpurpose>
--->
- <refpurpose>パッケージインデックスファイルのソートユーティリティ</refpurpose>
-
- </refnamediv>
-
- <!-- Arguments -->
- <refsynopsisdiv>
- <cmdsynopsis>
- <command>apt-sortpkgs</command>
- <arg><option>-hvs</option></arg>
- <arg><option>-o=<replaceable>config string</replaceable></option></arg>
- <arg><option>-c=<replaceable>file</replaceable></option></arg>
- <arg choice="plain" rep="repeat"><replaceable>file</replaceable></arg>
- </cmdsynopsis>
- </refsynopsisdiv>
-
-<!--
- <refsect1><title>Description</title>
--->
- <refsect1><title>説明</title>
-<!--
- <para><command>apt-sortpkgs</command> will take an index file (Source index or Package
- index) and sort the records so that they are ordered by the package name.
- It will also sort the internal fields of each record according to the
- internal sorting rules.</para>
--->
- <para><command>apt-sortpkgs</command> は、インデックスファイル
- (ソースインデックスやパッケージインデックス) からレコードをソートし、
- パッケージ名順に整えます。
- また、内部のソート規則に従って、内部フィールドについてもソートを行います。</para>
-
-<!--
- <para>
- All output is sent to stdout, the input must be a seekable file.</para>
--->
- <para>
- 出力はすべて標準出力に送られ、入力は検索できるファイルでなければなりません。</para>
- </refsect1>
-
-<!--
- <refsect1><title>options</title>
--->
- <refsect1><title>オプション</title>
- &apt-cmdblurb;
-
- <variablelist>
- <varlistentry><term><option>-s</option></term><term><option>--source</option></term>
- <listitem><para>
-<!--
- Use Source index field ordering.
- Configuration Item: <literal>APT::SortPkgs::Source</literal>.</para></listitem>
--->
- ソースインデックスフィールド順に並べ替え
- 設定項目 - <literal>APT::SortPkgs::Source</literal>.</para></listitem>
- </varlistentry>
-
- &apt-commonoptions;
-
- </variablelist>
- </refsect1>
-
-<!--
- <refsect1><title>See Also</title>
--->
- <refsect1><title>関連項目</title>
- <para>&apt-conf;</para>
- </refsect1>
-
-<!--
- <refsect1><title>Diagnostics</title>
--->
- <refsect1><title>診断メッセージ</title>
- <para><command>apt-sortpkgs</command> は正常終了時に 0 を返します。
- エラー時には十進の 100 を返します。</para>
- </refsect1>
-
- &manbugs;
- &translator;
-
-</refentry>