All of lore.kernel.org
 help / color / mirror / Atom feed
* Adding struct-xxx link pages for structures
@ 2021-05-23 14:03 Alejandro Colomar (man-pages)
  2021-05-23 14:26 ` G. Branden Robinson
  0 siblings, 1 reply; 13+ messages in thread
From: Alejandro Colomar (man-pages) @ 2021-05-23 14:03 UTC (permalink / raw)
  To: Michael Kerrisk (man-pages); +Cc: linux-man

Hi Michael,

We have some structures defined in system_data_types(7) for which we 
don't have a link page, because it would have shadowed other more 
important pages.

I've been documenting 'struct stat', and it happens the same: I'd shadow 
stat(2) with stat(3).

But I need to refer to stat(3) (or whatever link page we decide to have) 
from stat(2).  So I need one (referring to system_data_types(7) isn't 
very informative).

How about adding struct-stat(2)?

However, that means that we should also add struct-xxx(3) / union-xxx(3) 
for all of the structs/unions we have documented there (one might 
reasonably expect to be able to find struct-aiocb(3) or union-sigval(3) 
if there's a struct-stat(3)).

What do you think about it?

Thanks,

Alex


-- 
Alejandro Colomar
Linux man-pages comaintainer; https://www.kernel.org/doc/man-pages/
http://www.alejandro-colomar.es/

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2021-07-03 18:10 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-23 14:03 Adding struct-xxx link pages for structures Alejandro Colomar (man-pages)
2021-05-23 14:26 ` G. Branden Robinson
2021-05-23 20:53   ` Alejandro Colomar (man-pages)
2021-05-23 21:04     ` Alejandro Colomar (man-pages)
2021-05-24  8:28       ` [PATCH 1/3] stat.2, system_data_types.7: Document 'struct stat' in system_data_types(7) Alejandro Colomar
2021-05-24  8:53         ` Alejandro Colomar (man-pages)
2021-05-24  8:28       ` [PATCH 2/3] stat-struct.3: New link to system_data_types(7) Alejandro Colomar
2021-05-24  8:48       ` [PATCH 3/3] 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 Alejandro Colomar
2021-05-24  8:56         ` Alejandro Colomar (man-pages)
2021-05-24  9:13       ` [PATCH v2 1/3] stat.2, system_data_types.7: Document 'struct stat' in system_data_types(7) Alejandro Colomar
2021-05-24  9:13       ` [PATCH v2 2/3] stat-struct.3: New link to system_data_types(7) Alejandro Colomar
2021-05-24  9:13       ` [PATCH v2 3/3] 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 Alejandro Colomar
2021-07-03 18:10       ` Adding struct-xxx link pages for structures Alejandro Colomar (man-pages)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.