<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"># HG changeset patch
# Parent 9f43d026e1c5f758f01ea3e4b478f4b489486c14
Add man pages for dpid and dpidc.

diff -r 9f43d026e1c5 doc/Makefile.am
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,5 +1,5 @@
 dist_doc_DATA = user_help.html
-man_MANS = dillo.1
+man_MANS = dillo.1 dpid.1 dpidc.1
 EXTRA_DIST = \
         $(man_MANS) \
 	index.doc \
diff -r 9f43d026e1c5 doc/dillo.1
--- a/doc/dillo.1
+++ b/doc/dillo.1
@@ -1,4 +1,4 @@
-.TH dillo 1 "November 5, 2012" "" "USER COMMANDS"
+.TH dillo 1 "2013-01-06" "" "User Commands"
 .SH NAME
 dillo \- web browser
 .SH SYNOPSIS
@@ -62,12 +62,6 @@
 URL of proxy to send HTTP traffic through.
 .SH FILES
 .TP
-.I dpid
-Dillo plugin daemon
-.TP
-.I dpidc
-Control program for dpid.
-.TP
 .I ~/.dillo/bm.txt
 User bookmarks
 .TP
@@ -86,20 +80,15 @@
 .I ~/.dillo/domainrc
 Rules for cross-domain requests.
 .TP
-.I ~/.dillo/dpid_comm_keys
-Keys used in dpi daemon communication.
-.TP
-.I ~/.dillo/dpidrc
-Contains name of directory containing dpis, and associates
-dpi files with protocols.
-.TP
 .I ~/.dillo/keysrc
 Keybindings.
 .TP
 .I ~/.dillo/style.css
 User style sheet
 .SH SEE ALSO
-.BR wget (1)
+.BR wget (1),
+.BR dpid (1),
+.BR dpidc (1)
 .PP
 Dillo website:
 .B http://www.dillo.org
diff -r 9f43d026e1c5 doc/dpid.1
--- /dev/null
+++ b/doc/dpid.1
@@ -0,0 +1,22 @@
+.TH dillo 1 "January 6, 2013" "" "USER COMMANDS"
+.SH NAME
+dpid \- Dillo plugin daemon
+.SH SYNOPSIS
+.B dpid
+.SH DESCRIPTION
+.PP
+dpid is the Dillo plugin daemon.  It is similar to the
+.BR inetd (1)
+daemon.  dpid listens for service requests from Dillo and invokes
+required plugins.
+.SH FILES
+.TP
+.I ~/.dillo/dpid_comm_keys
+Keys used in dpi daemon communication.
+.TP
+.I ~/.dillo/dpidrc
+Contains name of directory containing dpis, and associates
+dpi files with protocols.
+.SH SEE ALSO
+.BR dillo (1),
+.BR dpidc (1)
diff -r 9f43d026e1c5 doc/dpidc.1
--- /dev/null
+++ b/doc/dpidc.1
@@ -0,0 +1,25 @@
+.TH dillo 1 "January 6, 2013" "" "USER COMMANDS"
+.SH NAME
+dpidc \- control program for dpid
+.SH SYNOPSIS
+.B dpidc &lt;stop|register|chat&gt;
+.SH DESCRIPTION
+.PP
+dpidc is the client to control dpid
+.SH COMMANDS
+.SS stop
+Send DpiBye command to all active non-filter dpis.
+.SS register
+Register available dpis and stop active non-filter dpis.
+.SS chat
+Send custom message to dpid.
+.SH EXIT STATUS
+.TP
+.B 0
+Successful program execution.
+.TP
+.B 1
+Usage, error.
+.SH SEE ALSO
+.BR dillo (1),
+.BR dpidc (1)
</pre></body></html>