diff options
author | David Robillard <d@drobilla.net> | 2025-01-30 21:02:01 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-01-31 12:14:10 -0500 |
commit | e6d863bba95e3a41db1c331e85684ba0c68c1ab7 (patch) | |
tree | 8dd97d5178dd90753b206e85f4b01b3114a9c527 /doc/sord_validate.1 | |
parent | 9337f9165954ede6c5ebfd3aa986d98a4cf7b9e6 (diff) | |
download | sord-e6d863bba95e3a41db1c331e85684ba0c68c1ab7.tar.gz sord-e6d863bba95e3a41db1c331e85684ba0c68c1ab7.tar.bz2 sord-e6d863bba95e3a41db1c331e85684ba0c68c1ab7.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/sord_validate.1')
-rw-r--r-- | doc/sord_validate.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/sord_validate.1 b/doc/sord_validate.1 index fc4f47a..16923d8 100644 --- a/doc/sord_validate.1 +++ b/doc/sord_validate.1 @@ -1,8 +1,8 @@ -.\" # Copyright 2012-2022 David Robillard <d@drobilla.net> +.\" # Copyright 2012-2025 David Robillard <d@drobilla.net> .\" # SPDX-License-Identifier: ISC .Dd January 20, 2025 .Dt SORD_VALIDATE 1 -.Os Sord 0.16.19 +.Os .Sh NAME .Nm sord_validate .Nd validate RDF data |