From 8d600672d9d2b1be6de69f02ecaa98587633d2bb Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 25 Jul 2012 10:43:44 +0200 Subject: Add man pages It is a nice thing if one can learn something about the running processes by looking up their man pages. This commit adds man pages for dconf-service, dconf-editor and the dconf utility in section 1. It also adds an overview man page in section 7. The contents of the overview are mostly taken from the current README. All these man pages are also included in the API docs, in a 'Programs' section. https://bugzilla.gnome.org/show_bug.cgi?id=680602 --- docs/dconf-service.xml | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 docs/dconf-service.xml (limited to 'docs/dconf-service.xml') diff --git a/docs/dconf-service.xml b/docs/dconf-service.xml new file mode 100644 index 0000000..507c14d --- /dev/null +++ b/docs/dconf-service.xml @@ -0,0 +1,63 @@ + + + + + + dconf-service + dconf + + + + Developer + Ryan + Lortie + desrt@desrt.ca + + + + + + + dconf-service + 1 + User Commands + + + + dconf-service + D-Bus service for writes to the dconf database + + + + + dconf-service + + + + + Description + + + The dconf-service program provides the ca.desrt.dconf name on the + session or system bus. Users or administrators should never need to start the service, as it will be + automatically started by + dbus-daemon1 + whenever an application tries to write settings. + + + + Reading values from the dconf database does not involve the service; it is only needed for writes. The + service is stateless and can exit freely at any time (and is therefore robust against crashes). + + + + + See Also + + dconf7, + dbus-daemon1, + systemd1 + + + -- cgit v1.2.1