man page fix

libevent.rpm
mom040267 11 years ago
parent 77a20cf1d5
commit 2e5c0f2f3c
  1. 31
      README.turnserver
  2. 2
      man/man1/turnadmin.1
  3. 33
      man/man1/turnserver.1
  4. 2
      man/man1/turnutils.1

@ -83,13 +83,14 @@ User database settings:
-b, --userdb User database file name (default - turnuserdb.conf), -b, --userdb User database file name (default - turnuserdb.conf),
for long-term credentials mechanism only. for long-term credentials mechanism only.
This user file database is being dynamically checked while the turnserver This user file database is being dynamically checked while the
is working, and the user accounts can be changed dynamically by turnserver is working, and the user accounts can be changed
editing the database. dynamically by editing the database.
-e, --psql-userdb User database connection string for PostgreSQL. -e, --psql-userdb User database connection string for PostgreSQL.
This database can be used for long-term and short-term credentials mechanisms, This database can be used for long-term and short-term
and it can store the secret value for secret-based timed authentication in TURN RESP API. credentials mechanisms, and it can store the secret value
for secret-based timed authentication in TURN RESP API.
The connection string format is like that: The connection string format is like that:
"host=<host> dbname=<dbname> user=<db-user> password=<db-user-password> connect_timeout=<seconds>" "host=<host> dbname=<dbname> user=<db-user> password=<db-user-password> connect_timeout=<seconds>"
@ -97,14 +98,16 @@ User database settings:
Or: Or:
"postgresql://username:password@hostname:port/databasename" (for 9.x or newer Postgres). "postgresql://username:password@hostname:port/databasename"
(for 9.x or newer Postgres).
See the INSTALL file for more explanations and examples. See the INSTALL file for more explanations and examples.
Also, see http://www.PostgreSQL.org for full PostgreSQL documentation. Also, see http://www.PostgreSQL.org for full PostgreSQL documentation.
-M, --mysql-userdb User database connection string for MySQL or MariaDB. -M, --mysql-userdb User database connection string for MySQL or MariaDB.
This database can be used for long-term and short-term credentials mechanisms, This database can be used for long-term and short-term
and it can store the secret value for secret-based timed authentication in TURN RESP API. credentials mechanisms, and it can store the secret value for
secret-based timed authentication in TURN RESP API.
The connection string format is like that: The connection string format is like that:
"host=<host> dbname=<dbname> user=<db-user> password=<db-user-password> connect_timeout=<seconds>" "host=<host> dbname=<dbname> user=<db-user> password=<db-user-password> connect_timeout=<seconds>"
@ -114,19 +117,21 @@ User database settings:
for full MySQL documentation. for full MySQL documentation.
-J, --mongo-userdb User database connection string for MongoDB. -J, --mongo-userdb User database connection string for MongoDB.
This database can be used for long-term and short-term credentials mechanisms, This database can be used for long-term and short-term
and it can store the secret value for secret-based timed authentication in TURN RESP API. credentials mechanisms, and it can store the secret value
for secret-based timed authentication in TURN RESP API.
The connection string format is like that: The connection string format is like that:
"mongodb://[username:password@]host1[:port1][,host2[:port2],...[,hostN[:portN]]][/[database][?options]]" "mongodb://[username:password@]host1[:port1][,host2[:port2],...[,hostN[:portN]]] [/[database][?options]]"
See the INSTALL file for more explanations and examples. See the INSTALL file for more explanations and examples.
Also, see http://docs.mongodb.org/manual/ Also, see http://docs.mongodb.org/manual/
for full MongoDB documentation. for full MongoDB documentation.
-N, --redis-userdb User database connection string for Redis. -N, --redis-userdb User database connection string for Redis.
This database can be used for long-term and short-term credentials mechanisms, This database can be used for long-term and short-term
and it can store the secret value for secret-based timed authentication in TURN RESP API. credentials mechanisms, and it can store the secret
value for secret-based timed authentication in TURN RESP API.
The connection string format is like that: The connection string format is like that:
"ip=<ip-addr> dbname=<db-number> password=<db-password> connect_timeout=<seconds>" "ip=<ip-addr> dbname=<db-number> password=<db-password> connect_timeout=<seconds>"

@ -1,5 +1,5 @@
.\" Text automatically generated by txt2man .\" Text automatically generated by txt2man
.TH TURN 1 "15 July 2014" "" "" .TH TURN 1 "22 July 2014" "" ""
.SH GENERAL INFORMATION .SH GENERAL INFORMATION
\fIturnadmin\fP is a TURN administration tool. This tool can be used to manage \fIturnadmin\fP is a TURN administration tool. This tool can be used to manage

