public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/6] system_data_types.7: Add div_t
@ 2020-09-24 10:13 Alejandro Colomar
  2020-09-24 10:13 ` [PATCH 2/6] div_t.3: New link to system_data_types(7) Alejandro Colomar
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Alejandro Colomar @ 2020-09-24 10:13 UTC (permalink / raw)
  To: mtk.manpages; +Cc: linux-man, Alejandro Colomar

Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com>
---
 man7/system_data_types.7 | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/man7/system_data_types.7 b/man7/system_data_types.7
index c00345741..077d669b4 100644
--- a/man7/system_data_types.7
+++ b/man7/system_data_types.7
@@ -95,6 +95,28 @@ See also:
 .BR aio_suspend (3),
 .BR aio_write (3),
 .BR lio_listio (3)
+.\"------------------------------------- div_t ------------------------/
+.TP
+.I div_t
+.IP
+Include:
+.IR <stdlib.h> .
+.IP
+.EX
+typedef struct {
+    int quot; /* Quotient */
+    int rem;  /* Remainder */
+} div_t;
+.EE
+.IP
+It is the type of the value returned by the
+.I div (3)
+function.
+.IP
+Conforming to: C99 and later; POSIX.1-2001 and later.
+.IP
+See also:
+.BR div (3)
 .\"------------------------------------- fenv_t -----------------------/
 .TP
 .I fenv_t
-- 
2.28.0


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

end of thread, other threads:[~2020-09-24 11:07 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-24 10:13 [PATCH 1/6] system_data_types.7: Add div_t Alejandro Colomar
2020-09-24 10:13 ` [PATCH 2/6] div_t.3: New link to system_data_types(7) Alejandro Colomar
2020-09-24 11:05   ` Michael Kerrisk (man-pages)
2020-09-24 10:13 ` [PATCH 3/6] system_data_types.7: Add ldiv_t Alejandro Colomar
2020-09-24 11:05   ` Michael Kerrisk (man-pages)
2020-09-24 10:13 ` [PATCH 4/6] ldiv_t.3: New link to system_data_types(7) Alejandro Colomar
2020-09-24 11:05   ` Michael Kerrisk (man-pages)
2020-09-24 10:13 ` [PATCH 5/6] system_data_types.7: Add lldiv_t Alejandro Colomar
2020-09-24 10:26   ` Alejandro Colomar
2020-09-24 10:29     ` Alejandro Colomar
2020-09-24 11:06     ` Michael Kerrisk (man-pages)
2020-09-24 11:07   ` Michael Kerrisk (man-pages)
2020-09-24 10:13 ` [PATCH 6/6] lldiv_t.3: New link to system_data_types(7) Alejandro Colomar
2020-09-24 11:07   ` Michael Kerrisk (man-pages)
2020-09-24 11:05 ` [PATCH 1/6] system_data_types.7: Add div_t 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