summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lv2info.124
-rw-r--r--doc/lv2ls.122
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>