linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] Add types, and some fixes
@ 2020-09-25  7:31 Alejandro Colomar
  2020-09-25  7:31 ` [PATCH 01/10] system_data_types.7: ffix Alejandro Colomar
                   ` (9 more replies)
  0 siblings, 10 replies; 28+ messages in thread
From: Alejandro Colomar @ 2020-09-25  7:31 UTC (permalink / raw)
  To: mtk.manpages; +Cc: linux-man, libc-alpha, Alejandro Colomar

Hello Michael,

The .RS/.RE Branden and you talked about
in a previous email was useful here :-)

Cheers,

Alex

Alejandro Colomar (10):
  system_data_types.7: ffix
  system_data_types.7: Add lconv
  lconv.3: New link to system_data_types(7)
  system_data_types.7: Add float_t
  float_t.3: New link to system_data_types(7)
  system_data_types.7: Add double_t
  double_t.3: New link to system_data_types(7)
  seccomp.2: Remove unneeded cast
  seccomp.2: Use ARRAY_SIZE() macro instead of raw sizeof division
  getgrent_r.3: Declare variables with different types in different
    lines

 man2/seccomp.2           |   3 +-
 man3/double_t.3          |   1 +
 man3/float_t.3           |   1 +
 man3/getgrent_r.3        |   3 +-
 man3/lconv.3             |   1 +
 man7/system_data_types.7 | 121 ++++++++++++++++++++++++++++++++++++++-
 6 files changed, 127 insertions(+), 3 deletions(-)
 create mode 100644 man3/double_t.3
 create mode 100644 man3/float_t.3
 create mode 100644 man3/lconv.3

-- 
2.28.0


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

end of thread, other threads:[~2020-09-25 12:01 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-25  7:31 [PATCH 00/10] Add types, and some fixes Alejandro Colomar
2020-09-25  7:31 ` [PATCH 01/10] system_data_types.7: ffix Alejandro Colomar
2020-09-25  7:57   ` Michael Kerrisk (man-pages)
2020-09-25  7:31 ` [PATCH 02/10] system_data_types.7: Add lconv Alejandro Colomar
2020-09-25  7:59   ` Michael Kerrisk (man-pages)
2020-09-25  7:31 ` [PATCH 03/10] lconv.3: New link to system_data_types(7) Alejandro Colomar
2020-09-25  8:00   ` Michael Kerrisk (man-pages)
2020-09-25  7:31 ` [PATCH 04/10] system_data_types.7: Add float_t Alejandro Colomar
2020-09-25  8:13   ` Michael Kerrisk (man-pages)
2020-09-25  8:22     ` Alejandro Colomar
2020-09-25  9:30       ` Michael Kerrisk (man-pages)
2020-09-25 11:19         ` [PATCH v2 " Alejandro Colomar
2020-09-25 12:01           ` Michael Kerrisk (man-pages)
2020-09-25  7:31 ` [PATCH 05/10] float_t.3: New link to system_data_types(7) Alejandro Colomar
2020-09-25 12:01   ` Michael Kerrisk (man-pages)
2020-09-25  7:31 ` [PATCH 06/10] system_data_types.7: Add double_t Alejandro Colomar
2020-09-25 11:22   ` [PATCH v2 " Alejandro Colomar
2020-09-25 12:01   ` [PATCH " Michael Kerrisk (man-pages)
2020-09-25  7:31 ` [PATCH 07/10] double_t.3: New link to system_data_types(7) Alejandro Colomar
2020-09-25 12:01   ` Michael Kerrisk (man-pages)
2020-09-25  7:31 ` [PATCH 08/10] seccomp.2: Remove unneeded cast Alejandro Colomar
2020-09-25  8:34   ` Michael Kerrisk (man-pages)
2020-09-25  8:42     ` Alejandro Colomar
2020-09-25  9:23       ` Michael Kerrisk (man-pages)
2020-09-25  7:31 ` [PATCH 09/10] seccomp.2: Use ARRAY_SIZE() macro instead of raw sizeof division Alejandro Colomar
2020-09-25  9:25   ` Michael Kerrisk (man-pages)
2020-09-25  7:31 ` [PATCH 10/10] getgrent_r.3: Declare variables with different types in different lines Alejandro Colomar
2020-09-25  7:57   ` Michael Kerrisk (man-pages)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).