Remove implementation-defined sentences.

This commit is contained in:
David Xu 2005-12-03 02:31:18 +00:00
parent 748e259bc4
commit ce45c6d3d7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=153039
3 changed files with 5 additions and 22 deletions

View file

@ -52,27 +52,17 @@ descriptor is used by other functions to refer to that message queue.
The
.Fa name
argument points to a string naming a message queue.
It is unspecified
whether the name appears in the file system and is visible to other functions
that take pathnames as arguments.
The
.Fa name
argument conforms to the construction rules for a pathname.
If
argument should conform to the construction rules for a pathname.
The
.Fa name
begins with the slash character, then processes calling
should begin with a slash character. Processes calling
.Fn mq_open
with the same value of
.Fa name
refers to the same message queue object, as long as that name has not been
removed.
If
.Fa name
does not begin with the slash character, the effect is implementation-defined.
The interpretation of slash characters other than the leading slash character
in
.Fa name
is implementation-defined.
If the
.Fa name
argument is not the name of an existing message queue and creation is not

View file

@ -69,12 +69,6 @@ and copied to the buffer pointed to by the
.Fa msg_ptr
argument.
.Pp
If the value of
.Fa msg_len
is greater than
.Brq Dv SSIZE_MAX ,
the result is implementation-defined.
.Pp
If the argument
.Fa msg_prio
is not

View file

@ -56,9 +56,8 @@ structure will be set to the specified values upon successful completion of
.Fn mq_setattr :
.Bl -tag -width ".Va mq_flags"
.It Va mq_flags
The value of this member is the bitwise-logical OR of zero or more of
.Dv O_NONBLOCK
and any implementation-defined flags.
The value of this member is zero or
.Dv O_NONBLOCK .
.El
.Pp
The values of the