This patch replaces the existing out-of-date man page for lldb and
replaces it with an RST file from which sphinx generates the actual
troff file. This is similar to how man pages are generated for the rest
of the LLVM utilities.
The man page is generated by building the docs-lldb-man target.
While this is technically correct, as an end-user this makes me wonder if I picked the wrong command when I'm looking for the debugger.
How about:
lldb is a fully featured debugger. It is a command line interface to the LLDB debugger library.