From e951bf1ae3cfb21fe005f9c5984884f5367d00df Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 23 Mar 2022 15:34:19 +0000 Subject: [PATCH] docs: Improve formatting for some file monitor documentation Signed-off-by: Philip Withnall --- docs/reference/gio/overview.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/gio/overview.xml b/docs/reference/gio/overview.xml index bf4f4cd0c..f30b14215 100644 --- a/docs/reference/gio/overview.xml +++ b/docs/reference/gio/overview.xml @@ -390,9 +390,9 @@ Gvfs is also heavily distributed and relies on a session bus to be present. This variable can be set to the name of a #GFileMonitor implementation to override the default for debugging purposes. The #GFileMonitor implementation for local files that is included - in GIO on Linux has the name "inotify", others that are built + in GIO on Linux has the name inotify, others that are built are built as modules (depending on the platform) are called - "fam" and "fen". + fam and fen. The special value help can be used to print a list of available implementations to standard output.