Changeset 4012:28bea7336add in roaraudio for doc/man3


Ignore:
Timestamp:
07/01/10 19:03:41 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

typos

Location:
doc/man3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/man3/roar_simple_connect.3

    r159 r4012  
    1313 
    1414.SH "DESCRIPTION" 
    15 This call opens a connection to the RoarAudio's sound server. This is usefull for controlling the server or 
     15This call opens a connection to the RoarAudio's sound server. This is useful for controlling the server or 
    1616update meta data of any kind. For simple playback see \fBroar_simple_play\fR(3). 
    1717To disconnect use \fBroar_disconnect\fR(3). 
  • doc/man3/roar_simple_new_stream.3

    r159 r4012  
    1616 
    1717.SH "DESCRIPTION" 
    18 Opens a new stream to the sound server as a independet file handle (not an execed one). This is usefull if you still want 
     18Opens a new stream to the sound server as a independet file handle (not an execed one). This is useful if you still want 
    1919some meta data or the volume to be updated after the stream is open. 
    2020 
     
    2727.TP 
    2828\fBs\fR 
    29 The stream object to be updated to corresponde to the new stream. This is usefull if use want to update some meta data 
     29The stream object to be updated to corresponde to the new stream. This is useful if use want to update some meta data 
    3030after the stream has be opened as you can use all controll commands on this object. 
    3131 
Note: See TracChangeset for help on using the changeset viewer.