aboutsummaryrefslogtreecommitdiffstats
path: root/man3/timespec.3
AgeCommit message (Collapse)AuthorFilesLines
2022-02-24aiocb-struct.3, lconv-struct.3, sigevent-struct.3, sigval-union.3, ↵Alejandro Colomar1-1/+0
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>
2020-09-17sigval.3, ssize_t.3, suseconds_t.3, time_t.3, timer_t.3, timespec.3, ↵Alejandro Colomar1-0/+1
timeval.3: New links to new system_data_types(7) page Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>