Skip to content

Commit 750822f

Browse files
authored
Merge pull request #2565 from h-east/update-channel
Update channel.{txt,jax}
2 parents 52c73a5 + 7f9e669 commit 750822f

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

doc/channel.jax

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -671,9 +671,10 @@ ch_listen({address} [, {options}]) *E1573* *E1574* *ch_listen()*
671671
チャネルを返す。|ch_status()| を使用して、失敗したかどうかを確
672672
認すること。
673673

674-
{address} は文字列である。使用可能な形式については、
675-
|channel-address|を参照。Note: IPv6 はまだサポートされていな
676-
い。
674+
{address} は文字列である。受け入れられる形式については
675+
|channel-address| を参照。ただし、セキュリティ上の理由から、す
676+
べてのインターフェイスにバインドすることはできません。
677+
Note: IPv6 はまだサポートされていない。
677678

678679
{options} が指定されている場合は、|Dictionary| である必要があ
679680
る。

en/channel.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,9 @@ ch_listen({address} [, {options}]) *E1573* *E1574* *ch_listen()*
674674
Returns a Channel. Use |ch_status()| to check for failure.
675675

676676
{address} is a String, see |channel-address| for the possible
677-
accepted forms. Note: IPv6 is not yet supported.
677+
accepted forms, however binding to all interfaces is not
678+
allowed for security reasons.
679+
Note: IPv6 is not yet supported.
678680

679681
If {options} is given it must be a |Dictionary|.
680682
See |channel-open-options|.

0 commit comments

Comments
 (0)