source: roaraudio/doc/man1/roarclientpass.1 @ 4064:281988192173

Last change on this file since 4064:281988192173 was 4064:281988192173, checked in by phi, 14 years ago

added manpage for roarclientpass

File size: 1.6 KB
Line 
1.\" roarclientpass.1:
2
3.TH "roarclientpass" "1" "July 2010" "RoarAudio" "System User's Manual: roarclientpass"
4
5.SH NAME
6
7roarclientpass \- Passing clients to and creating new listen sockets on RoarAudio sound server
8
9.SH SYNOPSIS
10
11roarclientpass [OPTIONS]...
12
13.SH DESCRIPTION
14
15This program let you pass new clients to a RoarAudio sound server as as a proxy and
16let you add new listen sockets to a running server.
17
18.SH "OPTIONS"
19
20.TP
21\fB--server    SERVER\fR
22Set server hostname.
23
24.TP
25\fB--stdin\fR
26Client is on stdin.
27
28.TP
29\fB--stdout\fR
30Client is on stdout.
31
32.TP
33\fB--stdio\fR
34Same as \-\-stdin \-\-stdout.
35
36This option may for example be used in case of being runed from a inetd.
37
38.TP
39\fB--stderr\fR
40Client is on stderr.
41
42Beside to make stderr known as client fh it will disable error output on stderr.
43This \fBmust\fR be used in case this program is used from inetd or simular tools.
44
45.TP
46\fB--client-fh FH\fR
47Client is on FH.
48
49This is basicly the same as \-\-client-fh on roard(1).
50
51.TP
52\fB--proto PROTO\fR
53Set the protocol used by the client.
54
55Defaults to RoarAudio.
56
57.TP
58\fB--byteorder BO\fR
59Sets the byteorder used by the client.
60
61Defaults to network byte order.
62
63.TP
64\fB--listen\fR
65Client is a listen connection.
66
67This is not the same as \-\-mode listen.
68
69.TP
70\fB--mode MODE\fR
71Set mode of operation: none, listen or connect
72
73Defaults to none.
74
75.TP
76\fB--bind BIND\fR
77Set host/node/path for mode listen and connect.
78
79.TP
80\fB--port PORT\fR
81Set port for mode listen and connect.
82
83.TP
84\fB--help\fR
85Show this help
86
87.SH "SEE ALSO"
88\fBroartips\fR(7),
89\fBlibroar\fR(7),
90\fBRoarAudio\fR(7).
91
92.SH "HISTORY"
93
94For history information see \fBRoarAudio\fR(7).
95
96.\" ll
Note: See TracBrowser for help on using the repository browser.