scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit 5961022632e95b419a09a4628f9ec69fb6df003f
parent 72861f04eb198bb155825f76e545bc3aee9812f0
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:
Adoc/man3/asctime.3 | 1+
Adoc/man3/gmtime.3 | 1+
Adoc/man3/localtime.3 | 1+
Adoc/man3/longjmp.3 | 1+
Adoc/man3/mktime.3 | 1+
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