Changeset 5032:b2c8bbc7907f in roaraudio for doc/man3/roar_connect.3


Ignore:
Timestamp:
05/28/11 17:23:34 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

some manpage correction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/man3/roar_connect.3

    r4013 r5032  
    11.\" roar_simple_play.3: 
    22 
    3 .TH "roar_connect" "3" "July 2008" "RoarAudio" "System Manager's Manual: RoarAuido" 
     3.TH "roar_connect" "3" "May 2011" "RoarAudio" "System Manager's Manual: RoarAudio" 
    44 
    55.SH NAME 
    6 roar_connect \- connects to RoarAudio's sound server 
     6roar_connect, roar_connect2 \- connects to RoarAudio's sound server 
    77 
    88.SH SYNOPSIS 
     
    1111 
    1212int roar_connect(struct roar_connection * con, char * server); 
     13int roar_connect2     (struct roar_connection * con, char * server, int flags, uint_least32_t timeout); 
    1314 
    1415.SH "DESCRIPTION" 
    1516Connects to RoarAudio's sound server. 
    16 This call just connects to the sound server without any auth or identify. 
    17 Do not use this from end user applications. Use \fBroar_simple_connect\fR(3). 
     17This calls just connects to the sound server without any authentication or identify. 
     18Do not use this from end user applications. Use \fBroar_simple_connect\fR(3) or \fBroar_simple_connect2\fR(3). 
    1819 
    1920 
     
    2627\fBserver\fR 
    2728The server to connect to. 
    28 This may be in form "host[:port]" (TCP/IP), "/path/to/sock" (UNIX Domain Socket) or any other supported. 
    29 For a full list see \fBroartips\fR(7). 
    3029 
     30.TP 
     31\fBflags\fR 
     32Flags used to connect to the server. Currently only ROAR_ENUM_FLAG_NONE and ROAR_ENUM_FLAG_NONBLOCK are supported. 
     33ROAR_ENUM_FLAG_NONBLOCK disables some of the server location features. 
     34 
     35.TP 
     36\fBtimeout\fR 
     37Timeout for the connection. A value of zero means no timeout. Currently timeouts are not supported. 
    3138 
    3239.SH "RETURN VALUE" 
Note: See TracChangeset for help on using the changeset viewer.