mfischer Sat May 4 01:06:59 2002 EDT
Modified files:
/phpdoc/en/reference/sockets/functions socket-strerror.xml
Log:
- Trim output to match code example.
Index: phpdoc/en/reference/sockets/functions/socket-strerror.xml
diff -u phpdoc/en/reference/sockets/functions/socket-strerror.xml:1.3
phpdoc/en/reference/sockets/functions/socket-strerror.xml:1.4
--- phpdoc/en/reference/sockets/functions/socket-strerror.xml:1.3 Tue Apr 30
18:20:19 2002
+++ phpdoc/en/reference/sockets/functions/socket-strerror.xml Sat May 4 01:06:59
+2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/sockets.xml, last change in rev 1.8 -->
<refentry id="function.socket-strerror">
<refnamediv>
@@ -42,7 +42,7 @@
The expected output from the above example (assuming the script
is not run with root privileges):
<screen>
- bind() failed: reason: Permission denied
+ socket_bind() failed: reason: Permission denied
</screen>
</para>
</example>