Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/atomic/atomic_and.3,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libc/atomic/atomic_and.3,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.1 retrieving revision 1.1.62.1 diff -u -p -r1.1 -r1.1.62.1 --- src/lib/libc/atomic/atomic_and.3 2008/06/23 10:22:40 1.1 +++ src/lib/libc/atomic/atomic_and.3 2018/06/25 07:25:34 1.1.62.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: atomic_and.3,v 1.1 2008/06/23 10:22:40 ad Exp $ +.\" $NetBSD: atomic_and.3,v 1.1.62.1 2018/06/25 07:25:34 pgoyette Exp $ .\" .\" Copyright (c) 2007 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -40,7 +40,7 @@ .Nm atomic_and_uint_nv , .Nm atomic_and_ulong_nv , .Nm atomic_and_64_nv -.Nd atomic logical +.Nd atomic bitwise .Sq and operations .\" .Sh LIBRARY @@ -68,7 +68,7 @@ The .Nm atomic_and family of functions load the value of the variable referenced by .Fa ptr , -perform a logical +perform a bitwise .Sq and with the value .Fa bits ,