summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorphilip <philip@FreeBSD.org>2008-02-21 19:16:57 +0000
committerphilip <philip@FreeBSD.org>2008-02-21 19:16:57 +0000
commit9044373a1300145763347bd3aa3c85b8665d0ba1 (patch)
tree83031c062ce51967c98ca1ff24380b86a9d35853 /lib
parentbc029f4b2767b625736bce9a032b74c0907782f2 (diff)
downloadFreeBSD-src-9044373a1300145763347bd3aa3c85b8665d0ba1.zip
FreeBSD-src-9044373a1300145763347bd3aa3c85b8665d0ba1.tar.gz
Note, as required by our agreement with IEEE/The Open Group, that the message
queue manual pages excerpt the POSIX standard. Spotted by: Mindaugas Rasiukevicius <rmind -at- NetBSD.org> Reviewed by: imp MFC after: 1 day
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/mq_close.220
-rw-r--r--lib/libc/sys/mq_getattr.220
-rw-r--r--lib/libc/sys/mq_notify.220
-rw-r--r--lib/libc/sys/mq_open.220
-rw-r--r--lib/libc/sys/mq_receive.220
-rw-r--r--lib/libc/sys/mq_send.220
-rw-r--r--lib/libc/sys/mq_setattr.220
7 files changed, 140 insertions, 0 deletions
diff --git a/lib/libc/sys/mq_close.2 b/lib/libc/sys/mq_close.2
index ed63434..d3e0533 100644
--- a/lib/libc/sys/mq_close.2
+++ b/lib/libc/sys/mq_close.2
@@ -25,6 +25,16 @@
.\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
.\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
+.\" Portions of this text are reprinted and reproduced in electronic form
+.\" from IEEE Std 1003.1, 2003 Edition, Standard for Information
+.\" Technology -- Portable Operating System Interface (POSIX), The Open
+.\" Group Base Specifications Issue 6, Copyright (C) 2001-2003 by the
+.\" Institute of Electrical and Electronics Engineers, Inc and The Open
+.\" Group. In the event of any discrepancy between this version and the
+.\" original IEEE and The Open Group Standard, the original IEEE and The
+.\" Open Group Standard is the referee document. The original Standard can
+.\" be obtained online at http://www.opengroup.org/unix/online.html .
+.\"
.\" $FreeBSD$
.\"
.Dd November 29, 2005
@@ -83,3 +93,13 @@ Support for
.Tn POSIX
message queues first appeared in
.Fx 7.0 .
+.Sh COPYRIGHT
+Portions of this text are reprinted and reproduced in electronic form
+from IEEE Std 1003.1, 2003 Edition, Standard for Information
+Technology -- Portable Operating System Interface (POSIX), The Open
+Group Base Specifications Issue 6, Copyright (C) 2001-2003 by the
+Institute of Electrical and Electronics Engineers, Inc and The Open
+Group. In the event of any discrepancy between this version and the
+original IEEE and The Open Group Standard, the original IEEE and The
+Open Group Standard is the referee document. The original Standard can
+be obtained online at http://www.opengroup.org/unix/online.html .
diff --git a/lib/libc/sys/mq_getattr.2 b/lib/libc/sys/mq_getattr.2
index 2a52662..54f07b4 100644
--- a/lib/libc/sys/mq_getattr.2
+++ b/lib/libc/sys/mq_getattr.2
@@ -25,6 +25,16 @@
.\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
.\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
+.\" Portions of this text are reprinted and reproduced in electronic form
+.\" from IEEE Std 1003.1, 2003 Edition, Standard for Information
+.\" Technology -- Portable Operating System Interface (POSIX), The Open
+.\" Group Base Specifications Issue 6, Copyright (C) 2001-2003 by the
+.\" Institute of Electrical and Electronics Engineers, Inc and The Open
+.\" Group. In the event of any discrepancy between this version and the
+.\" original IEEE and The Open Group Standard, the original IEEE and The
+.\" Open Group Standard is the referee document. The original Standard can
+.\" be obtained online at http://www.opengroup.org/unix/online.html .
+.\"
.\" $FreeBSD$
.\"
.Dd November 29, 2005
@@ -105,3 +115,13 @@ Support for
.Tn POSIX
message queues first appeared in
.Fx 7.0 .
+.Sh COPYRIGHT
+Portions of this text are reprinted and reproduced in electronic form
+from IEEE Std 1003.1, 2003 Edition, Standard for Information
+Technology -- Portable Operating System Interface (POSIX), The Open
+Group Base Specifications Issue 6, Copyright (C) 2001-2003 by the
+Institute of Electrical and Electronics Engineers, Inc and The Open
+Group. In the event of any discrepancy between this version and the
+original IEEE and The Open Group Standard, the original IEEE and The
+Open Group Standard is the referee document. The original Standard can
+be obtained online at http://www.opengroup.org/unix/online.html .
diff --git a/lib/libc/sys/mq_notify.2 b/lib/libc/sys/mq_notify.2
index a22d826..e248ab5 100644
--- a/lib/libc/sys/mq_notify.2
+++ b/lib/libc/sys/mq_notify.2
@@ -25,6 +25,16 @@
.\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
.\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
+.\" Portions of this text are reprinted and reproduced in electronic form
+.\" from IEEE Std 1003.1, 2003 Edition, Standard for Information
+.\" Technology -- Portable Operating System Interface (POSIX), The Open
+.\" Group Base Specifications Issue 6, Copyright (C) 2001-2003 by the
+.\" Institute of Electrical and Electronics Engineers, Inc and The Open
+.\" Group. In the event of any discrepancy between this version and the
+.\" original IEEE and The Open Group Standard, the original IEEE and The
+.\" Open Group Standard is the referee document. The original Standard can
+.\" be obtained online at http://www.opengroup.org/unix/online.html .
+.\"
.\" $FreeBSD$
.\"
.Dd November 29, 2005
@@ -129,3 +139,13 @@ Support for
.Tn POSIX
message queues first appeared in
.Fx 7.0 .
+.Sh COPYRIGHT
+Portions of this text are reprinted and reproduced in electronic form
+from IEEE Std 1003.1, 2003 Edition, Standard for Information
+Technology -- Portable Operating System Interface (POSIX), The Open
+Group Base Specifications Issue 6, Copyright (C) 2001-2003 by the
+Institute of Electrical and Electronics Engineers, Inc and The Open
+Group. In the event of any discrepancy between this version and the
+original IEEE and The Open Group Standard, the original IEEE and The
+Open Group Standard is the referee document. The original Standard can
+be obtained online at http://www.opengroup.org/unix/online.html .
diff --git a/lib/libc/sys/mq_open.2 b/lib/libc/sys/mq_open.2
index 95230ef..d32b460 100644
--- a/lib/libc/sys/mq_open.2
+++ b/lib/libc/sys/mq_open.2
@@ -25,6 +25,16 @@
.\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
.\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
+.\" Portions of this text are reprinted and reproduced in electronic form
+.\" from IEEE Std 1003.1, 2003 Edition, Standard for Information
+.\" Technology -- Portable Operating System Interface (POSIX), The Open
+.\" Group Base Specifications Issue 6, Copyright (C) 2001-2003 by the
+.\" Institute of Electrical and Electronics Engineers, Inc and The Open
+.\" Group. In the event of any discrepancy between this version and the
+.\" original IEEE and The Open Group Standard, the original IEEE and The
+.\" Open Group Standard is the referee document. The original Standard can
+.\" be obtained online at http://www.opengroup.org/unix/online.html .
+.\"
.\" $FreeBSD$
.\"
.Dd November 29, 2005
@@ -301,3 +311,13 @@ This implementation places strict requirements on the value of
it must begin with a slash
.Pq Ql /
and contain no other slash characters.
+.Sh COPYRIGHT
+Portions of this text are reprinted and reproduced in electronic form
+from IEEE Std 1003.1, 2003 Edition, Standard for Information
+Technology -- Portable Operating System Interface (POSIX), The Open
+Group Base Specifications Issue 6, Copyright (C) 2001-2003 by the
+Institute of Electrical and Electronics Engineers, Inc and The Open
+Group. In the event of any discrepancy between this version and the
+original IEEE and The Open Group Standard, the original IEEE and The
+Open Group Standard is the referee document. The original Standard can
+be obtained online at http://www.opengroup.org/unix/online.html .
diff --git a/lib/libc/sys/mq_receive.2 b/lib/libc/sys/mq_receive.2
index 4c5dc08..b8593b5 100644
--- a/lib/libc/sys/mq_receive.2
+++ b/lib/libc/sys/mq_receive.2
@@ -25,6 +25,16 @@
.\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
.\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
+.\" Portions of this text are reprinted and reproduced in electronic form
+.\" from IEEE Std 1003.1, 2003 Edition, Standard for Information
+.\" Technology -- Portable Operating System Interface (POSIX), The Open
+.\" Group Base Specifications Issue 6, Copyright (C) 2001-2003 by the
+.\" Institute of Electrical and Electronics Engineers, Inc and The Open
+.\" Group. In the event of any discrepancy between this version and the
+.\" original IEEE and The Open Group Standard, the original IEEE and The
+.\" Open Group Standard is the referee document. The original Standard can
+.\" be obtained online at http://www.opengroup.org/unix/online.html .
+.\"
.\" $FreeBSD$
.\"
.Dd November 29, 2005
@@ -195,3 +205,13 @@ Support for
.Tn POSIX
message queues first appeared in
.Fx 7.0 .
+.Sh COPYRIGHT
+Portions of this text are reprinted and reproduced in electronic form
+from IEEE Std 1003.1, 2003 Edition, Standard for Information
+Technology -- Portable Operating System Interface (POSIX), The Open
+Group Base Specifications Issue 6, Copyright (C) 2001-2003 by the
+Institute of Electrical and Electronics Engineers, Inc and The Open
+Group. In the event of any discrepancy between this version and the
+original IEEE and The Open Group Standard, the original IEEE and The
+Open Group Standard is the referee document. The original Standard can
+be obtained online at http://www.opengroup.org/unix/online.html .
diff --git a/lib/libc/sys/mq_send.2 b/lib/libc/sys/mq_send.2
index b57a865..1906d62 100644
--- a/lib/libc/sys/mq_send.2
+++ b/lib/libc/sys/mq_send.2
@@ -25,6 +25,16 @@
.\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
.\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
+.\" Portions of this text are reprinted and reproduced in electronic form
+.\" from IEEE Std 1003.1, 2003 Edition, Standard for Information
+.\" Technology -- Portable Operating System Interface (POSIX), The Open
+.\" Group Base Specifications Issue 6, Copyright (C) 2001-2003 by the
+.\" Institute of Electrical and Electronics Engineers, Inc and The Open
+.\" Group. In the event of any discrepancy between this version and the
+.\" original IEEE and The Open Group Standard, the original IEEE and The
+.\" Open Group Standard is the referee document. The original Standard can
+.\" be obtained online at http://www.opengroup.org/unix/online.html .
+.\"
.\" $FreeBSD$
.\"
.Dd November 29, 2005
@@ -214,3 +224,13 @@ Support for
.Tn POSIX
message queues first appeared in
.Fx 7.0 .
+.Sh COPYRIGHT
+Portions of this text are reprinted and reproduced in electronic form
+from IEEE Std 1003.1, 2003 Edition, Standard for Information
+Technology -- Portable Operating System Interface (POSIX), The Open
+Group Base Specifications Issue 6, Copyright (C) 2001-2003 by the
+Institute of Electrical and Electronics Engineers, Inc and The Open
+Group. In the event of any discrepancy between this version and the
+original IEEE and The Open Group Standard, the original IEEE and The
+Open Group Standard is the referee document. The original Standard can
+be obtained online at http://www.opengroup.org/unix/online.html .
diff --git a/lib/libc/sys/mq_setattr.2 b/lib/libc/sys/mq_setattr.2
index 0cafdf3..1e37939 100644
--- a/lib/libc/sys/mq_setattr.2
+++ b/lib/libc/sys/mq_setattr.2
@@ -25,6 +25,16 @@
.\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
.\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
+.\" Portions of this text are reprinted and reproduced in electronic form
+.\" from IEEE Std 1003.1, 2003 Edition, Standard for Information
+.\" Technology -- Portable Operating System Interface (POSIX), The Open
+.\" Group Base Specifications Issue 6, Copyright (C) 2001-2003 by the
+.\" Institute of Electrical and Electronics Engineers, Inc and The Open
+.\" Group. In the event of any discrepancy between this version and the
+.\" original IEEE and The Open Group Standard, the original IEEE and The
+.\" Open Group Standard is the referee document. The original Standard can
+.\" be obtained online at http://www.opengroup.org/unix/online.html .
+.\"
.\" $FreeBSD$
.\"
.Dd November 29, 2005
@@ -101,3 +111,13 @@ Support for
.Tn POSIX
message queues first appeared in
.Fx 7.0 .
+.Sh COPYRIGHT
+Portions of this text are reprinted and reproduced in electronic form
+from IEEE Std 1003.1, 2003 Edition, Standard for Information
+Technology -- Portable Operating System Interface (POSIX), The Open
+Group Base Specifications Issue 6, Copyright (C) 2001-2003 by the
+Institute of Electrical and Electronics Engineers, Inc and The Open
+Group. In the event of any discrepancy between this version and the
+original IEEE and The Open Group Standard, the original IEEE and The
+Open Group Standard is the referee document. The original Standard can
+be obtained online at http://www.opengroup.org/unix/online.html .
OpenPOWER on IntegriCloud