OSDN Git Service

LaTex用に更新.
[omake-japanese/omake_trans.git] / system.rst
index 9974ec5..bb54b78 100644 (file)
@@ -2,12 +2,12 @@
 
 .. _label10:
 
-10. システム関数
+システム関数
 ==================================
 
 .. _label10.1:
 
-10.1 ファイル名
+ファイル名
 ----------------------------------
 
 .. index::
@@ -15,7 +15,7 @@
    single: dir()
 .. _label10.1.1:
 
-10.1.1 file, dir
+file, dir
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -58,7 +58,7 @@
    single: tmpfile()
 .. _label10.1.2:
 
-10.1.2 tmpfile
+tmpfile
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -75,7 +75,7 @@
    single: in()
 .. _label10.1.3:
 
-10.1.3 in
+in
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
    single: basename()
 .. _label10.1.4:
 
-10.1.4 basename
+basename
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
    single: dirname()
 .. _label10.1.5:
 
-10.1.5 dirname
+dirname
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
    single: rootname()
 .. _label10.1.6:
 
-10.1.6 rootname
+rootname
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
    single: dirof()
 .. _label10.1.7:
 
-10.1.7 dirof
+dirof
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
    single: fullname()
 .. _label10.1.8:
 
-10.1.8 fullname
+fullname
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
    single: absname()
 .. _label10.1.9:
 
-10.1.9 absname
+absname
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
    single: homename()
 .. _label10.1.10:
 
-10.1.10 homename
+homename
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
    single: suffix()
 .. _label10.1.11:
 
-10.1.11 suffix
+suffix
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
 
 .. _label10.2:
 
-10.2 パスによる検索
+パスによる検索
 ----------------------------------
 
 .. index::
    single: where()
 .. _label10.2.2:
 
-10.2.2 where
+where
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 .. The where function is similar to which, except it returns the list of all the locations of the given executable (in the order in which the corresponding directories appear in $PATH). In case a command is handled internally by the Shell object, the first string in the output will describe the command as a built-in function.
 
    single: rehash()
 .. _label10.2.3:
 
-10.2.3 rehash
+rehash
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
    single: exists-in-path()
 .. _label10.2.4:
 
-10.2.4 exists-in-path
+exists-in-path
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
    single: digest-optional()
 .. _label10.2.5:
 
-10.2.5 digest, digest-optional
+digest, digest-optional
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
    single: find-in-path-optional()
 .. _label10.2.6:
 
-10.2.6 find-in-path, find-in-path-optional
+find-in-path, find-in-path-optional
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
    single: digest-in-path-optional()
 .. _label10.2.7:
 
-10.2.7 digest-in-path, digest-in-path-optional
+digest-in-path, digest-in-path-optional
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
 
 .. _label10.3:
 
-10.3 ファイル検査
+ファイル検査
 ----------------------------------
 
 .. index::
    single: target-is-proper()
 .. _label10.3.1:
 
-10.3.1 file-exists, target-exists, target-is-proper
+file-exists, target-exists, target-is-proper
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
    single: stat-reset()
 .. _label10.3.2:
 
-10.3.2 stat-reset
+stat-reset
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -421,7 +421,7 @@ OMakeでは ``Stat`` によるキャッシュを行っています。 ``stat-res
    single: filter-proper-targets()
 .. _label10.3.3:
 
-10.3.3 filter-exists, filter-targets, filter-proper-targets
+filter-exists, filter-targets, filter-proper-targets
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -497,7 +497,7 @@ OMakeでは ``Stat`` によるキャッシュを行っています。 ``stat-res
    single: find-targets-in-path-optional()
 .. _label10.3.4:
 
-10.3.4 find-targets-in-path, find-targets-in-path-optional
+find-targets-in-path, find-targets-in-path-optional
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -532,7 +532,7 @@ OMakeでは ``Stat`` によるキャッシュを行っています。 ``stat-res
    single: find-ocaml-targets-in-path-optional()
 .. _label10.3.5:
 
