Browse Source

Beginning of manual page.

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@497 e5f2f494-b856-4b98-b285-d166d9295462
Jeremy C. Reed 15 years ago
parent
commit
8e57f3c2c3
1 changed files with 50 additions and 0 deletions
  1. 50 0
      src/bin/msgq/msgq.8

+ 50 - 0
src/bin/msgq/msgq.8

@@ -0,0 +1,50 @@
+.\" Copyright (C) 2010  Internet Systems Consortium, Inc. ("ISC")
+.Dd January 21, 2010
+.Dt MSGQ 8
+.Os
+.Sh NAME
+.Nm msgq
+.Nd message routing daemon for the Command channel
+.\" TODO: spell out CC
+.Sh SYNOPSIS
+.Nm
+.Op Fl m Ar number
+.Op Fl v
+.\" TODO: this seems wrong, what is correct for long options?
+.Op Fl msgq-port Ar number
+.Op Fl verbose
+.Sh DESCRIPTION
+The
+.Nm
+daemon handles message routing for the Command channel.
+It listens on 127.0.0.1.
+.\" TODO: point to Command channel specification or document some here
+.Sh OPTIONS
+The arguments are as follows:
+.
+.Bl -tag -width indent
+.It Fl m Ar number , Fl msgq-port Ar number
+The port
+.Ar number
+that
+.Nm
+will listen on.
+The default is 9912.
+.It Fl v , verbose
+Display more about what
+.Nm
+is doing.
+.El
+.\" .Sh SEE ALSO
+.\" .Sh STANDARDS
+.Sh HISTORY
+The python version of
+.Nm
+was first coded in December 2009.
+An older C version with different wire format was coded in September 2009.
+.Sh AUTHORS
+The
+.Nm
+daemon and Control channel specification
+were initially designed by Michael Graff of ISC.
+.\" .Sh BUGS