Browse Source

man pages fixed

Oleg Moskalenko 9 years ago
parent
commit
df5e16da15
4 changed files with 25 additions and 9 deletions
  1. 10 3
      README.turnserver
  2. 1 1
      man/man1/turnadmin.1
  3. 13 4
      man/man1/turnserver.1
  4. 1 1
      man/man1/turnutils.1

+ 10 - 3
README.turnserver

@@ -259,11 +259,18 @@ Flags:
     
     
 Options with values:  
 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.
 -d, --listening-device	Listener interface device.
 			(NOT RECOMMENDED. Optional functionality, Linux only). 
 			(NOT RECOMMENDED. Optional functionality, Linux only). 

+ 1 - 1
man/man1/turnadmin.1

@@ -1,5 +1,5 @@
 .\" Text automatically generated by txt2man
 .\" Text automatically generated by txt2man
-.TH TURN 1 "24 September 2016" "" ""
+.TH TURN 1 "25 September 2016" "" ""
 .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 

+ 13 - 4
man/man1/turnserver.1

@@ -1,5 +1,5 @@
 .\" Text automatically generated by txt2man
 .\" Text automatically generated by txt2man
-.TH TURN 1 "24 September 2016" "" ""
+.TH TURN 1 "25 September 2016" "" ""
 .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 
@@ -396,15 +396,24 @@ Options with values:
 .TP
 .TP
 .B
 .B
 \fB\-\-stale\-nonce\fP[=<value>]
 \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
 .TP
 .B
 .B
 \fB\-\-max\-allocate\-lifetime\fP
 \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
 .TP
 .B
 .B
 \fB\-\-channel\-lifetime\fP
 \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
 .TP
 .B
 .B
 \fB\-d\fP, \fB\-\-listening\-device\fP
 \fB\-d\fP, \fB\-\-listening\-device\fP

+ 1 - 1
man/man1/turnutils.1

@@ -1,5 +1,5 @@
 .\" Text automatically generated by txt2man
 .\" Text automatically generated by txt2man
-.TH TURN 1 "24 September 2016" "" ""
+.TH TURN 1 "25 September 2016" "" ""
 .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