Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6]: src/share/man/man3 Pull up following revision(s) (requested b...



details:   https://anonhg.NetBSD.org/src/rev/9d45814f9fad
branches:  netbsd-6
changeset: 776710:9d45814f9fad
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Mon Sep 29 18:39:02 2014 +0000

description:
Pull up following revision(s) (requested by riastradh in ticket #1127):
        share/man/man3/attribute.3: revision 1.16
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 1d817f93f2f0 -r 9d45814f9fad share/man/man3/attribute.3
--- a/share/man/man3/attribute.3        Mon Sep 29 18:38:09 2014 +0000
+++ b/share/man/man3/attribute.3        Mon Sep 29 18:39:02 2014 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: attribute.3,v 1.11 2011/09/18 17:43:20 jym Exp $
+.\" $NetBSD: attribute.3,v 1.11.4.1 2014/09/29 18:39:02 msaitoh Exp $
 .\"
 .\" Copyright (c) 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -286,7 +286,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