@ -1,5 +1,5 @@
.\" Text automatically generated by txt2man .\" Text automatically generated by txt2man
.TH TURN 1 "15 July 2014" "" "" .TH TURN 1 "22 July 2014" "" ""
.SH GENERAL INFORMATION .SH GENERAL INFORMATION
The \fBTURN Server\fP project contains the source code of a TURN server and TURN client The \fBTURN Server\fP project contains the source code of a TURN server and TURN client
@ -134,15 +134,16 @@ User database settings:
\fB\-b\fP, \fB\-\-userdb\fP \fB\-b\fP, \fB\-\-userdb\fP
User database file name (default \- turnuserdb.conf), User database file name (default \- turnuserdb.conf),
for long\-term credentials mechanism only. for long\-term credentials mechanism only.
This user file database is being dynamically checked while the \fIturnserver\fP This user file database is being dynamically checked while the
is working, and the user accounts can be changed dynamically by \fIturnserver\fP is working, and the user accounts can be changed
editing the database. dynamically by editing the database.
.TP .TP
.B .B
\fB\-e\fP, \fB\-\-psql\-userdb\fP \fB\-e\fP, \fB\-\-psql\-userdb\fP
User database connection string for PostgreSQL. User database connection string for PostgreSQL.
This database can be used for long\-term and short\-term credentials mechanisms, This database can be used for long\-term and short\-term
and it can store the secret value for secret\-based timed authentication in TURN RESP API. credentials mechanisms, and it can store the secret value
for secret\-based timed authentication in TURN RESP API.
The connection string format is like that: The connection string format is like that:
.RS .RS
.PP .PP
@ -151,7 +152,8 @@ The connection string format is like that:
.PP .PP
Or: Or:
.PP .PP
"postgresql://username:password@hostname:port/databasename" (for 9.x or newer Postgres). "postgresql://username:password@hostname:port/databasename"
(for 9.x or newer Postgres).
See the INSTALL file for more explanations and examples. See the INSTALL file for more explanations and examples.
.PP .PP
Also, see http://www.PostgreSQL.org for full PostgreSQL documentation. Also, see http://www.PostgreSQL.org for full PostgreSQL documentation.
@ -160,8 +162,9 @@ Also, see http://www.PostgreSQL.org for full PostgreSQL documentation.
.B .B
\fB\-M\fP, \fB\-\-mysql\-userdb\fP \fB\-M\fP, \fB\-\-mysql\-userdb\fP
User database connection string for MySQL or MariaDB. User database connection string for MySQL or MariaDB.
This database can be used for long\-term and short\-term credentials mechanisms, This database can be used for long\-term and short\-term
and it can store the secret value for secret\-based timed authentication in TURN RESP API. credentials mechanisms, and it can store the secret value for
secret\-based timed authentication in TURN RESP API.
The connection string format is like that: The connection string format is like that:
.RS .RS
.PP .PP
@ -175,12 +178,13 @@ for full MySQL documentation.
.B .B
\fB\-J\fP, \fB\-\-mongo\-userdb\fP \fB\-J\fP, \fB\-\-mongo\-userdb\fP
User database connection string for MongoDB. User database connection string for MongoDB.
This database can be used for long\-term and short\-term credentials mechanisms, This database can be used for long\-term and short\-term
and it can store the secret value for secret\-based timed authentication in TURN RESP API. credentials mechanisms, and it can store the secret value
for secret\-based timed authentication in TURN RESP API.
The connection string format is like that: The connection string format is like that:
.RS .RS
.PP .PP
"mongodb://[username:password@]host1[:port1][,host2[:port2],\.\.\.[,hostN[:portN]]][/[database][?\fIoptions\fP]]" "mongodb://[username:password@]host1[:port1][,host2[:port2],\.\.\.[,hostN[:portN]]] [/[database][?\fIoptions\fP]]"
See the INSTALL file for more explanations and examples. See the INSTALL file for more explanations and examples.
.PP .PP
Also, see http://docs.mongodb.org/manual/ Also, see http://docs.mongodb.org/manual/
@ -190,8 +194,9 @@ for full MongoDB documentation.
.B .B
\fB\-N\fP, \fB\-\-redis\-userdb\fP \fB\-N\fP, \fB\-\-redis\-userdb\fP
User database connection string for Redis. User database connection string for Redis.
This database can be used for long\-term and short\-term credentials mechanisms, This database can be used for long\-term and short\-term
and it can store the secret value for secret\-based timed authentication in TURN RESP API. credentials mechanisms, and it can store the secret
value for secret\-based timed authentication in TURN RESP API.
The connection string format is like that: The connection string format is like that:
.RS .RS
.PP .PP

@ -1,5 +1,5 @@
.\" Text automatically generated by txt2man .\" Text automatically generated by txt2man
.TH TURN 1 "15 July 2014" "" "" .TH TURN 1 "22 July 2014" "" ""
.SH GENERAL INFORMATION .SH GENERAL INFORMATION
A set of turnutils_* programs provides some utility functionality to be used A set of turnutils_* programs provides some utility functionality to be used

Loading…
Cancel
Save