From 5d0165c29da11ab3d88f4a7d4198be87883ad556 Mon Sep 17 00:00:00 2001 From: kamil Date: Tue, 2 Jun 2020 19:30:29 +0000 Subject: [PATCH] timespec_get(3) was developed by myself Remove FreeBSD from the authorship as it was just a pullup of small documentation changes. --- lib/libc/gen/timespec_get.3 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/libc/gen/timespec_get.3 b/lib/libc/gen/timespec_get.3 index ef86b789b6dc..e3694c83ec91 100644 --- a/lib/libc/gen/timespec_get.3 +++ b/lib/libc/gen/timespec_get.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: timespec_get.3,v 1.4 2018/08/13 06:08:48 wiz Exp $ +.\" $NetBSD: timespec_get.3,v 1.5 2020/06/02 19:30:29 kamil Exp $ .\" .\" Copyright (c) 2016 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -27,7 +27,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd August 10, 2018 +.Dd June 2, 2020 .Dt TIMESPEC_GET 3 .Os .Sh NAME @@ -81,4 +81,3 @@ This interface first appeared in .Nx 8 . .Sh AUTHORS .An Kamil Rytarowski Aq Mt kamil@NetBSD.org -.An Warner Losh Aq Mt imp@FreeBSD.org