mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Fix: style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@318265 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
efe3572eca
commit
41a9549777
1 changed files with 5 additions and 5 deletions
|
@ -25,8 +25,8 @@
|
|||
role="configure">--with-eio-shm-prm</option> are semaphore options.
|
||||
Semaphores are currently used in internal event loop implementation. The only
|
||||
thing to note is to provide unique ID for the semaphore key and sufficient
|
||||
priveleges to that. If you are not sure what these settings mean, just leave
|
||||
their defaults.
|
||||
priveleges in order to grant read and write access to the calling processes.
|
||||
If you are not sure what these settings mean, just rely on defaults.
|
||||
</para>
|
||||
|
||||
<warning><simpara>Be sure that you gave read
|
||||
|
@ -34,7 +34,7 @@
|
|||
system setup). Otherwise, the internal event loop will fail.</simpara></warning>
|
||||
|
||||
|
||||
<para>On <emphasis>Gentoo</emphasis> you may experience problems
|
||||
<para>On <emphasis>Gentoo</emphasis> you may have problems
|
||||
compiling(<emphasis>`make`</emphasis>) the code. If so, you've likely got output
|
||||
similar to the following:
|
||||
<screen>
|
||||
|
@ -77,8 +77,8 @@ $ su -
|
|||
|
||||
<note xmlns="http://docbook.org/ns/docbook">
|
||||
<para>
|
||||
Always check for actual <emphasis>configure</emphasis> parameters, since
|
||||
documentation could be sometimes outdated. E.g.:
|
||||
It's good idea to check for actual <emphasis>configure</emphasis> parameters, since
|
||||
documentation is not always up to date. E.g.:
|
||||
<screen>
|
||||
<![CDATA[
|
||||
$ ./configure --help | grep eio
|
||||
|
|
Loading…
Reference in a new issue