Browse Source

docs updated

Oleg Moskalenko 9 years ago
parent
commit
516e534ef2
5 changed files with 10 additions and 4 deletions
  1. 2 0
      README.turnserver
  2. 1 1
      man/man1/turnadmin.1
  3. 5 1
      man/man1/turnserver.1
  4. 1 1
      man/man1/turnutils.1
  5. 1 1
      src/apps/relay/mainrelay.c

+ 2 - 0
README.turnserver

@@ -153,6 +153,8 @@ Flags:
 
 -o, --daemon		Run server as daemon.
 
+--prod       	 	Production mode: hide the software version.
+
 -f, --fingerprint	Use fingerprints in the TURN messages. If an incoming request
 			contains a fingerprint, then TURN server will always add 
 			fingerprints to the messages in this session, regardless of the

+ 1 - 1
man/man1/turnadmin.1

@@ -1,5 +1,5 @@
 .\" Text automatically generated by txt2man
-.TH TURN 1 "17 October 2016" "" ""
+.TH TURN 1 "13 November 2016" "" ""
 .SH GENERAL INFORMATION
 
 \fIturnadmin\fP is a TURN administration tool. This tool can be used to manage 

+ 5 - 1
man/man1/turnserver.1

@@ -1,5 +1,5 @@
 .\" Text automatically generated by txt2man
-.TH TURN 1 "17 October 2016" "" ""
+.TH TURN 1 "13 November 2016" "" ""
 .SH GENERAL INFORMATION
 
 The \fBTURN Server\fP project contains the source code of a TURN server and TURN client 
@@ -228,6 +228,10 @@ Extra verbose mode, very annoying and not recommended.
 Run server as daemon.
 .TP
 .B
+\fB\-\-prod\fP
+Production mode: hide the software version.
+.TP
+.B
 \fB\-f\fP, \fB\-\-fingerprint\fP
 Use fingerprints in the TURN messages. If an incoming request
 contains a fingerprint, then TURN server will always add 

+ 1 - 1
man/man1/turnutils.1

@@ -1,5 +1,5 @@
 .\" Text automatically generated by txt2man
-.TH TURN 1 "17 October 2016" "" ""
+.TH TURN 1 "13 November 2016" "" ""
 .SH GENERAL INFORMATION
 
 A set of turnutils_* programs provides some utility functionality to be used

+ 1 - 1
src/apps/relay/mainrelay.c

@@ -435,7 +435,7 @@ static char Usage[] = "Usage: turnserver [options]\n"
 " -v, --verbose					'Moderate' verbose mode.\n"
 " -V, --Verbose					Extra verbose mode, very annoying (for debug purposes only).\n"
 " -o, --daemon					Start process as daemon (detach from current shell).\n"
-" --prod       	 				Hide version.\n"
+" --prod       	 				Production mode: hide the software version.\n"
 " -f, --fingerprint				Use fingerprints in the TURN messages.\n"
 " -a, --lt-cred-mech				Use the long-term credential mechanism.\n"
 " -z, --no-auth					Do not use any credential mechanism, allow anonymous access.\n"