diff options
author | Daniel Baumann <daniel@debian.org> | 2007-11-13 21:43:08 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:29 +0100 |
commit | f17de7ce7cb7c50b8cb30d67fc0f292762a3b160 (patch) | |
tree | 675f83ce2679b22975e0a3e39f737313aabb330f | |
parent | a2c2b6841f29e09a4da4d55d7e690c011dd963db (diff) | |
download | vyos-live-build-f17de7ce7cb7c50b8cb30d67fc0f292762a3b160.tar.gz vyos-live-build-f17de7ce7cb7c50b8cb30d67fc0f292762a3b160.zip |
Adding manpage for lh.
-rw-r--r-- | manpages/lh.en.1 | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/manpages/lh.en.1 b/manpages/lh.en.1 new file mode 100644 index 000000000..6320e1fb9 --- /dev/null +++ b/manpages/lh.en.1 @@ -0,0 +1,28 @@ +.TH LH 1 "2007\-11\-19" "1.0~a37" "live\-helper" + +.SH NAME +live\-helper \- generic live\-helper wrapper + +.SH SYNOPSIS +\fBlh\fR COMMAND [COMMAND_OPTIONS] [\fIlive\-helper options\fR] + +.SH DESCRIPTION +lh is a generic wrapper for live\-helper programs. Instead of calling "lh_command", it can also called through lh as "lh command", where command is a name of a live\-helper program. See the man page of live\-helper for a list of all available programs and the man page of lh_command for the documentation of the actuall helper. + +.SH SEE ALSO +\fIlive\-helper\fR(7) +.PP +This program is part of live\-helper. + +.SH BUGS +Report bugs against live\-helper +<\fIhttp://packages.qa.debian.org/live\-helper\fR>. + +.SH HOMEPAGE +More information about the Debian Live project can be found at +<\fIhttp://debian\-live.alioth.debian.org/\fR> and +<\fIhttp://wiki.debian.org/DebianLive/\fR>. + +.SH AUTHOR +live\-helper was written by Daniel Baumann <\fIdaniel@debian.org\fR> for the +Debian project. |