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 v2 00/11] punctuate long numeric strings with digit separators
Date: Wed, 8 Feb 2023 13:27:22 -0700 [thread overview]
Message-ID: <cover.1675830945.git.Brian.Inglis@Shaw.ca> (raw)
man2/: use C digit separators with \\[aq] to show "'" or ISO/IEC
suffixes to clarify long binary, octal, hex, decimal numeric strings;
use consistent interval notation for value ranges;
fix minor discrepancies.
[PATCH 01/11] man2/shmget.2: fix limit units suffix from SI to IEC
[PATCH 02/11] man2/spu_run.2: fix example comment status code or-ed value
[PATCH 03/11] man2/: use consistent interval notation for value ranges
[PATCH 04/11] man2/open.2: punctuate octal perms with digit separators
[PATCH 05/11] man2/reboot.2: show BCD dates in hex not decimal
[PATCH 06/11] man2/reboot.2: punctuate hex in docs with digit separators
[PATCH 07/11] man2/statfs.2: punctuate hex in docs with digit separators
[PATCH 08/11] man2/adjtimex.2: use ISO/IEC suffixes and digit separators in ranges and example docs
[PATCH 09/11] man2/getrandom.2: change limit to use IEC suffix
[PATCH 10/11] man2/futex.2: change limit to use ISO suffix
[PATCH 11/11] man2/: punctuate long numeric strings with digit separators
Brian Inglis (11):
man2/shmget.2: fix limit units suffix from SI to IEC
man2/spu_run.2: fix example comment status code or-ed value
man2/: use consistent interval notation for value ranges
man2/open.2: punctuate octal perms with digit separators
man2/reboot.2: show BCD dates in hex not decimal
man2/reboot.2: punctuate hex in docs with digit separators
man2/statfs.2: punctuate hex in docs with digit separators
man2/adjtimex.2: use ISO/IEC suffixes and digit separators in ranges and example docs
man2/getrandom.2: change limit to use IEC suffix
man2/futex.2: change limit to use ISO suffix
man2/: punctuate long numeric strings with digit separators
man2/add_key.2 | 2 +-
man2/adjtimex.2 | 12 ++---
man2/clock_getres.2 | 2 +-
man2/clock_nanosleep.2 | 2 +-
man2/eventfd.2 | 6 +--
man2/execve.2 | 2 +-
man2/fcntl.2 | 4 +-
man2/futex.2 | 2 +-
man2/getitimer.2 | 4 +-
man2/getrandom.2 | 2 +-
man2/gettimeofday.2 | 2 +-
man2/ioctl.2 | 4 +-
man2/ioctl_console.2 | 2 +-
man2/ioctl_getfsmap.2 | 4 +-
man2/ioperm.2 | 2 +-
man2/kexec_load.2 | 2 +-
man2/link.2 | 4 +-
man2/msgget.2 | 2 +-
man2/nanosleep.2 | 4 +-
man2/open.2 | 32 ++++++------
man2/pciconfig_read.2 | 2 +-
man2/perf_event_open.2 | 2 +-
man2/personality.2 | 8 +--
man2/prctl.2 | 2 +-
man2/read.2 | 2 +-
man2/reboot.2 | 24 ++++-----
man2/semget.2 | 4 +-
man2/sendfile.2 | 2 +-
man2/shmget.2 | 2 +-
man2/sigaction.2 | 4 +-
man2/spu_run.2 | 8 +--
man2/statfs.2 | 110 ++++++++++++++++++++---------------------
man2/statx.2 | 2 +-
man2/syscall.2 | 2 +-
man2/timer_settime.2 | 4 +-
man2/timerfd_create.2 | 2 +-
man2/truncate.2 | 4 +-
man2/utimensat.2 | 6 +--
man2/write.2 | 2 +-
39 files changed, 144 insertions(+), 144 deletions(-)
--
2.39.0
next reply other threads:[~2023-02-08 20:27 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-08 20:27 Brian Inglis [this message]
2023-02-08 20:27 ` [PATCH v2 01/11] man2/shmget.2: fix limit units prefix symbol from SI to IEC Brian Inglis
2023-02-08 20:57 ` Alejandro Colomar
2023-02-08 20:27 ` [PATCH v2 02/11] man2/spu_run.2: fix example comment status code or-ed value Brian Inglis
2023-02-08 20:58 ` Alejandro Colomar
2023-02-08 20:27 ` [PATCH v2 03/11] man2/: use consistent closed interval notation for value ranges Brian Inglis
2023-02-12 19:21 ` Alejandro Colomar
2023-02-08 20:27 ` [PATCH v2 04/11] man2/open.2: punctuate octal perms with digit separators Brian Inglis
2023-02-12 19:19 ` Alejandro Colomar
2023-02-08 20:27 ` [PATCH v2 05/11] man2/reboot.2: show BCD dates in hex not decimal Brian Inglis
2023-02-08 21:06 ` Alejandro Colomar
2023-02-08 20:27 ` [PATCH v2 06/11] man2/reboot.2: punctuate hex in docs with digit separators Brian Inglis
2023-02-08 20:27 ` [PATCH v2 07/11] man2/statfs.2: " Brian Inglis
2023-02-08 20:27 ` [PATCH v2 08/11] man2/adjtimex.2: use ISO/IEC multiple symbols and digit separators in ranges and example docs Brian Inglis
2023-02-08 20:27 ` [PATCH v2 09/11] man2/getrandom.2: change limit to use IEC multiple symbol Brian Inglis
2023-02-08 21:09 ` Alejandro Colomar
2023-02-08 20:27 ` [PATCH v2 10/11] man2/futex.2: change limit to use ISO " Brian Inglis
2023-02-08 21:12 ` Alejandro Colomar
2023-02-08 22:33 ` Brian Inglis
2023-02-09 11:36 ` Jakub Wilk
2023-02-09 12:21 ` Alejandro Colomar
2023-02-12 20:47 ` Brian Inglis
2023-02-08 20:27 ` [PATCH v2 11/11] man2/: punctuate long numeric strings with digit separators Brian Inglis
2023-02-08 20:55 ` [PATCH v2 00/11] " Alejandro Colomar
2023-02-08 20:56 ` Alejandro Colomar
2023-02-08 21:17 ` Brian Inglis
2023-02-08 21:44 ` Alejandro Colomar
2023-02-12 19:22 ` Alejandro 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=cover.1675830945.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.