rbb 99/04/27 07:13:38
Modified: docs networkio.txt
Log:
Fix a typo in the networking specs.
Revision Changes Path
1.18 +1 -1 apache-apr/docs/networkio.txt
Index: networkio.txt
===================================================================
RCS file: /home/cvs/apache-apr/docs/networkio.txt,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- networkio.txt 1999/04/26 20:19:59 1.17
+++ networkio.txt 1999/04/27 14:13:37 1.18
@@ -48,7 +48,7 @@
arg 4) time to wait for message from network, in seconds.
return) Amount of data received in bytes
- apr_status_t apr_setsocketoption(apr_socket_t *, apr_socketoption_t,
apr_int32_t on);
+ apr_status_t apr_setsocketopt(apr_socket_t *, apr_socketoption_t,
apr_int32_t on);
Set options on the specified socket
Arguments:
arg 1) The abstracted socket to apply the options to