commit 6903173cd0f863498a40f0e595ce83b881d71edb
parent 2c5529c39770df644545efe7a75eede147b52b90
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date: Thu, 16 Sep 2021 21:07:43 +0200
doc: Add redirect man pages for grouped pages
Some pages cover more than one function, and it does not
allow to use man directly with the name of these function.
The solution is just to use .so directives that can
redirect to the correct man page.
Diffstat:
5 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/doc/man3/asctime.3 b/doc/man3/asctime.3
@@ -0,0 +1 @@
+.so man3/ctime.3
diff --git a/doc/man3/gmtime.3 b/doc/man3/gmtime.3
@@ -0,0 +1 @@
+.so man3/ctime.3
diff --git a/doc/man3/localtime.3 b/doc/man3/localtime.3
@@ -0,0 +1 @@
+.so man3/ctime.3
diff --git a/doc/man3/longjmp.3 b/doc/man3/longjmp.3
@@ -0,0 +1 @@
+.so man3/setjmp.3
diff --git a/doc/man3/mktime.3 b/doc/man3/mktime.3
@@ -0,0 +1 @@
+.so man3/ctime.3