-10.3.5 find-ocaml-targets-in-path-optional
+find-ocaml-targets-in-path-optional
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 .. The find-ocaml-targets-in-path-optional function is very similar to the find-targets-in-path-optional one, except an OCaml-style search is used, where for every element of the search path and for every name being searched for, first the uncapitalized version is tried and if it is not buildable, then the capitalized version is tried next. 
 
@@ -542,7 +542,7 @@ OMakeでは ``Stat`` によるキャッシュを行っています。 ``stat-res
    single: file-sort()
 .. _label10.3.6:
 
-10.3.6 file-sort
+file-sort
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -588,7 +588,7 @@ OMakeでは ``Stat`` によるキャッシュを行っています。 ``stat-res
    single: .ORDER
 .. _label10.3.6.1:
 
-10.3.6.1 ソートルール
+ソートルール
 """""""""""""""""""""""""""""""""""
 .. It is possible to further constrain the sorter through the use of sort rules. A sort rule is declared in two steps. The target must be listed as an .ORDER target; and then a set of sort rules must be given. A sort rule defines a pattern constraint.
 
@@ -614,7 +614,7 @@ OMakeでは ``Stat`` によるキャッシュを行っています。 ``stat-res
    single: file-check-sort()
 .. _label10.3.7:
 
-10.3.7 file-check-sort
+file-check-sort
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -630,7 +630,7 @@ OMakeでは ``Stat`` によるキャッシュを行っています。 ``stat-res
 
 .. _label10.4:
 
-10.4 ファイルの検索とリスト
+ファイルの検索とリスト
 ----------------------------------
 .. OMake commands are “glob-expanded” before being executed. That is, names may contain patterns that are expanded to sequences of file and directory names. The syntax follows the standard bash(1), csh(1), syntax, with the following rules.
 
@@ -713,7 +713,7 @@ OMakeのコマンドは実行される前に『glob展開』が行われます
    single: glob()
 .. _label10.4.1:
 
-10.4.1 glob
+glob
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -825,7 +825,7 @@ OMakeのコマンドは実行される前に『glob展開』が行われます
    single: ls()
 .. _label10.4.2:
 
-10.4.2 ls 
+ls 
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -858,7 +858,7 @@ OMakeのコマンドは実行される前に『glob展開』が行われます
    single: subdirs()
 .. _label10.4.3:
 
-10.4.3 subdirs
+subdirs
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -886,14 +886,14 @@ OMakeのコマンドは実行される前に『glob展開』が行われます
 
 .. _label10.5:
 
-10.5 ファイル操作
+ファイル操作
 ----------------------------------
 
 .. index::
    single: mkdir()
 .. _label10.5.1:
 
-10.5.1 mkdir
+mkdir
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -922,7 +922,7 @@ OMakeのコマンドは実行される前に『glob展開』が行われます
    single: Stat
 .. _label10.5.2:
 
-10.5.2 Stat
+Stat
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 .. The Stat object represents an information about a filesystem node, as returned by the stat and lstat functions. It contains the following fields.
 
@@ -963,7 +963,7 @@ OMakeのコマンドは実行される前に『glob展開』が行われます
    single: lstat()
 .. _label10.5.3:
 
-10.5.3 stat, lstat
+stat, lstat
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -981,7 +981,7 @@ OMakeのコマンドは実行される前に『glob展開』が行われます
    single: unlink()
 .. _label10.5.4:
 
-10.5.4 unlink
+unlink
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -1019,7 +1019,7 @@ OMakeのコマンドは実行される前に『glob展開』が行われます
    single: cp()
 .. _label10.5.5:
 
-10.5.5 rename
+rename
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -1062,7 +1062,7 @@ OMakeのコマンドは実行される前に『glob展開』が行われます
    single: link()
 .. _label10.5.6:
 
-10.5.6 link
+link
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -1087,7 +1087,7 @@ OMakeのコマンドは実行される前に『glob展開』が行われます
    single: symlink()
 .. _label10.5.7:
 
-10.5.7 symlink
+symlink
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -1112,7 +1112,7 @@ OMakeのコマンドは実行される前に『glob展開』が行われます
    single: readlink()
 .. _label10.5.8:
 
-10.5.8 readlink
+readlink
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -1127,7 +1127,7 @@ OMakeのコマンドは実行される前に『glob展開』が行われます
    single: chmod()
 .. _label10.5.9:
 
-10.5.9 chmod
+chmod
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -1159,7 +1159,7 @@ OMakeのコマンドは実行される前に『glob展開』が行われます
    single: chown()
 .. _label10.5.10:
 
-10.5.10 chown
+chown
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -1180,7 +1180,7 @@ OMakeのコマンドは実行される前に『glob展開』が行われます
    single: truncate()
 .. _label10.5.11:
 
-10.5.11 truncate 
+truncate 
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -1197,7 +1197,7 @@ OMakeのコマンドは実行される前に『glob展開』が行われます
    single: umask()
 .. _label10.5.12:
 
-10.5.12 umask
+umask
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -1211,14 +1211,14 @@ OMakeのコマンドは実行される前に『glob展開』が行われます
 
 .. _label10.6:
 
-10.6 vmount
+vmount
 ----------------------------------
 
 .. index::
    single: vmount()
 .. _label10.6.1:
 
-10.6.1 vmount
+vmount
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -1254,7 +1254,7 @@ OMakeのコマンドは実行される前に『glob展開』が行われます
    single: add-project-directories()
 .. _label10.6.2:
 
-10.6.2 add-project-directories
+add-project-directories
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -1269,7 +1269,7 @@ omakeがプロジェクトの一部とみなしているディレクトリの集
    single: remove-project-directories()
 .. _label10.6.3:
 
-10.6.3 remove-project-directories
+remove-project-directories
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -1282,14 +1282,14 @@ omakeがプロジェクトの一部とみなしているディレクトリの集
 
 .. _label10.7:
 
-10.7 ファイルの内容を元にした検索
+ファイルの内容を元にした検索
 ----------------------------------
 
 .. index::
    single: test()
 .. _label10.7.1:
 
-10.7.1 test
+test
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -1415,7 +1415,7 @@ omakeがプロジェクトの一部とみなしているディレクトリの集
    single: find()
 .. _label10.7.2:
 
-10.7.2 find
+find
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -1470,7 +1470,7 @@ omakeがプロジェクトの一部とみなしているディレクトリの集
 
 .. _label10.8:
 
-10.8 I/O 関数
+I/O 関数
 ----------------------------------
 
 .. index::
@@ -1479,7 +1479,7 @@ omakeがプロジェクトの一部とみなしているディレクトリの集
    single: stderr
 .. _label10.8.1:
 
-10.8.1 標準出力先
+標準出力先
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 .. The following variables define the standard channels.
 
@@ -1513,7 +1513,7 @@ omakeがプロジェクトの一部とみなしているディレクトリの集
    single: open-in-string()
 .. _label10.8.2:
 
-10.8.2 open-in-string
+open-in-string
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 .. The open-in-string treats a string as if it were a file and returns a channel for reading.
 
@@ -1527,7 +1527,7 @@ omakeがプロジェクトの一部とみなしているディレクトリの集
    single: out-contents()
 .. _label10.8.3:
 
-10.8.3 open-out-string, out-contents
+open-out-string, out-contents
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 .. The open-out-string creates a channel that writes to a string instead of a file. The string may be retrieved with the out-contents function.
 
@@ -1541,7 +1541,7 @@ omakeがプロジェクトの一部とみなしているディレクトリの集
    single: fopen()
 .. _label10.8.4:
 
-10.8.4 fopen
+fopen
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 .. The fopen function opens a file for reading or writing.
 
@@ -1581,7 +1581,7 @@ Unixシステム上ではバイナリモードは意味を持たず、テキス
    single: close()
 .. _label10.8.5:
 
-10.8.5 close
+close
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -1597,7 +1597,7 @@ Unixシステム上ではバイナリモードは意味を持たず、テキス
    single: input-line()
 .. _label10.8.6:
 
-10.8.6 read, input-line
+read, input-line
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -1615,7 +1615,7 @@ Unixシステム上ではバイナリモードは意味を持たず、テキス
    single: write()
 .. _label10.8.7:
 
-10.8.7 write
+write
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -1649,7 +1649,7 @@ Unixシステム上ではバイナリモードは意味を持たず、テキス
    single: lseek()
 .. _label10.8.8:
 
-10.8.8 lseek
+lseek
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -1679,7 +1679,7 @@ Unixシステム上ではバイナリモードは意味を持たず、テキス
    single: rewind()
 .. _label10.8.9:
 
-10.8.9 rewind
+rewind
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -1694,7 +1694,7 @@ Unixシステム上ではバイナリモードは意味を持たず、テキス
    single: tell()
 .. _label10.8.10:
 
-10.8.10 tell
+tell
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -1710,7 +1710,7 @@ Unixシステム上ではバイナリモードは意味を持たず、テキス
    single: flush()
 .. _label10.8.11:
 
-10.8.11 flush
+flush
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -1725,7 +1725,7 @@ Unixシステム上ではバイナリモードは意味を持たず、テキス
    single: channel-name()
 .. _label10.8.12:
 
-10.8.12 channel-name
+channel-name
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -1740,7 +1740,7 @@ Unixシステム上ではバイナリモードは意味を持たず、テキス
    single: dup()
 .. _label10.8.13:
 
-10.8.13 dup
+dup
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -1756,7 +1756,7 @@ Unixシステム上ではバイナリモードは意味を持たず、テキス
    single: dup2()
 .. _label10.8.14:
 
-10.8.14 dup2
+dup2
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -1773,7 +1773,7 @@ Unixシステム上ではバイナリモードは意味を持たず、テキス
    single: set-nonblock()
 .. _label10.8.15:
 
-10.8.15 set-nonblock 
+set-nonblock 
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -1789,7 +1789,7 @@ Unixシステム上ではバイナリモードは意味を持たず、テキス
    single: set-close-on-exec-mode()
 .. _label10.8.16:
 
-10.8.16 set-close-on-exec-mode
+set-close-on-exec-mode
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 .. The set-close-on-exec-mode function sets the close-on-exec flags for the given channels. If the close-on-exec flag is set, the channel is not inherited by child processes. Otherwise it is.
 
@@ -1799,7 +1799,7 @@ Unixシステム上ではバイナリモードは意味を持たず、テキス
    single: pipe()
 .. _label10.8.17:
 
-10.8.17 pipe 
+pipe 
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -1814,7 +1814,7 @@ Unixシステム上ではバイナリモードは意味を持たず、テキス
    single: mkfifo()
 .. _label10.8.18:
 
-10.8.18 mkfifo
+mkfifo
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -1830,7 +1830,7 @@ Unixシステム上ではバイナリモードは意味を持たず、テキス
    single: select()
 .. _label10.8.19:
 
-10.8.19 select 
+select 
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -1861,7 +1861,7 @@ Unixシステム上ではバイナリモードは意味を持たず、テキス
    single: lockf()
 .. _label10.8.20:
 
-10.8.20 lockf
+lockf
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -1897,7 +1897,7 @@ Unixシステム上ではバイナリモードは意味を持たず、テキス
    single: InetAddr
 .. _label10.8.21:
 
-10.8.21 InetAddr
+InetAddr
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 .. The InetAddr object describes an Internet address. It contains the following fields.
 
@@ -1913,7 +1913,7 @@ Unixシステム上ではバイナリモードは意味を持たず、テキス
    single: Host
 .. _label10.8.22:
 
-10.8.22 Host
+Host
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 .. A Host object contains the following fields.
 
@@ -1933,7 +1933,7 @@ Unixシステム上ではバイナリモードは意味を持たず、テキス
    single: gethostbyname()
 .. _label10.8.23:
 
-10.8.23 gethostbyname
+gethostbyname
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -1949,7 +1949,7 @@ Unixシステム上ではバイナリモードは意味を持たず、テキス
    single: Protocol
 .. _label10.8.24:
 
-10.8.24 Protocol 
+Protocol 
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 .. The Protocol object represents a protocol entry. It has the following fields.
 
@@ -1967,7 +1967,7 @@ Unixシステム上ではバイナリモードは意味を持たず、テキス
    single: getprotobyname()
 .. _label10.8.25:
 
-10.8.25 getprotobyname
+getprotobyname
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -1983,7 +1983,7 @@ Unixシステム上ではバイナリモードは意味を持たず、テキス
    single: Service
 .. _label10.8.26:
 
-10.8.26 Service
+Service
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 .. The Service object represents a network service. It has the following fields.
 
@@ -2003,7 +2003,7 @@ Unixシステム上ではバイナリモードは意味を持たず、テキス
    single: getservbyname()
 .. _label10.8.27:
 
-10.8.27 getservbyname 
+getservbyname 
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -2019,7 +2019,7 @@ Unixシステム上ではバイナリモードは意味を持たず、テキス
    single: socket()
 .. _label10.8.28:
 
-10.8.28 socket
+socket
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -2071,7 +2071,7 @@ Unixシステム上ではバイナリモードは意味を持たず、テキス
    single: bind()
 .. _label10.8.29:
 
-10.8.29 bind 
+bind 
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -2100,7 +2100,7 @@ Unixシステム上ではバイナリモードは意味を持たず、テキス
    single: listen()
 .. _label10.8.30:
 
-10.8.30 listen 
+listen 
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -2117,7 +2117,7 @@ Unixシステム上ではバイナリモードは意味を持たず、テキス
    single: accept()
 .. _label10.8.31:
 
-10.8.31 accept
+accept
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -2133,7 +2133,7 @@ Unixシステム上ではバイナリモードは意味を持たず、テキス
    single: connect()
 .. _label10.8.32:
 
-10.8.32 connect
+connect
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -2162,7 +2162,7 @@ Unixシステム上ではバイナリモードは意味を持たず、テキス
    single: getchar()
 .. _label10.8.33:
 
-10.8.33 getchar
+getchar
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -2179,7 +2179,7 @@ Unixシステム上ではバイナリモードは意味を持たず、テキス
    single: gets()
 .. _label10.8.34:
 
-10.8.34 gets
+gets
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -2196,7 +2196,7 @@ Unixシステム上ではバイナリモードは意味を持たず、テキス
    single: fgets()
 .. _label10.8.35:
 
-10.8.35 fgets 
+fgets 
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -2218,7 +2218,7 @@ Unixシステム上ではバイナリモードは意味を持たず、テキス
    single: eprintln()
 .. _label10.9:
 
-10.9 出力関数
+出力関数
 ----------------------------------
 .. Output is printed with the print and println functions. The println function adds a terminating newline to the value being printed, the print function does not.
 
@@ -2244,7 +2244,7 @@ Unixシステム上ではバイナリモードは意味を持たず、テキス
    single: eprintvln()
 .. _label10.10:
 
-10.10 値を出力する関数
+値を出力する関数
 ----------------------------------
 .. Values can be printed with the printv and printvln functions. The printvln function adds a terminating newline to the value being printed, the printv function does not.
 
@@ -2263,14 +2263,14 @@ Unixシステム上ではバイナリモードは意味を持たず、テキス
 
 .. _label10.10.1:
 
-10.10.1 その他の関数 
+その他の関数 
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 .. index::
    single: set-channel-line()
 .. _label10.10.1.1:
 
-10.10.1.1 set-channel-line
+set-channel-line
 """"""""""""""""""""""""""""""""""
 ::
 
