diff options
| author | kamil <kamil@NetBSD.org> | 2020-06-02 19:30:29 +0000 |
|---|---|---|
| committer | kamil <kamil@NetBSD.org> | 2020-06-02 19:30:29 +0000 |
| commit | bd5fa6cfc0553a017be8ea285e04fba324f18e05 (patch) | |
| tree | 2735f925c275111a91ae39ff685edb441bad7e58 /lib/libc | |
| parent | 4fdb1e56cbed3c2e9b26573e9e530131739bec78 (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.3 | 5 |
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 |
