From 245d8fa397f7867aca26d5dd41943a07e889a353 Mon Sep 17 00:00:00 2001 From: illfated Date: Thu, 5 Dec 2019 04:59:40 +0100 Subject: [PATCH] USMT/XML General Conventions: fix example typo Description: As suggested in issue ticket #5603 (USMT XML Ref typo - File.txt => file].txt), the example filename should contain the aforementioned bracket that this section is all about, as well as preferably use the same case (lowercase) as the directly following XML code. Thanks to ChadMcCaffery for reporting this typo. Changes proposed: - add the missing example bracket character - convert the filename "File" to lowercase "file" - add bold text for the filename to be more visible issue ticket closure or reference: Closes #5603 --- windows/deployment/usmt/usmt-general-conventions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/deployment/usmt/usmt-general-conventions.md b/windows/deployment/usmt/usmt-general-conventions.md index 2bffb25cd7..3439d25d7a 100644 --- a/windows/deployment/usmt/usmt-general-conventions.md +++ b/windows/deployment/usmt/usmt-general-conventions.md @@ -50,7 +50,7 @@ Before you modify the .xml files, become familiar with the following guidelines: - **File names with brackets** - If you are migrating a file that has a bracket character (\[ or \]) in the file name, you must insert a carat (^) character directly before the bracket for the bracket character to be valid. For example, if there is a file named File.txt, you must specify `c:\documents\mydocs [file^].txt]` instead of `c:\documents\mydocs [file].txt]`. + If you are migrating a file that has a bracket character (\[ or \]) in the file name, you must insert a carat (^) character directly before the bracket for the bracket character to be valid. For example, if there is a file named **file].txt**, you must specify `c:\documents\mydocs [file^].txt]` instead of `c:\documents\mydocs [file].txt]`. - **Using quotation marks**