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 note on __predict_true: predicts nonzero, ...
details: https://anonhg.NetBSD.org/src/rev/840a8ea46d8c
branches: trunk
changeset: 328854:840a8ea46d8c
user: riastradh <riastradh%NetBSD.org@localhost>
date: Mon Apr 21 15:52:27 2014 +0000
description:
Fix note on __predict_true: predicts nonzero, not 1 specifically.
diffstat:
share/man/man3/attribute.3 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 022d372fd010 -r 840a8ea46d8c share/man/man3/attribute.3
--- a/share/man/man3/attribute.3 Mon Apr 21 14:39:36 2014 +0000
+++ b/share/man/man3/attribute.3 Mon Apr 21 15:52:27 2014 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: attribute.3,v 1.15 2013/10/25 22:19:41 wiz Exp $
+.\" $NetBSD: attribute.3,v 1.16 2014/04/21 15:52:27 riastradh Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -344,7 +344,7 @@
.Ic __predict_true
expects that the integral expression
.Fa exp
-equals 1.
+yields nonzero.
.It Ic __predict_false
The
.Ic __predict_false
Home |
Main Index |
Thread Index |
Old Index