diff options
author | David Robillard <d@drobilla.net> | 2012-01-08 20:57:00 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-01-08 20:57:00 +0000 |
commit | acd1a7440e0b0a82db635861dc6fcc65f54b51a1 (patch) | |
tree | 3c5cee4fbcb90a9e576f37d3d1607bbef42e1156 /doc | |
parent | d7ea96c20f33febd871adea36e6ab5d77614d3db (diff) | |
download | lilv-acd1a7440e0b0a82db635861dc6fcc65f54b51a1.tar.gz lilv-acd1a7440e0b0a82db635861dc6fcc65f54b51a1.tar.bz2 lilv-acd1a7440e0b0a82db635861dc6fcc65f54b51a1.zip |
Update man pages.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3924 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lv2info.1 | 24 | ||||
-rw-r--r-- | doc/lv2ls.1 | 22 |
2 files changed, 37 insertions, 9 deletions
diff --git a/doc/lv2info.1 b/doc/lv2info.1 index dac2f2c..b596506 100644 --- a/doc/lv2info.1 +++ b/doc/lv2info.1 @@ -1,7 +1,7 @@ .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) -.TH LV2_INSPECT 1 "4 May 2009" +.TH LV2INFO 1 "8 Jan 2012" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: @@ -15,14 +15,30 @@ .\" .sp <n> insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME -.B lv2info \- print information about an LV2 plugin in human-readable form. +.B lv2info \- print information about an installed LV2 plugin. .SH SYNOPSIS .B lv2info PLUGIN_URI +.SH OPTIONS +.TP +\fB\-p FILE +Write Turtle description of plugin to FILE + +.TP +\fB\-m FILE +Add record of plugin to manifest FILE + +.TP +\fB\-\-help\fR +Display help and exit + +.TP +\fB\-\-version\fR +Display version information and exit + .SH SEE ALSO .BR lilv(3), -.BR lv2_list(1), -.BR lv2_jack_host(1), +.BR lv2ls(1) .SH AUTHOR lv2info was written by David Robillard <d@drobilla.net> diff --git a/doc/lv2ls.1 b/doc/lv2ls.1 index 3730c6f..bb48b18 100644 --- a/doc/lv2ls.1 +++ b/doc/lv2ls.1 @@ -1,7 +1,7 @@ .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) -.TH LV2_LIST 1 "4 May 2009" +.TH LV2_LIST 1 "8 Jan 2012" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: @@ -15,15 +15,27 @@ .\" .sp <n> insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME -.B lv2_list \- List all installed LV2 plugins. +.B lv2ls \- List all installed LV2 plugins. .SH SYNOPSIS -.B lv2_list +.B lv2ls [OPTIONS] + +.SH OPTIONS +.TP +\fB\-n\fT, \fB\-\-names\fR +Show names instead of URIs + +.TP +\fB\-\-help\fR +Display help and exit + +.TP +\fB\-\-version\fR +Display version information and exit .SH SEE ALSO .BR lilv(3), -.BR lv2ls(1), -.BR lv2jack(1), +.BR lv2info(1) .SH AUTHOR lv2ls was written by David Robillard <d@drobilla.net> |