summaryrefslogtreecommitdiffstats
path: root/server/man/include
Commit message (Collapse)AuthorAgeFilesLines
* Copy-edit, mainly fixing typos and EnglishDavid O'Brien2010-01-141-2/+3
| | | | | Some reformatting to stay within 79 char line length. Better definition of server vs. machine usage in failover section.
* Document the failover feature in manpagesJakub Hrozek2009-12-101-0/+41
| | | | Fixes: #309
* Manpage generationJakub Hrozek2009-05-142-0/+14
Provides a set of make rules for generating UNIX manual pages from DocBook 4.5 source as well as sample manpage for sss_useradd. Automatic generation of manual pages during "make" process is tunable with config parameter "--with-manpages". To rebuild the man pages separately, use the "make doc" target. Before building, the manpages are validated using a DTD schema.