diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2021-05-24 09:52:59 +0200 |
|---|---|---|
| committer | Alejandro Colomar <alx.manpages@gmail.com> | 2022-02-24 23:01:25 +0100 |
| commit | f0c9f0c8a61433dd7d28240de5ad7beff1ab4d2c (patch) | |
| tree | 19a3fe651bbff3f3efd656c633b0ac5bca8c69af /man3/aiocb-struct.3 | |
| parent | c47c8d6c3c89a121a8fc6c5b9d3ff798e9db4b7a (diff) | |
| download | man-pages-f0c9f0c8a61433dd7d28240de5ad7beff1ab4d2c.tar.gz | |
aiocb-struct.3, lconv-struct.3, sigevent-struct.3, sigval-union.3, sockaddr-struct.3, timespec-struct.3, timeval-struct.3: Rename some links to system_data_types.7 to add -{struct,union} suffix
This avoids shadowing other pages, and clearly differentiates
function pages from type pages (both are in man3).
Do this for struct/union types, and not for typedefs. This makes
sense because typedefs in C are in the same namespace as function
identifiers, but struct and union (and enum) tags are in a
different one, and can have the same name as a function.
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Cc: G. Branden Robinson <g.branden.robinson@gmail.com>
Diffstat (limited to 'man3/aiocb-struct.3')
| -rw-r--r-- | man3/aiocb-struct.3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man3/aiocb-struct.3 b/man3/aiocb-struct.3 new file mode 100644 index 0000000000..db50c0f091 --- /dev/null +++ b/man3/aiocb-struct.3 @@ -0,0 +1 @@ +.so man7/system_data_types.7 |
