Module Name: src
Committed By: christos
Date: Thu Oct 17 16:50:48 UTC 2013
Modified Files:
src/share/man/man3: __CONCAT.3 __UNCONST.3
Log Message:
add non-portability caveat.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/share/man/man3/__CONCAT.3
cvs rdiff -u -r1.5 -r1.6 src/share/man/man3/__UNCONST.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/__CONCAT.3
diff -u src/share/man/man3/__CONCAT.3:1.6 src/share/man/man3/__CONCAT.3:1.7
--- src/share/man/man3/__CONCAT.3:1.6 Thu Dec 16 05:40:04 2010
+++ src/share/man/man3/__CONCAT.3 Thu Oct 17 12:50:48 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: __CONCAT.3,v 1.6 2010/12/16 10:40:04 jruoho Exp $ $
+.\" $NetBSD: __CONCAT.3,v 1.7 2013/10/17 16:50:48 christos Exp $ $
.\"
.\" Copyright (c) 2010 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 December 16, 2010
+.Dd October 17, 2013
.Dt __CONCAT 3
.Os
.Sh NAME
@@ -101,3 +101,8 @@ is used.
It can be also noted that the C preprocessor converts all
comments to whitespace before any macros are even considered.
The use of either macro is discouraged in complex constructs.
+.Pp
+Use of this macro is non-portable; this is part of the implementation
+namespace and should only be used in
+.Nx
+code.
Index: src/share/man/man3/__UNCONST.3
diff -u src/share/man/man3/__UNCONST.3:1.5 src/share/man/man3/__UNCONST.3:1.6
--- src/share/man/man3/__UNCONST.3:1.5 Thu Dec 16 05:40:04 2010
+++ src/share/man/man3/__UNCONST.3 Thu Oct 17 12:50:48 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: __UNCONST.3,v 1.5 2010/12/16 10:40:04 jruoho Exp $
+.\" $NetBSD: __UNCONST.3,v 1.6 2013/10/17 16:50:48 christos Exp $
.\"
.\" Copyright (c) 2010 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 December 16, 2010
+.Dd October 17, 2013
.Dt __UNCONST 3
.Os
.Sh NAME
@@ -81,3 +81,8 @@ include passing a
.Em volatile
pointer to
.Xr memset 3 .
+.Pp
+Use of this macro is non-portable; this is part of the implementation
+namespace and should only be used in
+.Nx
+code.