All of lore.kernel.org
 help / color / mirror / Atom feed
From: Brian Inglis <Brian.Inglis@Shaw.ca>
To: "Linux Man Pages" <linux-man@vger.kernel.org>
Cc: Alejandro Colomar <alx.manpages@gmail.com>
Subject: [PATCH v3 0/6] man2/: use C digit separators, IEC, or ISO multiples to clarify long numeric digit strings
Date: Wed, 15 Feb 2023 13:15:46 -0700	[thread overview]
Message-ID: <cover.1676489380.git.Brian.Inglis@Shaw.ca> (raw)

man2/: use C digit separators "'" \[aq], IEC, or ISO multiples
to clarify long binary, octal, hex, decimal numeric digit strings

Brian Inglis (6):
  man2/: use IEC/ISO multiples to clarify long numeric digit strings
  man2/keyctl.2: use IEC/ISO multiples to clarify long numeric digit
    strings or add digit separators
  man2/: add digit separators to clarify POSIX feature release dates
  man2/select.2: add digit separators to clarify POSIX feature release
    dates and use IEC/ISO multiples to clarify long numeric digit strings
  man2/chmod.2: add digit separators to clarify POSIX feature release
    dates and long numeric digit strings
  man2/: add digit separators to clarify long numeric digit strings

 man2/access.2            |  2 +-
 man2/add_key.2           |  2 +-
 man2/brk.2               |  4 ++--
 man2/capget.2            |  6 +++---
 man2/chdir.2             |  2 +-
 man2/chmod.2             | 30 +++++++++++++++---------------
 man2/chown.2             |  4 ++--
 man2/clock_getres.2      |  2 +-
 man2/clock_nanosleep.2   |  2 +-
 man2/epoll_wait.2        |  2 +-
 man2/fcntl.2             |  2 +-
 man2/fsync.2             |  4 ++--
 man2/getgroups.2         |  2 +-
 man2/gethostname.2       |  2 +-
 man2/getpagesize.2       |  4 ++--
 man2/getsid.2            |  2 +-
 man2/ioctl.2             |  4 ++--
 man2/ioctl_console.2     |  4 ++--
 man2/iopl.2              |  2 +-
 man2/keyctl.2            | 14 +++++++-------
 man2/link.2              |  2 +-
 man2/madvise.2           |  4 ++--
 man2/mkdir.2             |  4 ++--
 man2/mmap2.2             |  8 ++++----
 man2/msgctl.2            | 14 +++++++-------
 man2/nanosleep.2         |  2 +-
 man2/open.2              |  4 ++--
 man2/openat2.2           |  4 ++--
 man2/posix_fadvise.2     |  2 +-
 man2/pread.2             |  2 +-
 man2/process_vm_readv.2  |  2 +-
 man2/readlink.2          |  4 ++--
 man2/reboot.2            |  2 +-
 man2/rename.2            |  2 +-
 man2/request_key.2       |  2 +-
 man2/sched_setaffinity.2 |  4 ++--
 man2/seccomp.2           |  4 ++--
 man2/select.2            |  8 ++++----
 man2/semctl.2            | 16 ++++++++--------
 man2/semop.2             |  4 ++--
 man2/sendmmsg.2          |  2 +-
 man2/seteuid.2           |  2 +-
 man2/setpgid.2           |  2 +-
 man2/shmctl.2            | 14 +++++++-------
 man2/shmget.2            |  4 ++--
 man2/sigaltstack.2       |  2 +-
 man2/sigwaitinfo.2       |  2 +-
 man2/stat.2              |  4 ++--
 man2/symlink.2           |  4 ++--
 man2/syslog.2            |  6 +++---
 man2/timer_create.2      |  2 +-
 man2/timer_delete.2      |  2 +-
 man2/timer_getoverrun.2  |  2 +-
 man2/truncate.2          |  4 ++--
 man2/umask.2             |  8 ++++----
 man2/unlink.2            |  2 +-
 man2/utimensat.2         |  2 +-
 man2/vfork.2             |  2 +-
 man2/vmsplice.2          |  2 +-
 man2/wait.2              |  4 ++--
 man2/wait4.2             |  2 +-
 61 files changed, 132 insertions(+), 132 deletions(-)

