ceph/man/8/librados-config.rst
Kefu Chai 301fe6cbf2 doc: generate man pages in man/Makefile
* move rst files from doc/man/8 into man/8
* extract man_pages setting for sphinx from doc/conf.py to man/conf.py
* generate all man pages in `make install`
* add python-sphinx to Build-Depends
* check for sphinx-build in `configure`
* run changed rst files through sphinx-build in `make check`

Signed-off-by: Kefu Chai <kchai@redhat.com>
2015-03-24 12:36:41 +08:00

45 lines
810 B
ReStructuredText

=======================================================
librados-config -- display information about librados
=======================================================
.. program:: librados-config
Synopsis
========
| **librados-config** [ --version ] [ --vernum ]
Description
===========
**librados-config** is a utility that displays information about the
installed ``librados``.
Options
=======
.. option:: --version
Display ``librados`` version
.. option:: --vernum
Display the ``librados`` version code
Availability
============
**librados-config** is part of Ceph, a massively scalable, open-source, distributed storage system.
Please refer to the Ceph documentation at http://ceph.com/docs for
more information.
See also
========
:doc:`ceph <ceph>`\(8),
:doc:`rados <rados>`\(8)