summaryrefslogtreecommitdiffstats
path: root/tools/dbus-cleanup-sockets.1
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-06-01 07:33:59 +0000
committerHavoc Pennington <hp@redhat.com>2003-06-01 07:33:59 +0000
commit0e024fc53a5effadedd56427ffe261c417e45222 (patch)
tree210bdefa584697bebe2be63d4ef3b5a8ce1f30b9 /tools/dbus-cleanup-sockets.1
parenta2e144132e03a8d5bc289b727c747c9b0e6c0508 (diff)
2003-06-01 Havoc Pennington <hp@pobox.com>
* tools/dbus-cleanup-sockets.c: add utility to clean up sockets in /tmp (though on Linux this will end up being useless, when we add abstract namespace support) * configure.in: define DBUS_SESSION_SOCKET_DIR in addition to subst'ing it
Diffstat (limited to 'tools/dbus-cleanup-sockets.1')
-rw-r--r--tools/dbus-cleanup-sockets.130
1 files changed, 30 insertions, 0 deletions
diff --git a/tools/dbus-cleanup-sockets.1 b/tools/dbus-cleanup-sockets.1
new file mode 100644
index 00000000..3f125dcc
--- /dev/null
+++ b/tools/dbus-cleanup-sockets.1
@@ -0,0 +1,30 @@
+.\"
+.\" dbus-cleanup-sockets manual page.
+.\" Copyright (C) 2003 Red Hat, Inc.
+.\"
+.TH dbus-cleanup-sockets 1
+.SH NAME
+dbus-cleanup-sockets \- clean up leftover sockets in a directory
+.SH SYNOPSIS
+.PP
+.B dbus-cleanup-sockets [DIRECTORY]
+
+.SH DESCRIPTION
+
+The \fIdbus-cleanup-sockets\fP command cleans up sockets used for
+D-BUS connections. See http://www.freedesktop.org/software/dbus/ for
+more information about the big picture.
+
+.PP
+If given no arguments, \fIdbus-cleanup-sockets\fP cleans up sockets
+in the standard default socket directory for the
+per-user-login-session message bus; this is usually /tmp.
+Optionally, you can pass a different directory on the command line.
+
+.SH AUTHOR
+dbus-cleanup-sockets was adapted by Havoc Pennington from
+linc-cleanup-sockets written by Michael Meeks.
+
+.SH BUGS
+Please send bug reports to the D-BUS mailing list or bug tracker,
+see http://www.freedesktop.org/software/dbus/