@@ -2285,7 +2285,7 @@ Unixシステム上ではバイナリモードは意味を持たず、テキス
 
 .. _label10.11:
 
-10.11 高レベルな I/O 関数
+高レベルな I/O 関数
 ----------------------------------
 
 .. index::
@@ -2293,7 +2293,7 @@ Unixシステム上ではバイナリモードは意味を持たず、テキス
    single: awk()
 .. _label10.11.1:
 
-10.11.1 正規表現
+正規表現
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 .. Many of the higher-level functions use regular expressions. Regular expressions are defined by strings with syntax nearly identical to awk(1).
 
@@ -2402,7 +2402,7 @@ Unixシステム上ではバイナリモードは意味を持たず、テキス
    single: cat()
 .. _label10.11.2:
 
-10.11.2 cat
+cat
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -2417,7 +2417,7 @@ Unixシステム上ではバイナリモードは意味を持たず、テキス
    single: grep()
 .. _label10.11.3:
 
-10.11.3 grep 
+grep 
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -2461,7 +2461,7 @@ Unixシステム上ではバイナリモードは意味を持たず、テキス
    single: scan()
 .. _label10.11.4:
 
-10.11.4 scan 
+scan 
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -2539,7 +2539,7 @@ Unixシステム上ではバイナリモードは意味を持たず、テキス
    single: awk()
 .. _label10.11.5:
 
