add non-portability caveat.

This commit is contained in:
christos 2013-10-17 16:50:48 +00:00
parent eb78d644f3
commit 739aabb0b4
2 changed files with 14 additions and 4 deletions

View File

@ -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.

View File

@ -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.