mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
docs: Remove escaping '\' from literals
commit 35066ed6c6
replaced entities, but
escaped the replacement text also inside literals, which resulted in the
escaping '\' to also appear in the documentation.
https://bugzilla.gnome.org/show_bug.cgi?id=727320
This commit is contained in:
committed by
Colin Walters
parent
31694f9ccb
commit
a0b932ac8b
@@ -41,7 +41,7 @@
|
||||
* (using g_file_get_path()) when using g_app_info_launch() even if
|
||||
* the application requested an URI and not a POSIX path. For example
|
||||
* for an desktop-file based application with Exec key `totem
|
||||
* \%U` and a single URI, `sftp://foo/file.avi`, then
|
||||
* %U` and a single URI, `sftp://foo/file.avi`, then
|
||||
* `/home/user/.gvfs/sftp on foo/file.avi` will be passed. This will
|
||||
* only work if a set of suitable GIO extensions (such as gvfs 2.26
|
||||
* compiled with FUSE support), is available and operational; if this
|
||||
|
Reference in New Issue
Block a user