From df5e16da15f46baecc7c4dc3bac98cd81c7e03ce Mon Sep 17 00:00:00 2001 From: Oleg Moskalenko Date: Sun, 25 Sep 2016 00:04:42 -0700 Subject: [PATCH] man pages fixed --- README.turnserver | 13 ++++++++++--- man/man1/turnadmin.1 | 2 +- man/man1/turnserver.1 | 17 +++++++++++++---- man/man1/turnutils.1 | 2 +- 4 files changed, 25 insertions(+), 9 deletions(-) diff --git a/README.turnserver b/README.turnserver index 28ffb894..07f72132 100644 --- a/README.turnserver +++ b/README.turnserver @@ -259,11 +259,18 @@ Flags: Options with values: ---stale-nonce[=] Use extra security with nonce value having limited lifetime, in seconds (default 600 secs). +--stale-nonce[=] 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). diff --git a/man/man1/turnadmin.1 b/man/man1/turnadmin.1 index a14674f7..83daf5d4 100644 --- a/man/man1/turnadmin.1 +++ b/man/man1/turnadmin.1 @@ -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 diff --git a/man/man1/turnserver.1 b/man/man1/turnserver.1 index e57931b7..94883fdc 100644 --- a/man/man1/turnserver.1 +++ b/man/man1/turnserver.1 @@ -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 @@ -396,15 +396,24 @@ Options with values: .TP .B \fB\-\-stale\-nonce\fP[=] -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 diff --git a/man/man1/turnutils.1 b/man/man1/turnutils.1 index 02d16a38..2fac9bfa 100644 --- a/man/man1/turnutils.1 +++ b/man/man1/turnutils.1 @@ -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