shithub: scc

Download patch

ref: 6903173cd0f863498a40f0e595ce83b881d71edb
parent: 2c5529c39770df644545efe7a75eede147b52b90
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Thu Sep 16 17:07:43 EDT 2021

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.

--- /dev/null
+++ b/doc/man3/asctime.3
@@ -1,0 +1,1 @@
+.so man3/ctime.3
--- /dev/null
+++ b/doc/man3/gmtime.3
@@ -1,0 +1,1 @@
+.so man3/ctime.3
--- /dev/null
+++ b/doc/man3/localtime.3
@@ -1,0 +1,1 @@
+.so man3/ctime.3
--- /dev/null
+++ b/doc/man3/longjmp.3
@@ -1,0 +1,1 @@
+.so man3/setjmp.3
--- /dev/null
+++ b/doc/man3/mktime.3
@@ -1,0 +1,1 @@
+.so man3/ctime.3