From 1b259713dcdb0f1c37bd8cab8fef6eace9aa0e32 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Fri, 18 Jan 2002 22:52:48 +0000 Subject: [PATCH] entity fixes git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@68068 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/ncurses.xml | 4 ++-- functions/shmop.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/functions/ncurses.xml b/functions/ncurses.xml index d594dcd75d..11e6ac9d0f 100644 --- a/functions/ncurses.xml +++ b/functions/ncurses.xml @@ -1,5 +1,5 @@ - + Ncurses terminal screen control functions ncurses functions @@ -40,7 +40,7 @@ You need the ncurses libraries and headerfiles. Download the latest version from the &url.ncurses; or from an other GNU-Mirror. + url="&url.ncurses;">&url.ncurses; or from an other GNU-Mirror.
diff --git a/functions/shmop.xml b/functions/shmop.xml index c89fb60b5d..df84ed8958 100755 --- a/functions/shmop.xml +++ b/functions/shmop.xml @@ -1,5 +1,5 @@ - + Shared Memory Functions shmop @@ -106,7 +106,7 @@ shmop_close($shm_id); - "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.