-- 
2.39.0


WARNING: multiple messages have this Message-ID (diff)
From: Brian Inglis <Brian.Inglis@Shaw.ca>
To: "Linux Man Pages" <linux-man@vger.kernel.org>
Cc: Alejandro Colomar <alx.manpages@gmail.com>
Subject: [PATCH v3 0/6] man2/: use C digit separators, IEC, or ISO multiples to clarify long numeric digit strings
Date: Wed, 15 Feb 2023 13:17:05 -0700	[thread overview]
Message-ID: <cover.1676489380.git.Brian.Inglis@Shaw.ca> (raw)
Message-ID: <20230215201705.G6zEIu3FK4UohiElQ_XIWVvbKFx8u8SFDZpyGJLIM9U@z> (raw)

man2/: use C digit separators "'" \[aq], IEC, or ISO multiples
to clarify long binary, octal, hex, decimal numeric digit strings

Brian Inglis (6):
  man2/: use IEC/ISO multiples to clarify long numeric digit strings
  man2/keyctl.2: use IEC/ISO multiples to clarify long numeric digit
    strings or add digit separators
  man2/: add digit separators to clarify POSIX feature release dates
  man2/select.2: add digit separators to clarify POSIX feature release
    dates and use IEC/ISO multiples to clarify long numeric digit strings
  man2/chmod.2: add digit separators to clarify POSIX feature release
    dates and long numeric digit strings
  man2/: add digit separators to clarify long numeric digit strings

 man2/access.2            |  2 +-
 man2/add_key.2           |  2 +-
 man2/brk.2               |  4 ++--
 man2/capget.2            |  6 +++---
 man2/chdir.2             |  2 +-
 man2/chmod.2             | 30 +++++++++++++++---------------
 man2/chown.2             |  4 ++--
 man2/clock_getres.2      |  2 +-
 man2/clock_nanosleep.2   |  2 +-
 man2/epoll_wait.2        |  2 +-
 man2/fcntl.2             |  2 +-
 man2/fsync.2             |  4 ++--
 man2/getgroups.2         |  2 +-
 man2/gethostname.2       |  2 +-
 man2/getpagesize.2       |  4 ++--
 man2/getsid.2            |  2 +-
 man2/ioctl.2             |  4 ++--
 man2/ioctl_console.2     |  4 ++--
 man2/iopl.2              |  2 +-
 man2/keyctl.2            | 14 +++++++-------
 man2/link.2              |  2 +-
 man2/madvise.2           |  4 ++--
 man2/mkdir.2             |  4 ++--
 man2/mmap2.2             |  8 ++++----
 man2/msgctl.2            | 14 +++++++-------
 man2/nanosleep.2         |  2 +-
 man2/open.2              |  4 ++--
 man2/openat2.2           |  4 ++--
 man2/posix_fadvise.2     |  2 +-
 man2/pread.2             |  2 +-
 man2/process_vm_readv.2  |  2 +-
 man2/readlink.2          |  4 ++--
 man2/reboot.2            |  2 +-
 man2/rename.2            |  2 +-
 man2/request_key.2       |  2 +-
 man2/sched_setaffinity.2 |  4 ++--
 man2/seccomp.2           |  4 ++--
 man2/select.2            |  8 ++++----
 man2/semctl.2            | 16 ++++++++--------
 man2/semop.2             |  4 ++--
 man2/sendmmsg.2          |  2 +-
 man2/seteuid.2           |  2 +-
 man2/setpgid.2           |  2 +-
 man2/shmctl.2            | 14 +++++++-------
 man2/shmget.2            |  4 ++--
 man2/sigaltstack.2       |  2 +-
 man2/sigwaitinfo.2       |  2 +-
 man2/stat.2              |  4 ++--
 man2/symlink.2           |  4 ++--
 man2/syslog.2            |  6 +++---
 man2/timer_create.2      |  2 +-
 man2/timer_delete.2      |  2 +-
 man2/timer_getoverrun.2  |  2 +-
 man2/truncate.2          |  4 ++--
 man2/umask.2             |  8 ++++----
 man2/unlink.2            |  2 +-
 man2/utimensat.2         |  2 +-
 man2/vfork.2             |  2 +-
 man2/vmsplice.2          |  2 +-
 man2/wait.2              |  4 ++--
 man2/wait4.2             |  2 +-
 61 files changed, 132 insertions(+), 132 deletions(-)

