All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Colomar <alx.manpages@gmail.com>
To: linux-man@vger.kernel.org
Cc: Alex Colomar <alx.manpages@gmail.com>
Subject: [RFC v3 0/4] Document <printf.h>
Date: Mon, 19 Sep 2022 18:54:52 +0200	[thread overview]
Message-ID: <20220919165456.28289-1-alx.manpages@gmail.com> (raw)
In-Reply-To: <20220918221640.19942-1-alx.manpages@gmail.com>

Hi,

I finally got it working properly, so the documentation for
register_printf_specifier(3) should be quite complete.

Cheers,

Alex

---

v3: Fix the example, and add more details to the page.

Alex Colomar (4):
  printf.3head: Document functions for customizing printf(3)-like
    functions
  register_printf_specifier.3, register_printf_modifier.3,
    register_printf_type.3: Add links to printf.h(3head)
  printf_arginfo_size_function.3type, printf_function.3type,
    printf_info.3type, printf_va_arg_function.3type: Add links to
    printf.h(3head)
  PA_CHAR.3const, PA_DOUBLE.3const, PA_FLAG_LONG.3const,
    PA_FLAG_LONG_DOUBLE.3const, PA_FLAG_LONG_LONG.3const,
    PA_FLAG_PTR.3const, PA_FLAG_SHORT.3const, PA_FLOAT.3const,
    PA_INT.3const, PA_LAST.3const, PA_POINTER.3const, PA_STRING.3const,
    PA_WCHAR.3const, PA_WSTRING.3const: Add links to printf.h(3head)

 man3/register_printf_modifier.3             |   1 +
 man3/register_printf_specifier.3            |   1 +
 man3/register_printf_type.3                 |   1 +
 man3const/PA_CHAR.3const                    |   1 +
 man3const/PA_DOUBLE.3const                  |   1 +
 man3const/PA_FLAG_LONG.3const               |   1 +
 man3const/PA_FLAG_LONG_DOUBLE.3const        |   1 +
 man3const/PA_FLAG_LONG_LONG.3const          |   1 +
 man3const/PA_FLAG_PTR.3const                |   1 +
 man3const/PA_FLAG_SHORT.3const              |   1 +
 man3const/PA_FLOAT.3const                   |   1 +
 man3const/PA_INT.3const                     |   1 +
 man3const/PA_LAST.3const                    |   1 +
 man3const/PA_POINTER.3const                 |   1 +
 man3const/PA_STRING.3const                  |   1 +
 man3const/PA_WCHAR.3const                   |   1 +
 man3const/PA_WSTRING.3const                 |   1 +
 man3head/printf.h.3head                     | 559 ++++++++++++++++++++
 man3type/printf_arginfo_size_function.3type |   1 +
 man3type/printf_function.3type              |   1 +
 man3type/printf_info.3type                  |   1 +
 man3type/printf_va_arg_function.3type       |   1 +
 22 files changed, 580 insertions(+)
 create mode 100644 man3/register_printf_modifier.3
 create mode 100644 man3/register_printf_specifier.3
 create mode 100644 man3/register_printf_type.3
 create mode 100644 man3const/PA_CHAR.3const
 create mode 100644 man3const/PA_DOUBLE.3const
 create mode 100644 man3const/PA_FLAG_LONG.3const
 create mode 100644 man3const/PA_FLAG_LONG_DOUBLE.3const
 create mode 100644 man3const/PA_FLAG_LONG_LONG.3const
 create mode 100644 man3const/PA_FLAG_PTR.3const
 create mode 100644 man3const/PA_FLAG_SHORT.3const
 create mode 100644 man3const/PA_FLOAT.3const
 create mode 100644 man3const/PA_INT.3const
 create mode 100644 man3const/PA_LAST.3const
 create mode 100644 man3const/PA_POINTER.3const
 create mode 100644 man3const/PA_STRING.3const
 create mode 100644 man3const/PA_WCHAR.3const
 create mode 100644 man3const/PA_WSTRING.3const
 create mode 100644 man3head/printf.h.3head
 create mode 100644 man3type/printf_arginfo_size_function.3type
 create mode 100644 man3type/printf_function.3type
 create mode 100644 man3type/printf_info.3type
 create mode 100644 man3type/printf_va_arg_function.3type

-- 
2.37.2


  parent reply	other threads:[~2022-09-19 16:55 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-18 22:16 [PATCH] register_printf_speficier.3, register_printf_modifier.3, register_printf_type.3: Add new manual page and links Alex Colomar
2022-09-18 22:36 ` Alex Colomar
2022-09-18 22:38   ` Alex Colomar
2022-09-18 23:09 ` [RFC v2] " Alex Colomar
2022-09-19  8:55   ` Alex Colomar
2022-09-18 23:18 ` [PATCH] " G. Branden Robinson
2022-09-18 23:25   ` Alex Colomar
2022-09-19 16:54 ` Alex Colomar [this message]
2022-09-19 16:54 ` [RFC v3] printf.3head: Document functions for customizing printf(3)-like functions Alex Colomar
2022-09-19 16:54 ` [RFC v3 2/4] register_printf_specifier.3, register_printf_modifier.3, register_printf_type.3: Add links to printf.h(3head) Alex Colomar
2022-09-19 16:54 ` [RFC v3 3/4] printf_arginfo_size_function.3type, printf_function.3type, printf_info.3type, printf_va_arg_function.3type: " Alex Colomar
2022-09-19 16:54 ` [RFC v3 4/4] PA_CHAR.3const, PA_DOUBLE.3const, PA_FLAG_LONG.3const, PA_FLAG_LONG_DOUBLE.3const, PA_FLAG_LONG_LONG.3const, PA_FLAG_PTR.3const, PA_FLAG_SHORT.3const, PA_FLOAT.3const, PA_INT.3const, PA_LAST.3const, PA_POINTER.3const, PA_STRING.3const, PA_WCHAR.3const, PA_WSTRING.3const: " Alex Colomar

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=20220919165456.28289-1-alx.manpages@gmail.com \
    --to=alx.manpages@gmail.com \
    --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 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.