diff options
| -rw-r--r-- | man3/cmsg.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/man3/cmsg.3 b/man3/cmsg.3 index b12892ae94..2b6f29e7da 100644 --- a/man3/cmsg.3 +++ b/man3/cmsg.3 @@ -167,9 +167,8 @@ In Linux, .BR CMSG_DATA (), and .BR CMSG_ALIGN () -are constant expressions (assuming their argument is constant); -this could be used to declare the size of global -variables. +are constant expressions (assuming their argument is constant), +meaning that these values can be used to declare the size of global variables. This may not be portable, however. .SH EXAMPLE This code looks for the |
