public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
From: Alejandro Colomar <colomar.6.4.3@gmail.com>
To: mtk.manpages@gmail.com
Cc: linux-man@vger.kernel.org
Subject: Re: [PATCH 5/6] system_data_types.7: Add lldiv_t
Date: Thu, 24 Sep 2020 12:26:17 +0200	[thread overview]
Message-ID: <02850055-efe2-ada1-6db5-e90a53277913@gmail.com> (raw)
In-Reply-To: <20200924101308.78204-5-colomar.6.4.3@gmail.com>

Oops,

see typo below:

On 2020-09-24 12:13, Alejandro Colomar wrote:
> 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 1f7c172d7..c3add1400 100644
> --- a/man7/system_data_types.7
> +++ b/man7/system_data_types.7
> @@ -248,6 +248,28 @@ Conforming to: C99 and later; POSIX.1-2001 and later.
>   .IP
>   See also:
>   .BR ldiv (3)
> +.\"------------------------------------- lldiv_t ----------------------/
> +.TP
> +.I lldiv_t
> +.IP
> +Include:
> +.IR <stdlib.h> .
> +.IP
> +.EX
> +typedef struct {
> +    long long   quot; /* Quotient */
> +    long long   rem;  /* Remainder */
> +} lldiv_t;
> +.EE
> +.IP
> +It is the type of the value returned by the
> +.I lldiv (3)

I should've used .IR

It's the same in the other patches

Please fix it before applying if you haven't done yet.

I'll send a fix for imaxdiv_t.

> +function.
> +.IP
> +Conforming to: C99 and later; POSIX.1-2001 and later.
> +.IP
> +See also:
> +.BR lldiv (3)
>   .\"------------------------------------- pid_t ------------------------/
>   .TP
>   .I pid_t
> 

Thanks,

Alex

  reply	other threads:[~2020-09-24 10:26 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=02850055-efe2-ada1-6db5-e90a53277913@gmail.com \
    --to=colomar.6.4.3@gmail.com \
    --cc=linux-man@vger.kernel.org \
    --cc=mtk.manpages@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox