From 1b9c8e2a923954fb1c1f13d97f60e73168045ac6 Mon Sep 17 00:00:00 2001 From: mom040267 Date: Tue, 22 Jul 2014 19:28:13 +0000 Subject: [PATCH] man page fixes --- README.turnserver | 3 +-- man/man1/turnserver.1 | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.turnserver b/README.turnserver index ccaf1c16..72da1ce6 100644 --- a/README.turnserver +++ b/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/ diff --git a/man/man1/turnserver.1 b/man/man1/turnserver.1 index 6c25ff21..d188187d 100644 --- a/man/man1/turnserver.1 +++ b/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/