summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorkamil <kamil@NetBSD.org>2020-06-02 19:30:29 +0000
committerkamil <kamil@NetBSD.org>2020-06-02 19:30:29 +0000
commitbd5fa6cfc0553a017be8ea285e04fba324f18e05 (patch)
tree2735f925c275111a91ae39ff685edb441bad7e58 /lib/libc
parent4fdb1e56cbed3c2e9b26573e9e530131739bec78 (diff)
timespec_get(3) was developed by myself
Remove FreeBSD from the authorship as it was just a pullup of small documentation changes.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/timespec_get.35
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/gen/timespec_get.3 b/lib/libc/gen/timespec_get.3
index ef86b789b6d..e3694c83ec9 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