Skip to content

Commit

Permalink
man pages fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mom040267 committed Sep 25, 2016
1 parent 2434b95 commit df5e16d
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 9 deletions.
13 changes: 10 additions & 3 deletions README.turnserver
Original file line number Diff line number Diff line change
Expand Up @@ -259,11 +259,18 @@ Flags:

Options with values:

--stale-nonce[=<value>] Use extra security with nonce value having limited lifetime, in seconds (default 600 secs).
--stale-nonce[=<value>] Use extra security with nonce value having
limited lifetime, in seconds (default 600 secs).

--max-allocate-lifetime Set the maximum value for the allocation lifetime. Default to 3600 secs.
--max-allocate-lifetime Set the maximum value for the allocation lifetime.
Default to 3600 secs.

--channel-lifetime Set the lifetime for channel binding, default to 600 secs. This value MUST not be changed for production purposes.
--channel-lifetime Set the lifetime for channel binding, default to 600 secs.
This value MUST not be changed for production purposes.

--permission-lifetime Set the value for the lifetime of the permission.
Default to 300 secs.
This MUST not be changed for production purposes.

-d, --listening-device Listener interface device.
(NOT RECOMMENDED. Optional functionality, Linux only).
Expand Down
2 changes: 1 addition & 1 deletion man/man1/turnadmin.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" Text automatically generated by txt2man
.TH TURN 1 "24 September 2016" "" ""
.TH TURN 1 "25 September 2016" "" ""
.SH GENERAL INFORMATION

\fIturnadmin\fP is a TURN administration tool. This tool can be used to manage
Expand Down
17 changes: 13 additions & 4 deletions man/man1/turnserver.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" Text automatically generated by txt2man
.TH TURN 1 "24 September 2016" "" ""
.TH TURN 1 "25 September 2016" "" ""
.SH GENERAL INFORMATION

The \fBTURN Server\fP project contains the source code of a TURN server and TURN client
Expand Down Expand Up @@ -396,15 +396,24 @@ Options with values:
.TP
.B
\fB\-\-stale\-nonce\fP[=<value>]
Use extra security with nonce value having limited lifetime, in seconds (default 600 secs).
Use extra security with nonce value having
limited lifetime, in seconds (default 600 secs).
.TP
.B
\fB\-\-max\-allocate\-lifetime\fP
Set the maximum value for the allocation lifetime. Default to 3600 secs.
Set the maximum value for the allocation lifetime.
Default to 3600 secs.
.TP
.B
\fB\-\-channel\-lifetime\fP
Set the lifetime for channel binding, default to 600 secs. This value MUST not be changed for production purposes.
Set the lifetime for channel binding, default to 600 secs.
This value MUST not be changed for production purposes.
.TP
.B
\fB\-\-permission\-lifetime\fP
Set the value for the lifetime of the permission.
Default to 300 secs.
This MUST not be changed for production purposes.
.TP
.B
\fB\-d\fP, \fB\-\-listening\-device\fP
Expand Down
2 changes: 1 addition & 1 deletion man/man1/turnutils.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" Text automatically generated by txt2man
.TH TURN 1 "24 September 2016" "" ""
.TH TURN 1 "25 September 2016" "" ""
.SH GENERAL INFORMATION

A set of turnutils_* programs provides some utility functionality to be used
Expand Down

0 comments on commit df5e16d

Please sign in to comment.