aboutsummaryrefslogtreecommitdiffstats
path: root/man2
diff options
context:
space:
mode:
Diffstat (limited to 'man2')
-rw-r--r--man2/epoll_create.22
-rw-r--r--man2/epoll_ctl.22
-rw-r--r--man2/epoll_wait.22
-rw-r--r--man2/eventfd.22
-rw-r--r--man2/ioprio_set.22
-rw-r--r--man2/signalfd.22
-rw-r--r--man2/spu_create.22
-rw-r--r--man2/spu_run.22
-rw-r--r--man2/timerfd_create.22
9 files changed, 18 insertions, 0 deletions
diff --git a/man2/epoll_create.2 b/man2/epoll_create.2
index 043977d319..090e6b8567 100644
--- a/man2/epoll_create.2
+++ b/man2/epoll_create.2
@@ -1,6 +1,7 @@
.\" epoll by Davide Libenzi ( efficient event notification retrieval )
.\" Copyright (C) 2003 Davide Libenzi
.\"
+.\" %%%LICENSE_START(GPLv2+_3_PARA_SW)
.\" This program is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 2 of the License, or
@@ -14,6 +15,7 @@
.\" You should have received a copy of the GNU General Public
.\" License along with this manual; if not, see
.\" <http://www.gnu.org/licenses/>.
+.\" %%%END_LICENSE
.\"
.\" Davide Libenzi <davidel@xmailserver.org>
.\"
diff --git a/man2/epoll_ctl.2 b/man2/epoll_ctl.2
index 8b1faebe32..96ee9d0433 100644
--- a/man2/epoll_ctl.2
+++ b/man2/epoll_ctl.2
@@ -1,6 +1,7 @@
.\" epoll by Davide Libenzi ( efficient event notification retrieval )
.\" Copyright (C) 2003 Davide Libenzi
.\"
+.\" %%%LICENSE_START(GPLv2+_3_PARA_SW)
.\" This program is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 2 of the License, or
@@ -14,6 +15,7 @@
.\" You should have received a copy of the GNU General Public
.\" License along with this manual; if not, see
.\" <http://www.gnu.org/licenses/>.
+.\" %%%END_LICENSE
.\"
.\" Davide Libenzi <davidel@xmailserver.org>
.\"
diff --git a/man2/epoll_wait.2 b/man2/epoll_wait.2
index a8036f585f..b3401f41f3 100644
--- a/man2/epoll_wait.2
+++ b/man2/epoll_wait.2
@@ -1,6 +1,7 @@
.\" epoll by Davide Libenzi ( efficient event notification retrieval )
.\" Copyright (C) 2003 Davide Libenzi
.\"
+.\" %%%LICENSE_START(GPLv2+_3_PARA_SW)
.\" This program is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 2 of the License, or
@@ -14,6 +15,7 @@
.\" You should have received a copy of the GNU General Public
.\" License along with this manual; if not, see
.\" <http://www.gnu.org/licenses/>.
+.\" %%%END_LICENSE
.\"
.\" Davide Libenzi <davidel@xmailserver.org>
.\"
diff --git a/man2/eventfd.2 b/man2/eventfd.2
index 773c3f9545..8feea4db25 100644
--- a/man2/eventfd.2
+++ b/man2/eventfd.2
@@ -1,6 +1,7 @@
.\" Copyright (C) 2008 Michael Kerrisk <mtk.manpages@gmail.com>
.\" starting from a version by Davide Libenzi <davidel@xmailserver.org>
.\"
+.\" %%%LICENSE_START(GPLv2+_3_PARA_SW)
.\" This program is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 2 of the License, or
@@ -14,6 +15,7 @@
.\" You should have received a copy of the GNU General Public
.\" License along with this manual; if not, see
.\" <http://www.gnu.org/licenses/>.
+.\" %%%END_LICENSE
.\"
.\" 2008-10-10, mtk: describe eventfd2(), and EFD_NONBLOCK and EFD_CLOEXEC
.\"
diff --git a/man2/ioprio_set.2 b/man2/ioprio_set.2
index 286d65bbad..e8b52c754e 100644
--- a/man2/ioprio_set.2
+++ b/man2/ioprio_set.2
@@ -1,5 +1,6 @@
.\" Copyright (c) International Business Machines orp., 2006
.\"
+.\" %%%LICENSE_START(GPLv2+_3_PARA_SW)
.\" This program is free software; you can redistribute it and/or
.\" modify it under the terms of the GNU General Public License as
.\" published by the Free Software Foundation; either version 2 of
@@ -13,6 +14,7 @@
.\" You should have received a copy of the GNU General Public
.\" License along with this manual; if not, see
.\" <http://www.gnu.org/licenses/>.
+.\" %%%END_LICENSE
.\"
.\" HISTORY:
.\" 2006-04-27, created by Eduardo M. Fleury <efleury@br.ibm.com>
diff --git a/man2/signalfd.2 b/man2/signalfd.2
index 3c6deded04..b71e6829f3 100644
--- a/man2/signalfd.2
+++ b/man2/signalfd.2
@@ -1,6 +1,7 @@
.\" Copyright (C) 2008 Michael Kerrisk <mtk.manpages@gmail.com>
.\" starting from a version by Davide Libenzi <davidel@xmailserver.org>
.\"
+.\" %%%LICENSE_START(GPLv2+_3_PARA_SW)
.\" This program is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 2 of the License, or
@@ -14,6 +15,7 @@
.\" You should have received a copy of the GNU General Public
.\" License along with this manual; if not, see
.\" <http://www.gnu.org/licenses/>.
+.\" %%%END_LICENSE
.\"
.TH SIGNALFD 2 2009-01-13 Linux "Linux Programmer's Manual"
.SH NAME
diff --git a/man2/spu_create.2 b/man2/spu_create.2
index 1fead37962..b8f84d6bdf 100644
--- a/man2/spu_create.2
+++ b/man2/spu_create.2
@@ -1,5 +1,6 @@
.\" Copyright (c) International Business Machines Corp., 2006
.\"
+.\" %%%LICENSE_START(GPLv2+_3_PARA_SW)
.\" This program is free software; you can redistribute it and/or
.\" modify it under the terms of the GNU General Public License as
.\" published by the Free Software Foundation; either version 2 of
@@ -13,6 +14,7 @@
.\" You should have received a copy of the GNU General Public
.\" License along with this manual; if not, see
.\" <http://www.gnu.org/licenses/>.
+.\" %%%END_LICENSE
.\"
.\" HISTORY:
.\" 2005-09-28, created by Arnd Bergmann <arndb@de.ibm.com>
diff --git a/man2/spu_run.2 b/man2/spu_run.2
index 5813f79648..e5ce0a686d 100644
--- a/man2/spu_run.2
+++ b/man2/spu_run.2
@@ -1,5 +1,6 @@
.\" Copyright (c) International Business Machines Corp., 2006
.\"
+.\" %%%LICENSE_START(GPLv2+_3_PARA_SW)
.\" This program is free software; you can redistribute it and/or
.\" modify it under the terms of the GNU General Public License as
.\" published by the Free Software Foundation; either version 2 of
@@ -13,6 +14,7 @@
.\" You should have received a copy of the GNU General Public
.\" License along with this manual; if not, see
.\" <http://www.gnu.org/licenses/>.
+.\" %%%END_LICENSE
.\"
.\" HISTORY:
.\" 2005-09-28, created by Arnd Bergmann <arndb@de.ibm.com>
diff --git a/man2/timerfd_create.2 b/man2/timerfd_create.2
index 51910e6d9d..3f319d9f32 100644
--- a/man2/timerfd_create.2
+++ b/man2/timerfd_create.2
@@ -1,5 +1,6 @@
.\" Copyright (C) 2008 Michael Kerrisk <mtk.manpages@gmail.com>
.\"
+.\" %%%LICENSE_START(GPLv2+_3_PARA_SW)
.\" This program is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 2 of the License, or
@@ -13,6 +14,7 @@
.\" You should have received a copy of the GNU General Public
.\" License along with this manual; if not, see
.\" <http://www.gnu.org/licenses/>.
+.\" %%%END_LICENSE
.\"
.\" FIXME: Linux 3.0: timerfd_settime() adds a TFD_TIMER_CANCEL_ON_SET flag.
.\"