From e6d863bba95e3a41db1c331e85684ba0c68c1ab7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 30 Jan 2025 21:02:01 -0500 Subject: 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. --- doc/sord_validate.1 | 4 ++-- doc/sordi.1 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'doc') 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 +.\" # Copyright 2012-2025 David Robillard .\" # 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 diff --git a/doc/sordi.1 b/doc/sordi.1 index 9578353..662fc7d 100644 --- a/doc/sordi.1 +++ b/doc/sordi.1 @@ -1,8 +1,8 @@ -.\" # Copyright 2011-2022 David Robillard +.\" # Copyright 2011-2025 David Robillard .\" # SPDX-License-Identifier: ISC .Dd January 20, 2025 .Dt SORDI 1 -.Os Sord 0.16.19 +.Os .Sh NAME .Nm sordi .Nd load and rewrite RDF data -- cgit v1.2.1