Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/string Commit to returning 1, not any nonzero value.
details: https://anonhg.NetBSD.org/src/rev/8222b49e1c35
branches: trunk
changeset: 333707:8222b49e1c35
user: riastradh <riastradh%NetBSD.org@localhost>
date: Fri Nov 14 16:43:57 2014 +0000
description:
Commit to returning 1, not any nonzero value.
diffstat:
lib/libc/string/consttime_memequal.3 | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r 5b66db08cc3f -r 8222b49e1c35 lib/libc/string/consttime_memequal.3
--- a/lib/libc/string/consttime_memequal.3 Fri Nov 14 16:29:03 2014 +0000
+++ b/lib/libc/string/consttime_memequal.3 Fri Nov 14 16:43:57 2014 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: consttime_memequal.3,v 1.2 2013/08/28 15:24:41 riastradh Exp $
+.\" $NetBSD: consttime_memequal.3,v 1.3 2014/11/14 16:43:57 riastradh Exp $
.\"
.\" Copyright (c) 2013 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 28, 2013
+.Dd November 14, 2013
.Dt CONSTTIME_MEMEQUAL 3
.Os
.Sh NAME
@@ -48,8 +48,8 @@
.Fa b1
and
.Fa b2
-for equality, returning zero if they are distinct and nonzero if they
-are identical.
+for equality, returning 0 if they are distinct and 1 if they are
+identical.
.Pp
The time taken by
.Fn consttime_memequal
Home |
Main Index |
Thread Index |
Old Index