diff options
author | David Robillard <d@drobilla.net> | 2012-01-17 20:27:38 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-01-17 20:27:38 +0000 |
commit | 5c63a7401c3c6535557633b9c0e3e1b2b0ef144b (patch) | |
tree | 9f4bdef8ff2ae14cf625ece34ffd424fb29c439c /doc/lv2ls.1 | |
parent | dd856a015d5344eac31c288b1e006d3090ed1f89 (diff) | |
download | lilv-5c63a7401c3c6535557633b9c0e3e1b2b0ef144b.tar.gz lilv-5c63a7401c3c6535557633b9c0e3e1b2b0ef144b.tar.bz2 lilv-5c63a7401c3c6535557633b9c0e3e1b2b0ef144b.zip |
Fix syntax errors in man pages.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3961 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'doc/lv2ls.1')
-rw-r--r-- | doc/lv2ls.1 | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/doc/lv2ls.1 b/doc/lv2ls.1 index bb48b18..4dfa616 100644 --- a/doc/lv2ls.1 +++ b/doc/lv2ls.1 @@ -1,19 +1,5 @@ -.\" 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 "8 Jan 2012" -.\" Please adjust this date whenever revising the manpage. -.\" -.\" Some roff macros, for reference: -.\" .nh disable hyphenation -.\" .hy enable hyphenation -.\" .ad l left justify -.\" .ad b justify to both left and right margins -.\" .nf disable filling -.\" .fi enable filling -.\" .br insert line break -.\" .sp <n> insert n+1 empty lines -.\" for manpage-specific macros, see man(7) +.TH LV2LS 1 "17 Jan 2012" + .SH NAME .B lv2ls \- List all installed LV2 plugins. @@ -22,7 +8,7 @@ .SH OPTIONS .TP -\fB\-n\fT, \fB\-\-names\fR +\fB\-n\fR, \fB\-\-names\fR Show names instead of URIs .TP |