Skip to content

Commit b21262b

Browse files
インデントや行末の空白有無を原文と併せる
1 parent be6122d commit b21262b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/curl/functions/curl-multi-select.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<refname>curl_multi_select</refname>
77
<refpurpose>任意の cURL マルチハンドル接続で読み取りまたは書き込みが可能になるまで待機する</refpurpose>
88
</refnamediv>
9-
9+
1010
<refsect1 role="description">
1111
&reftitle.description;
1212
<methodsynopsis>
1313
<type>int</type><methodname>curl_multi_select</methodname>
1414
<methodparam><type>CurlMultiHandle</type><parameter>multi_handle</parameter></methodparam>
1515
<methodparam choice="opt"><type>float</type><parameter>timeout</parameter><initializer>1.0</initializer></methodparam>
1616
</methodsynopsis>
17-
<para>
17+
<para>
1818
スクリプトの実行をブロックし、次の <function>curl_multi_exec</function> の呼び出しで
1919
cURL マルチハンドルに関連付けられた cURL ハンドルが処理を進められるようになるか、
2020
タイムアウトになるまで待機します(どちらか早い方が適用されます)。
@@ -38,7 +38,7 @@
3838
</variablelist>
3939
</para>
4040
</refsect1>
41-
41+
4242
<refsect1 role="returnvalues">
4343
&reftitle.returnvalues;
4444
<para>

0 commit comments

Comments
 (0)