summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-07-15 19:15:06 +0200
committerAlejandro Colomar <alx@kernel.org>2023-07-15 19:20:57 +0200
commit9695e5e2ea5a76bf34b7bc6c6465fa38cd559d35 (patch)
tree226b172adf4fa64887caa8c70c64bc600ed57347
parent4342245435b4725006b7a94c6ca212cfb1f55452 (diff)
man2/: Use SPDX-License-Identifier: Linux-man-pages-copyleft-2-para
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man2/migrate_pages.213
-rw-r--r--man2/move_pages.213
2 files changed, 4 insertions, 22 deletions
diff --git a/man2/migrate_pages.2 b/man2/migrate_pages.2
index babc08b83..72ffd4a47 100644
--- a/man2/migrate_pages.2
+++ b/man2/migrate_pages.2
@@ -1,20 +1,11 @@
+.\" SPDX-License-Identifier: Linux-man-pages-copyleft-2-para
+.\"
.\" Copyright 2009 Intel Corporation
.\" Author: Andi Kleen
.\" Based on the move_pages manpage which was
.\" 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.
-.\"
-.\" Permission is granted to copy and distribute modified versions of this
-.\" 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.
-.\" %%%LICENSE_END
-.\"
.TH migrate_pages 2 (date) "Linux man-pages (unreleased)"
.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 c98edf7ff..5ef134b9b 100644
--- a/man2/move_pages.2
+++ b/man2/move_pages.2
@@ -1,17 +1,8 @@
+.\" SPDX-License-Identifier: Linux-man-pages-copyleft-2-para
+.\"
.\" 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.
-.\"
-.\" Permission is granted to copy and distribute modified versions of this
-.\" 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.
-.\" %%%LICENSE_END
-.\"
.\" FIXME Should programs normally be using move_pages() directly, or should
.\" they rather be using interfaces in the numactl package?
.\" (e.g., compare with recommendation in mbind(2)).