Skip to content

Commit

Permalink
fixed parameter name of posix_getrlimit()
Browse files Browse the repository at this point in the history
  • Loading branch information
mumumu committed May 18, 2024
1 parent 81c3fb5 commit 2fd70fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appendices/migration83/new-features.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ echo $user_ini['listen']; // localhost:9000
<title>POSIX</title>

<para>
<function>posix_getrlimit</function> で、リソースの制限値をひとつ取得できる、オプションの <parameter>$res</parameter> パラメータが使えるようになりました。
<function>posix_getrlimit</function> で、リソースの制限値をひとつ取得できる、オプションの <parameter>$resource</parameter> パラメータが使えるようになりました。
</para>

<para>
Expand Down

0 comments on commit 2fd70fe

Please sign in to comment.