Module Name:    src
Committed By:   riastradh
Date:           Mon Apr 21 15:52:27 UTC 2014

Modified Files:
        src/share/man/man3: attribute.3

Log Message:
Fix note on __predict_true: predicts nonzero, not 1 specifically.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/share/man/man3/attribute.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man3/attribute.3
diff -u src/share/man/man3/attribute.3:1.15 src/share/man/man3/attribute.3:1.16
--- src/share/man/man3/attribute.3:1.15	Fri Oct 25 22:19:41 2013
+++ src/share/man/man3/attribute.3	Mon Apr 21 15:52:27 2014
@@ -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 @@ Semantically
 .Ic __predict_true
 expects that the integral expression
 .Fa exp
-equals 1.
+yields nonzero.
 .It Ic __predict_false
 The
 .Ic __predict_false

Reply via email to