From 42a1621849886911340ec394e4988b8a3a1bb315 Mon Sep 17 00:00:00 2001 From: Jonathan Bass Date: Tue, 15 May 2018 09:58:52 +0100 Subject: [PATCH] Issue_410: escaped backslash correctly --- doc/source/configuration/config_api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/configuration/config_api.rst b/doc/source/configuration/config_api.rst index 811a81c8..b7953afe 100644 --- a/doc/source/configuration/config_api.rst +++ b/doc/source/configuration/config_api.rst @@ -214,7 +214,7 @@ Services can be configured to run as a number of different identities, using the }); Runs the service using the specified username and password. This can also be configured using the command-line. -Please be sure to include the domain or UPN suffix in the username value e.g. **domain\username** or **username@suffix.com**. +Please be sure to include the domain or UPN suffix in the username value e.g. **domain\\username** or **username@suffix.com**. .. sourcecode:: csharp