Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man3 Fix timespeccmp declaration.
details: https://anonhg.NetBSD.org/src/rev/53a903d2e5e8
branches: trunk
changeset: 980959:53a903d2e5e8
user: wiz <wiz%NetBSD.org@localhost>
date: Tue Feb 23 09:28:00 2021 +0000
description:
Fix timespeccmp declaration.
>From Kouichi Hashikawa in PR 56010.
diffstat:
share/man/man3/timeradd.3 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 65892e3c27b5 -r 53a903d2e5e8 share/man/man3/timeradd.3
--- a/share/man/man3/timeradd.3 Tue Feb 23 08:51:36 2021 +0000
+++ b/share/man/man3/timeradd.3 Tue Feb 23 09:28:00 2021 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: timeradd.3,v 1.8 2010/06/07 18:40:16 jruoho Exp $
+.\" $NetBSD: timeradd.3,v 1.9 2021/02/23 09:28:00 wiz Exp $
.\"
.\" Copyright (c) 2009 Jukka Ruohonen <jruohonen%iki.fi@localhost>
.\" Copyright (c) 1999 Kelly Yancey <kbyanc%posi.net@localhost>
@@ -59,7 +59,7 @@
.Ft int
.Fn timespecisset "struct timespec *ts"
.Ft int
-.Fn timespeccmp "struct timespec *a" "struct timespec b" CMP
+.Fn timespeccmp "struct timespec *a" "struct timespec *b" CMP
.Sh DESCRIPTION
These macros are provided for manipulating the
.Fa timeval
Home |
Main Index |
Thread Index |
Old Index