-10.11.5 awk 
+awk 
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -2630,7 +2630,7 @@ Unixシステム上ではバイナリモードは意味を持たず、テキス
    single: fsubst()
 .. _label10.11.6:
 
-10.11.6 fsubst 
+fsubst 
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -2683,7 +2683,7 @@ Unixシステム上ではバイナリモードは意味を持たず、テキス
    single: lex()
 .. _label10.11.7:
 
-10.11.7 lex 
+lex 
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -2733,7 +2733,7 @@ Unixシステム上ではバイナリモードは意味を持たず、テキス
    single: lex-search()
 .. _label10.11.8:
 
-10.11.8 lex-search 
+lex-search 
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -2775,7 +2775,7 @@ Unixシステム上ではバイナリモードは意味を持たず、テキス
    single: Lexer
 .. _label10.11.9:
 
-10.11.9 Lexer 
+Lexer 
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 .. The Lexer object defines a facility for lexical analysis, similar to the lex(1) and flex(1) programs.
 
@@ -2865,7 +2865,7 @@ omakeでは、字句の解析は ``Lexer`` クラスを継承することによ
    single: RuntimeException
 .. _label10.11.10:
 
-10.11.10 レキサのマッチング 
+レキサのマッチング 
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 .. During lexical analysis, clauses are selected by longest match. That is, the clause that matches the longest sequence of input characters is chosen for evaluation. If no clause matches, the lexer raises a RuntimeException. If more than one clause matches the same amount of input, the first one is chosen for evaluation.
 
