mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
entity fixes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@68068 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
71e98cacf4
commit
1b259713dc
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<reference id="ref.ncurses">
|
||||
<title>Ncurses terminal screen control functions</title>
|
||||
<titleabbrev>ncurses functions</titleabbrev>
|
||||
|
@ -40,7 +40,7 @@
|
|||
<para>
|
||||
You need the ncurses libraries and headerfiles. Download the
|
||||
latest version from the <ulink
|
||||
url="&url.ncurses">&url.ncurses;</ulink> or from an other GNU-Mirror.
|
||||
url="&url.ncurses;">&url.ncurses;</ulink> or from an other GNU-Mirror.
|
||||
</para>
|
||||
</section>
|
||||
<section id="ncurses.installation">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<reference id="ref.shmop">
|
||||
<title>Shared Memory Functions</title>
|
||||
<titleabbrev>shmop</titleabbrev>
|
||||
|
@ -106,7 +106,7 @@ shmop_close($shm_id);
|
|||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
"w" for read & write access
|
||||
"w" for read & write access
|
||||
use this flag when you need to read and write to a shared memory segment, use this flag
|
||||
in most cases.
|
||||
</simpara>
|
||||
|
|
Loading…
Reference in a new issue