diff options
author | David Robillard <d@drobilla.net> | 2025-01-30 14:33:01 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-01-30 15:51:01 -0500 |
commit | 4ef30fd5e0f175a4f8c79be49fb15a4fc6676517 (patch) | |
tree | efe0ec0698e35516df50b7b26ebc771fb03e1873 /doc/man/serdi.1 | |
parent | 40cf01fefae08c4d750e3c42e3aaede9293ea881 (diff) | |
download | serd-4ef30fd5e0f175a4f8c79be49fb15a4fc6676517.tar.gz serd-4ef30fd5e0f175a4f8c79be49fb15a4fc6676517.tar.bz2 serd-4ef30fd5e0f175a4f8c79be49fb15a4fc6676517.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.
The version is passed to the mandoc command instead for generating the HTML man
pages, so those are unchanged.
Diffstat (limited to 'doc/man/serdi.1')
-rw-r--r-- | doc/man/serdi.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/serdi.1 b/doc/man/serdi.1 index 16d05c50..d928ad39 100644 --- a/doc/man/serdi.1 +++ b/doc/man/serdi.1 @@ -1,8 +1,8 @@ -.\" Copyright 2011-2024 David Robillard <d@drobilla.net> +.\" Copyright 2011-2025 David Robillard <d@drobilla.net> .\" SPDX-License-Identifier: ISC -.Dd January 18, 2025 +.Dd January 30, 2025 .Dt SERDI 1 -.Os Serd 0.32.4 +.Os .Sh NAME .Nm serdi .Nd read and write RDF syntax |