aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-09-20 13:37:40 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-09-20 13:41:38 +0200
commitd022c7fdf025a43a5a73023058bd717562ac6ed5 (patch)
tree54b98bb310526de8f6a9f824d990bc67f041bdce
parent0a3bfcf7748efbf546cf61070f3c2f9411bbacd5 (diff)
downloadman-pages-d022c7fdf025a43a5a73023058bd717562ac6ed5.tar.gz
getcwd.2, mq_notify.2, mq_open.2, mq_timedreceive.2, mq_timedsend.2, mq_unlink.2: Reinstate links to section 3 pages that document system calls
Some of the links removed in commit 247c654385128fd0748 should have been kept, because in some cases there are real system calls whose wrapper functions are documented in Section 3. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/getcwd.22
-rw-r--r--man2/mq_notify.22
-rw-r--r--man2/mq_open.22
-rw-r--r--man2/mq_timedreceive.22
-rw-r--r--man2/mq_timedsend.22
-rw-r--r--man2/mq_unlink.22
6 files changed, 12 insertions, 0 deletions
diff --git a/man2/getcwd.2 b/man2/getcwd.2
new file mode 100644
index 0000000000..f080be0fc4
--- /dev/null
+++ b/man2/getcwd.2
@@ -0,0 +1,2 @@
+.so man3/getcwd.3
+.\" Because getcwd(3) is layered on a system call of the same name
diff --git a/man2/mq_notify.2 b/man2/mq_notify.2
new file mode 100644
index 0000000000..505a45e2e6
--- /dev/null
+++ b/man2/mq_notify.2
@@ -0,0 +1,2 @@
+.so man3/mq_notify.3
+.\" Because mq_notify(3) is layered on a system call of the same name
diff --git a/man2/mq_open.2 b/man2/mq_open.2
new file mode 100644
index 0000000000..ce82835e67
--- /dev/null
+++ b/man2/mq_open.2
@@ -0,0 +1,2 @@
+.so man3/mq_open.3
+.\" Because mq_open(3) is layered on a system call of the same name
diff --git a/man2/mq_timedreceive.2 b/man2/mq_timedreceive.2
new file mode 100644
index 0000000000..b4184f8c27
--- /dev/null
+++ b/man2/mq_timedreceive.2
@@ -0,0 +1,2 @@
+.so man3/mq_timedreceive.3
+.\" Because mq_timedreceive(3) is layered on a system call of the same name
diff --git a/man2/mq_timedsend.2 b/man2/mq_timedsend.2
new file mode 100644
index 0000000000..db95863ad0
--- /dev/null
+++ b/man2/mq_timedsend.2
@@ -0,0 +1,2 @@
+.so man3/mq_timedsend.3
+.\" Because mq_timedsend(3) is layered on a system call of the same name
diff --git a/man2/mq_unlink.2 b/man2/mq_unlink.2
new file mode 100644
index 0000000000..c5f276826f
--- /dev/null
+++ b/man2/mq_unlink.2
@@ -0,0 +1,2 @@
+.so man3/mq_unlink.3
+.\" Because mq_unlink(3) is layered on a system call of the same name