Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 52652 invoked by uid 500); 1 Dec 2002 04:32:28 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 52639 invoked from network); 1 Dec 2002 04:32:28 -0000 Date: 1 Dec 2002 04:32:27 -0000 Message-ID: <20021201043227.1297.qmail@icarus.apache.org> From: rbb@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr/include apr_network_io.h X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N rbb 2002/11/30 20:32:27 Modified: include apr_network_io.h Log: Fix the docs for apr_bind. Revision Changes Path 1.135 +1 -1 apr/include/apr_network_io.h Index: apr_network_io.h =================================================================== RCS file: /home/cvs/apr/include/apr_network_io.h,v retrieving revision 1.134 retrieving revision 1.135 diff -u -r1.134 -r1.135 --- apr_network_io.h 20 Nov 2002 03:50:21 -0000 1.134 +++ apr_network_io.h 1 Dec 2002 04:32:26 -0000 1.135 @@ -345,7 +345,7 @@ APR_DECLARE(apr_status_t) apr_socket_bind(apr_socket_t *sock, apr_sockaddr_t *sa); -/* @deprecated @see apr_socket_bind */ +/** @deprecated @see apr_socket_bind */ APR_DECLARE(apr_status_t) apr_bind(apr_socket_t *sock, apr_sockaddr_t *sa); /**