aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2013-03-10 10:29:07 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2013-03-10 10:57:10 +0100
commit89b25c0f5549da23d77f6071161888a887a96607 (patch)
tree830f4edb0f0121db4245c2abcf2b27c08a8a7f80
parent9f882130dfdb6c66be0591d842306735a93bd4ce (diff)
downloadman-pages-89b25c0f5549da23d77f6071161888a887a96607.tar.gz
migrate_pages.2, move_pages.2: Added LICENSE_START(VERBATIM_TWO_PARA)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/migrate_pages.23
-rw-r--r--man2/move_pages.22
2 files changed, 5 insertions, 0 deletions
diff --git a/man2/migrate_pages.2 b/man2/migrate_pages.2
index f6701ec90e..ced5e33b8e 100644
--- a/man2/migrate_pages.2
+++ b/man2/migrate_pages.2
@@ -4,6 +4,7 @@
.\" This manpage is Copyright (C) 2006 Silicon Graphics, Inc.
.\" Christoph Lameter
.\"
+.\" %%%LICENSE_START(VERBATIM_TWO_PARA)
.\" Permission is granted to make and distribute verbatim copies of this
.\" manual provided the copyright notice and this permission notice are
.\" preserved on all copies.
@@ -12,6 +13,8 @@
.\" manual under the conditions for verbatim copying, provided that the
.\" entire resulting derived work is distributed under the terms of a
.\" permission notice identical to this one.
+.\" %%%END_LICENSE
+.\"
.TH MIGRATE_PAGES 2 2012-08-01 "Linux" "Linux Programmer's Manual"
.SH NAME
migrate_pages \- move all pages in a process to another set of nodes
diff --git a/man2/move_pages.2 b/man2/move_pages.2
index 504f5a661a..98c5783023 100644
--- a/man2/move_pages.2
+++ b/man2/move_pages.2
@@ -1,6 +1,7 @@
.\" This manpage is Copyright (C) 2006 Silicon Graphics, Inc.
.\" Christoph Lameter
.\"
+.\" %%%LICENSE_START(VERBATIM_TWO_PARA)
.\" Permission is granted to make and distribute verbatim copies of this
.\" manual provided the copyright notice and this permission notice are
.\" preserved on all copies.
@@ -9,6 +10,7 @@
.\" manual under the conditions for verbatim copying, provided that the
.\" entire resulting derived work is distributed under the terms of a
.\" permission notice identical to this one.
+.\" %%%END_LICENSE
.\"
.\" FIXME Should programs normally be using this API directly, or should
.\" they rather be using interfaces in the numactl package?