@@ -2873,7 +2873,7 @@ omakeでは、字句の解析は ``Lexer`` クラスを継承することによ
 
 .. _label10.11.11:
 
-10.11.11 拡張したレキサの定義
+拡張したレキサの定義
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 .. Suppose we wish to augment the lexer example so that it ignores comments. We will define comments as any text that begins with the string (*, ends with *), and comments may be nested.
 
@@ -2922,7 +2922,7 @@ omakeでは、字句の解析は ``Lexer`` クラスを継承することによ
 
 .. _label10.11.12:
 
-10.11.12 lexerオブジェクトを扱いやすくする
+lexerオブジェクトを扱いやすくする
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 .. Clause bodies may also end with an export directive. In this case the lexer object itself is used as the returned token. If used with the Parser object below, the lexer should define the loc, name and value fields in each export clause. Each time the Parser calls the lexer, it calls it with the lexer returned from the previous lex invocation.
 
@@ -2932,7 +2932,7 @@ omakeでは、字句の解析は ``Lexer`` クラスを継承することによ
    single: Parser
 .. _label10.11.13:
 
-10.11.13 Parser
+Parser
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 .. The ``Parser`` object provides a facility for syntactic analysis based on context-free grammars.
 
@@ -3012,7 +3012,7 @@ omakeでは、字句の解析は ``Lexer`` クラスを継承することによ
 
 .. _label10.11.14:
 