-- 
2.39.0


             reply	other threads:[~2023-02-15 20:16 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-15 20:15 Brian Inglis [this message]
2023-02-15 20:17 ` [PATCH v3 0/6] man2/: use C digit separators, IEC, or ISO multiples to clarify long numeric digit strings Brian Inglis
2023-02-15 20:17 ` [PATCH v3 1/6] man2/: use IEC " Brian Inglis
2023-02-15 21:05   ` Alejandro Colomar
2023-02-16 21:06   ` Stefan Puiu
2023-02-16 23:01     ` Alejandro Colomar
2023-02-16 23:40       ` Brian Inglis
2023-02-16 23:51         ` Alejandro Colomar
2023-02-17 14:05       ` Stefan Puiu
2023-02-19 21:10         ` Alejandro Colomar
2023-02-19 21:12           ` Alejandro Colomar
2023-02-20 14:29           ` Stefan Puiu
2023-02-20 15:35             ` Alex Colomar
2023-02-21 17:00               ` Rob Landley
2023-02-22  1:34                 ` Alex Colomar
2023-02-22 22:18                   ` Rob Landley
2023-02-24  1:05                     ` Alex Colomar
2023-02-16 21:40   ` Jakub Wilk
2023-02-15 20:17 ` [PATCH v3 2/6] man2/keyctl.2: use IEC or ISO multiples or add C digit separators " Brian Inglis
2023-02-15 21:06   ` Alejandro Colomar
2023-02-15 20:17 ` [PATCH v3 3/6] man2/: add C digit separators to clarify POSIX feature release dates Brian Inglis
2023-02-15 21:08   ` Alejandro Colomar
2023-02-16 21:11   ` Stefan Puiu
2023-02-16 23:04     ` Alejandro Colomar
2023-02-17 14:16       ` Stefan Puiu
2023-02-15 20:17 ` [PATCH v3 4/6] man2/select.2: add C digit separators to clarify POSIX feature release dates or use IEC or ISO multiples to clarify long numeric digit strings Brian Inglis
2023-02-15 21:09   ` Alejandro Colomar
2023-02-15 20:17 ` [PATCH v3 5/6] man2/chmod.2: add C digit separators to clarify POSIX feature release dates and " Brian Inglis
2023-02-15 21:10   ` Alejandro Colomar
2023-02-18 17:42     ` Tom Schwindl
2023-02-18 18:08       ` G. Branden Robinson
2023-02-18 18:31         ` Tom Schwindl
2023-02-18 19:03           ` G. Branden Robinson
2023-02-18 23:32             ` Brian Inglis
2023-02-19 11:50             ` ADA and base prefix for numbers Alejandro Colomar
2023-02-18 18:41       ` [PATCH v3 5/6] man2/chmod.2: add C digit separators to clarify POSIX feature release dates and long numeric digit strings Brian Inglis
2023-02-15 20:17 ` [PATCH v3 6/6] man2/: add C digit separators to clarify " Brian Inglis
2023-02-15 21:14   ` Alejandro Colomar
2023-02-15 22:51 ` [PATCH v3 0/6] man2/: use C digit separators, IEC, or ISO multiples " Brian Inglis

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=cover.1676489380.git.Brian.Inglis@Shaw.ca \
    --to=brian.inglis@shaw.ca \
    --cc=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.