diff options
author | David Robillard <d@drobilla.net> | 2025-01-30 20:59:43 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-01-30 20:59:43 -0500 |
commit | f46b59fe320d04f40be8e72fb1847360a0bcb562 (patch) | |
tree | 304411bfefe590b611f43271d1c5c92f6de17bde /doc | |
parent | 8ebe319e1b626fcbaab4c6db10279590500c0c23 (diff) | |
download | patchage-f46b59fe320d04f40be8e72fb1847360a0bcb562.tar.gz patchage-f46b59fe320d04f40be8e72fb1847360a0bcb562.tar.bz2 patchage-f46b59fe320d04f40be8e72fb1847360a0bcb562.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')
-rw-r--r-- | doc/patchage.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/patchage.1 b/doc/patchage.1 index 06e64e6..b1654ee 100644 --- a/doc/patchage.1 +++ b/doc/patchage.1 @@ -2,7 +2,7 @@ .\" # SPDX-License-Identifier: CC-BY-SA-4.0 or GPL-3.0-or-later .Dd November 30, 2022 .Dt PATCHAGE 1 -.Os Patchage 1.0.11 +.Os .Sh NAME .Nm patchage .Nd graphically connect JACK/ALSA audio/MIDI applications |