diff options
author | Gordon Sim <gsim@apache.org> | 2010-06-30 11:25:43 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2010-06-30 11:25:43 +0000 |
commit | 6cbec1a71bba22be99aa5b7d9dde4ebc2c23ca26 (patch) | |
tree | 4a71d4dd653629476699607012a06bec8df1ad57 /qpid/cpp/docs/man/qpidd.x | |
parent | 0c79cb4e00cc37d6adab0997c65591401a71cca3 (diff) | |
download | qpid-python-6cbec1a71bba22be99aa5b7d9dde4ebc2c23ca26.tar.gz |
Added sed based alternative to help2man to ensure that a reasonable man page is produced in all cases
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@959271 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/docs/man/qpidd.x')
-rw-r--r-- | qpid/cpp/docs/man/qpidd.x | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/qpid/cpp/docs/man/qpidd.x b/qpid/cpp/docs/man/qpidd.x index 9f1b465701..af5d9628ee 100644 --- a/qpid/cpp/docs/man/qpidd.x +++ b/qpid/cpp/docs/man/qpidd.x @@ -1,15 +1,15 @@ [NAME] -qpidd \- the Qpid AMQP Broker Daemon +qpidd \- the Qpid AMQP Message Broker Daemon [SYNOPSIS] -qpidd [options] +qpidd [-p port] [--config config_file] [--data-dir directory] [DESCRIPTION] -An AMQP broker daemon that stores, routes and forwards messages using -the Advanced Message Queueing Protocol (AMQP). +An AMQP message broker daemon that stores, routes and forwards +messages using the Advanced Message Queueing Protocol (AMQP). [OPTIONS] @@ -28,7 +28,6 @@ Each line is a name=value pair. Blank lines and lines beginning with # are ignor # My qpidd configuration file. port=6000 max-connections=10 - log-to-stdout=yes log-to-file=/tmp/qpidd.log [ENVIRONMENT] @@ -43,4 +42,10 @@ The environment variable is the option name in uppercase, prefixed with QPID_ an export QPID_MAX_CONNECTIONS=10 export QPID_LOG_TO_FILE=/tmp/qpidd.log +[AUTHOR] +The Apache Qpid Project, dev@qpid.apache.org + +[REPORTING BUGS] + +Please report bugs to users@qpid.apache.org |