-10.11.14 パーサの呼び出し
+パーサの呼び出し
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 .. The parser is called with the ``$(parser1.parse-channel start, channel)`` or ``$(parser1.parse-file start, file)`` functions. The start argument is the start symbol, and the channel or file is the input to the parser.
 
@@ -3020,7 +3020,7 @@ omakeでは、字句の解析は ``Lexer`` クラスを継承することによ
 
 .. _label10.11.15:
 
-10.11.15 パースの制御 
+パースの制御 
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 .. The parser generator generates a pushdown automation based on LALR(1) tables. As usual, if the grammar is ambiguous, this may generate shift/reduce or reduce/reduce conflicts. These conflicts are printed to standard output when the automaton is generated.
 
@@ -3040,7 +3040,7 @@ omakeでは、字句の解析は ``Lexer`` クラスを継承することによ
 
 .. _label10.11.16:
 
-10.11.16 拡張したパーサ
+拡張したパーサ
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 .. Parsers may also be extended by inheritance. For example, let's extend the grammar so that it also recognizes the ``<<`` and ``>>`` shift operations.
 
@@ -3084,7 +3084,7 @@ omakeでは、字句の解析は ``Lexer`` クラスを継承することによ
    single: Passwd
 .. _label10.11.17:
 
-10.11.17 Passwd
+Passwd
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 .. The Passwd object represents an entry in the system's user database. It contains the following fields.
 
