diff options
author | David Robillard <d@drobilla.net> | 2025-01-30 21:02:52 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-01-31 12:16:07 -0500 |
commit | 63b0e7c87dd0fa0b6f3c5dc0f75fb616a5a57ee1 (patch) | |
tree | da316b02841d9b75ccb183441e49d3516c8d27a1 /doc/lv2apply.1 | |
parent | 704cfa39b9c885a814a1feef294a19b9c90232b4 (diff) | |
download | lilv-63b0e7c87dd0fa0b6f3c5dc0f75fb616a5a57ee1.tar.gz lilv-63b0e7c87dd0fa0b6f3c5dc0f75fb616a5a57ee1.tar.bz2 lilv-63b0e7c87dd0fa0b6f3c5dc0f75fb616a5a57ee1.zip |
Remove project and version number from man page OS field
The mandoc documentation suggests leaving this blank. Although I still think
it's nicer for third-party projects to put their own versions here (as many GNU
utilities do, for example), it's a hassle in practice to maintain the version
over time, and I'm not sure what to do about the date in that case.
Diffstat (limited to 'doc/lv2apply.1')
-rw-r--r-- | doc/lv2apply.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lv2apply.1 b/doc/lv2apply.1 index aaf0985..e34a6c6 100644 --- a/doc/lv2apply.1 +++ b/doc/lv2apply.1 @@ -1,8 +1,8 @@ -.\" # Copyright 2010-2024 David Robillard <d@drobilla.net> +.\" # Copyright 2010-2025 David Robillard <d@drobilla.net> .\" # SPDX-License-Identifier: ISC .Dd January 20, 2025 .Dt LV2APPLY 1 -.Os Lilv 0.24.27 +.Os .Sh NAME .Nm lv2apply .Nd apply an LV2 plugin to an audio file |