~ubuntu-branches/ubuntu/trusty/scilab/trusty

« back to all changes in this revision

Viewing changes to modules/core/help/ja_JP/sciargs.xml

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2012-08-02 11:02:49 UTC
  • mfrom: (1.4.6)
  • Revision ID: package-import@ubuntu.com-20120802110249-0v5953emkp25geuz
Tags: 5.4.0-beta-2-1~exp1
* New upstream release
* Remove libscilab-java (remove upstream). Use libscilab2-java instead.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" version="5.0-subset Scilab" xml:lang="ja" xml:id="sciargs">
3
 
  <info>
4
 
    <pubdate>$LastChangedDate$</pubdate>
5
 
  </info>
6
 
  <refnamediv>
7
 
    <refname>sciargs</refname>
8
 
    <refpurpose> scilab コマンドライン引数</refpurpose>
9
 
  </refnamediv>
10
 
  <refsynopsisdiv>
11
 
    <title>呼出し手順</title>
12
 
    <synopsis>args = sciargs()</synopsis>
13
 
  </refsynopsisdiv>
14
 
  <refsection>
15
 
    <title>説明</title>
16
 
    <para>
17
 
        この関数は,Scilabコマンドライン引数を含む
18
 
        文字列の行ベクトルを返します.
19
 
        <literal>args</literal>の最初のエントリには,
20
 
        実行された実行ファイルのパスが含まれます.</para>
21
 
    <para>
22
 
        この関数はC言語の<literal>getarg</literal>関数と等価です.</para>
23
 
  </refsection>
24
 
  <refsection role="see also">
25
 
    <title>参照</title>
26
 
    <simplelist type="inline">
27
 
      <member>
28
 
        <link linkend="getenv">getenv</link>
29
 
      </member>
30
 
    </simplelist>
31
 
  </refsection>
32
 
</refentry>