docs: Escape some backslashes for markdown

These no longer showed up correctly in the documentation.

https://bugzilla.gnome.org/show_bug.cgi?id=727346
This commit is contained in:
Volker Sobek 2014-03-30 16:40:46 +02:00 committed by Philip Withnall
parent d3745d14e1
commit c7dc81ce78
3 changed files with 3 additions and 3 deletions

View File

@ -2114,7 +2114,7 @@ g_file_read_link (const gchar *filename,
* an absolute file name one that either begins with a directory
* separator such as "\Users\tml" or begins with the root on a drive,
* for example "C:\Windows". The first case also includes UNC paths
* such as "\\myserver\docs\foo". In all cases, either slashes or
* such as "\\\\myserver\docs\foo". In all cases, either slashes or
* backslashes are accepted.
*
* Note that a file name relative to the current drive root does not

View File

@ -119,7 +119,7 @@
* are optional.
* Space before and after the '=' character are ignored. Newline, tab,
* carriage return and backslash characters in value are escaped as \n,
* \t, \r, and \\, respectively. To preserve leading spaces in values,
* \t, \r, and \\\\, respectively. To preserve leading spaces in values,
* these can also be escaped as \s.
*
* Key files can store strings (possibly with localized variants), integers,

View File

@ -2765,7 +2765,7 @@ interpolation_list_needs_match (GList *list)
* to the captured subexpression with the given name. '\0' refers
* to the complete match, but '\0' followed by a number is the octal
* representation of a character. To include a literal '\' in the
* replacement, write '\\'.
* replacement, write '\\\\'.
*
* There are also escapes that changes the case of the following text:
*