From d159b321f9a23cb650bc6a80ee41a0418cde122b Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Sun, 19 Jan 2003 19:52:02 +0000 Subject: [PATCH] Typo -> Windows not windows (seen by Goba) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@112733 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/network/functions/openlog.xml | 4 ++-- reference/network/functions/syslog.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/network/functions/openlog.xml b/reference/network/functions/openlog.xml index 9cd47737e5..37cb5edbb6 100644 --- a/reference/network/functions/openlog.xml +++ b/reference/network/functions/openlog.xml @@ -1,5 +1,5 @@ - + @@ -113,7 +113,7 @@ LOG_LOCAL0 ... LOG_LOCAL7 - reserved for local use, these are not available in windows + reserved for local use, these are not available in Windows LOG_LPR diff --git a/reference/network/functions/syslog.xml b/reference/network/functions/syslog.xml index 5d6bb88e07..61b0b822e0 100644 --- a/reference/network/functions/syslog.xml +++ b/reference/network/functions/syslog.xml @@ -1,5 +1,5 @@ - + @@ -114,7 +114,7 @@ closelog(); Use of LOG_LOCAL0 through LOG_LOCAL7 for the facility parameter of openlog is not available - in windows. + in Windows.