浏览代码

* fixed unescaped backslash

marco 22 年之前
父节点
当前提交
604a77ead7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/sysutils.tex

+ 1 - 1
docs/sysutils.tex

@@ -1081,7 +1081,7 @@ On error, \var{False} is returned.
 \Declaration
 \Declaration
 Procedure DoDirSeparators(Var FileName : String);
 Procedure DoDirSeparators(Var FileName : String);
 \Description
 \Description
-This function replaces all directory separators \var{'\' and '/'}
+This function replaces all directory separators \var{'\\' and '/'}
 to the directory separator character for the current system.
 to the directory separator character for the current system.
 \Errors
 \Errors
 None.
 None.