public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
From: "Michael Kerrisk (man-pages)" <mtk.manpages@gmail.com>
To: Alejandro Colomar <colomar.6.4.3@gmail.com>
Cc: mtk.manpages@gmail.com, linux-man@vger.kernel.org,
	libc-alpha@sourceware.org
Subject: Re: [PATCH 2/4] system_data_types.7: Document regoff_t
Date: Fri, 18 Sep 2020 22:30:00 +0200	[thread overview]
Message-ID: <9f933991-35d4-e1f1-41a2-475df1e05545@gmail.com> (raw)
In-Reply-To: <20200918124554.46308-3-colomar.6.4.3@gmail.com>

Hello Alex,

On 9/18/20 2:45 PM, Alejandro Colomar wrote:
> Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com>

Thanks. Patch applied.

Cheers,

Michael

> ---
>  man7/system_data_types.7 | 30 +++++++++++++++++++++++++++++-
>  1 file changed, 29 insertions(+), 1 deletion(-)
> 
> diff --git a/man7/system_data_types.7 b/man7/system_data_types.7
> index 8969ee966..d96703b1d 100644
> --- a/man7/system_data_types.7
> +++ b/man7/system_data_types.7
> @@ -77,12 +77,40 @@ capable of storing values in the range
>  Conforming to: C99 and later; POSIX.1-2001 and later.
>  .IP
>  See also the
> -.\".I regoff_t ,	FIXME: uncomment when regoff_t is documented.
>  .I size_t
>  and
>  .I ssize_t
>  types in this page.
>  .TP
> +.I regoff_t
> +.IP
> +Include:
> +.I <regex.h>.
> +.IP
> +According to POSIX, it shall be a signed integer type
> +capable of storing the largest value that can be stored in either a
> +.I ptrdiff_t
> +type or a
> +.I ssize_t
> +type.
> +.IP
> +Conforming to: POSIX.1-2001 and later.
> +.IP
> +Notes: Prior to POSIX.1-2008, the type was capable of storing
> +the largest value that can be stored in either an
> +.I off_t
> +type or a
> +.I ssize_t
> +type.
> +.IP
> +See also the
> +.\".I regmatch_t	FIXME
> +.\"structure and the
> +.I ptrdiff_t
> +and
> +.I ssize_t
> +types in this page.
> +.TP
>  .I sigval
>  .IP
>  Include:
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/

  reply	other threads:[~2020-09-18 20:30 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-18 12:45 [PATCH 0/4] Document regoff_t (and a few minor patches) Alejandro Colomar
2020-09-18 12:45 ` [PATCH 1/4] system_data_types.7: wfix Alejandro Colomar
2020-09-18 20:27   ` Michael Kerrisk (man-pages)
2020-09-18 21:32     ` Alejandro Colomar
2020-09-18 12:45 ` [PATCH 2/4] system_data_types.7: Document regoff_t Alejandro Colomar
2020-09-18 20:30   ` Michael Kerrisk (man-pages) [this message]
2020-09-18 12:45 ` [PATCH 3/4] regoff_t.3: New link to new documented type in system_data_types(7) Alejandro Colomar
2020-09-18 20:31   ` Michael Kerrisk (man-pages)
2020-09-18 12:45 ` [PATCH 4/4] system_data_types.7: srcfix: Add FIXME notes Alejandro Colomar
2020-09-18 20:32   ` 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=9f933991-35d4-e1f1-41a2-475df1e05545@gmail.com \
    --to=mtk.manpages@gmail.com \
    --cc=colomar.6.4.3@gmail.com \
    --cc=libc-alpha@sourceware.org \
    --cc=linux-man@vger.kernel.org \
    /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