# # # patch "monotone.texi" # from [0941acfaa90b42dddf1b346dffc08611d9d75333] # to [69c348bb91f02ee7af764d626016290341381243] # ============================================================ --- monotone.texi 0941acfaa90b42dddf1b346dffc08611d9d75333 +++ monotone.texi 69c348bb91f02ee7af764d626016290341381243 @@ -2366,13 +2366,12 @@ restrictive about which interfaces and addresses his new server process will listen on. He should only accept connections at the address used for his website, because some of the provider's other customers might -also want to publish their own monotone projects on this server. In the -startup script for the server, Jim uses the @code{--bind=address:port} -argument like so: +also want to publish their own monotone projects on this host. Jim uses +the @code{--bind=address:port} argument like so: @smallexample @group -$ monotone --db=server.db --bind=www.juicebot.co.jp "jp.co.juicebot.jb7*" +$ monotone --db=server.db --bind=www.juicebot.co.jp serve "jp.co.juicebot.jb7*" @end group @end smallexample