From 249f89181c4db5b15aab15472bb72402527434f5 Mon Sep 17 00:00:00 2001 From: Paul Bolle Date: Mon, 13 Jul 2009 13:35:05 -0400 Subject: Bug 16688 - typo in dbus-monitor.1 s/dbus_bus_add_watch/dbus_bus_add_match/ Signed-off-by: Colin Walters --- tools/dbus-monitor.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/dbus-monitor.1 b/tools/dbus-monitor.1 index 5dea4ac8..f793e7eb 100644 --- a/tools/dbus-monitor.1 +++ b/tools/dbus-monitor.1 @@ -37,7 +37,7 @@ and monitoring output format respectively. If neither is specified, .PP In order to get \fIdbus-monitor\fP to see the messages you are interested in, you should specify a set of watch expressions as you would expect to -be passed to the \fIdbus_bus_add_watch\fP function. +be passed to the \fIdbus_bus_add_match\fP function. .PP The message bus configuration may keep \fIdbus-monitor\fP from seeing -- cgit