@@ -3115,7 +3115,7 @@ omakeでは、字句の解析は ``Lexer`` クラスを継承することによ
    single: getpwuid()
 .. _label10.11.18:
 
-10.11.18 getpwnam, getpwuid
+getpwnam, getpwuid
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -3133,7 +3133,7 @@ omakeでは、字句の解析は ``Lexer`` クラスを継承することによ
    single: getpwents()
 .. _label10.11.19:
 
-10.11.19 getpwents
+getpwents
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -3147,7 +3147,7 @@ omakeでは、字句の解析は ``Lexer`` クラスを継承することによ
    single: Group
 .. _label10.11.20:
 
-10.11.20 Group
+Group
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 .. The Group object represents an entry in the system's user group database. It contains the following fields.
 
@@ -3172,7 +3172,7 @@ omakeでは、字句の解析は ``Lexer`` クラスを継承することによ
    single: getgrgid()
 .. _label10.11.21:
 
-10.11.21 getgrnam, getgrgid
+getgrnam, getgrgid
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -3190,7 +3190,7 @@ omakeでは、字句の解析は ``Lexer`` クラスを継承することによ
    single: tgetstr()
 .. _label10.11.22:
 
-10.11.22 tgetstr
+tgetstr
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -3211,7 +3211,7 @@ omakeでは、字句の解析は ``Lexer`` クラスを継承することによ
    single: xterm-escape-end()
 .. _label10.11.23:
 
-10.11.23 xterm-escape-begin, xterm-escape-end
+xterm-escape-begin, xterm-escape-end
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -3231,7 +3231,7 @@ omakeでは、字句の解析は ``Lexer`` クラスを継承することによ
    single: xterm-escape()
 .. _label10.11.24:
 
-10.11.24 xterm-escape
+xterm-escape
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -3251,7 +3251,7 @@ omakeでは、字句の解析は ``Lexer`` クラスを継承することによ
    single: prompt-invisible-end()
 .. _label10.11.25:
 
-10.11.25 prompt-invisible-begin, prompt-invisible-end 
+prompt-invisible-begin, prompt-invisible-end 
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -3266,7 +3266,7 @@ omakeでは、字句の解析は ``Lexer`` クラスを継承することによ
    single: prompt-invisible()
 .. _label10.11.26:
 
-10.11.26 prompt-invisible 
+prompt-invisible 
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::
 
@@ -3280,7 +3280,7 @@ omakeでは、字句の解析は ``Lexer`` クラスを継承することによ
    single: gettimeofday()
 .. _label10.11.27:
 
-10.11.27 gettimeofday
+gettimeofday
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ::