diff options
author | David Robillard <d@drobilla.net> | 2016-09-05 15:34:55 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-09-05 16:01:28 -0400 |
commit | e236cc0618863edbbac002ad29fe7045a15d6b49 (patch) | |
tree | 6f9d42963e596ef4dfc186eef9fb97bd1f232d83 /doc | |
parent | 069d516e1fe5ee95c08417042e893a9348d5e921 (diff) | |
download | lilv-e236cc0618863edbbac002ad29fe7045a15d6b49.tar.gz lilv-e236cc0618863edbbac002ad29fe7045a15d6b49.tar.bz2 lilv-e236cc0618863edbbac002ad29fe7045a15d6b49.zip |
Tidy up man pages
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lv2apply.1 | 10 | ||||
-rw-r--r-- | doc/lv2info.1 | 8 | ||||
-rw-r--r-- | doc/lv2ls.1 | 2 |
3 files changed, 10 insertions, 10 deletions
diff --git a/doc/lv2apply.1 b/doc/lv2apply.1 index e82b25b..4877aba 100644 --- a/doc/lv2apply.1 +++ b/doc/lv2apply.1 @@ -1,4 +1,4 @@ -.TH LV2APPLY 1 "26 Aug 2016" +.TH LV2APPLY 1 "05 Sep 2016" .SH NAME .B lv2apply \- apply an LV2 plugin to an audio file @@ -7,15 +7,15 @@ .SH OPTIONS .TP -\fB\-i IN_FILE +\fB\-i IN_FILE\fR Input file .TP -\fB\-o OUT_FILE +\fB\-o OUT_FILE\fR Output file .TP -\fB\-c SYM VAL +\fB\-c SYM VAL\fR Set control port SYM to VAL .TP @@ -26,7 +26,7 @@ Display help and exit \fB\-\-version\fR Display version information and exit -.SH SEE ALSO +.SH "SEE ALSO" .BR lv2ls(1) .BR lv2info(1) diff --git a/doc/lv2info.1 b/doc/lv2info.1 index 6ad3d64..32a3bec 100644 --- a/doc/lv2info.1 +++ b/doc/lv2info.1 @@ -1,4 +1,4 @@ -.TH LV2INFO 1 "26 Aug 2016" +.TH LV2INFO 1 "05 Sep 2016" .SH NAME .B lv2info \- print information about an installed LV2 plugin @@ -7,11 +7,11 @@ .SH OPTIONS .TP -\fB\-p FILE +\fB\-p FILE\fR Write Turtle description of plugin to FILE .TP -\fB\-m FILE +\fB\-m FILE\fR Add record of plugin to manifest FILE .TP @@ -22,7 +22,7 @@ Display help and exit \fB\-\-version\fR Display version information and exit -.SH SEE ALSO +.SH "SEE ALSO" .BR lilv(3), .BR lv2ls(1) diff --git a/doc/lv2ls.1 b/doc/lv2ls.1 index 3357b4b..320b71c 100644 --- a/doc/lv2ls.1 +++ b/doc/lv2ls.1 @@ -19,7 +19,7 @@ Display help and exit \fB\-\-version\fR Display version information and exit -.SH SEE ALSO +.SH "SEE ALSO" .BR lilv(3), .BR lv2info(1) |