Browse Source

man page fixes

mom040267 11 years ago
parent
commit
1b9c8e2a92
2 changed files with 2 additions and 4 deletions
  1. 1 2
      README.turnserver
  2. 1 2
      man/man1/turnserver.1

+ 1 - 2
README.turnserver

@@ -122,8 +122,7 @@ User database settings:
 		for secret-based timed authentication in TURN RESP API.
 		The connection string format is like that:
 		 
-		"mongodb://[username:password@]host1[:port1][,host2[:port2],...
-			[,hostN[:portN]]][/[database][?options]]"
+		"mongodb://username:password@host:port/database?options"
 		See the INSTALL file for more explanations and examples.
 		
 		Also, see http://docs.mongodb.org/manual/

+ 1 - 2
man/man1/turnserver.1

@@ -184,8 +184,7 @@ for secret\-based timed authentication in TURN RESP API.
 The connection string format is like that:
 .RS
 .PP
-"mongodb://[username:password@]host1[:port1][,host2[:port2],\.\.\.
-[,hostN[:portN]]][/[database][?\fIoptions\fP]]"
+"mongodb://username:password@host:port/database?\fIoptions\fP"
 See the INSTALL file for more explanations and examples.
 .PP
 Also, see http://docs.mongodb.org/manual/