From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4878BC636CC for ; Tue, 7 Feb 2023 20:33:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229625AbjBGUdP (ORCPT ); Tue, 7 Feb 2023 15:33:15 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34478 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229559AbjBGUdO (ORCPT ); Tue, 7 Feb 2023 15:33:14 -0500 Received: from omta001.cacentral1.a.cloudfilter.net (omta001.cacentral1.a.cloudfilter.net [3.97.99.32]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E4CC637577 for ; Tue, 7 Feb 2023 12:33:13 -0800 (PST) Received: from shw-obgw-4003a.ext.cloudfilter.net ([10.228.9.183]) by cmsmtp with ESMTP id PTerpqbImc9C4PUePpYUVx; Tue, 07 Feb 2023 20:33:13 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=shaw.ca; s=s20180605; t=1675801993; bh=RtaQhehYvSPn1H8HcoeVdKSO90ijZKT+uInx0l6v4Xk=; h=From:To:Cc:Subject:Date; b=IlpddLsT4HBLKXajPtsYmBhBNehqKiQ5Xq0AnVSmZ/92iDgU/mw0Kn1xTGPTGDlNj pvNUxjNp4WQGfQK0q5KmzOLXhJd00+k1TjHcnFDYLI9AI467gPJuymYJWfNxg7ZWQt /w0Wmwz/MV2AdWddmJ+rqvfjV1YZBBUDceya79MTcVbi6vQBy2Xa6ai16GwU7hk6T5 I7leJerjZpqBtfa+PqnVByXCp9OckMLvHT91ayN63WjgiTUu4BpBHxSwRIrGaLIMlt Vm6OPbHHuxAXGKl5AwAovgn+bGWS5P/CMjP7C8wGFUejlrj0czTEYvFgqh5x/JZwZf R5mCadzVlSZgw== Received: from localhost.localdomain ([184.64.102.149]) by cmsmtp with ESMTP id PUeOpGdbgcyvuPUeOpjUYb; Tue, 07 Feb 2023 20:33:12 +0000 X-Authority-Analysis: v=2.4 cv=VbHkgXl9 c=1 sm=1 tr=0 ts=63e2b588 a=DxHlV3/gbUaP7LOF0QAmaA==:117 a=DxHlV3/gbUaP7LOF0QAmaA==:17 a=ImTWgHHYzgMeW_-uSB4A:9 From: Brian Inglis To: Linux Man-Pages Cc: Alejandro Colomar Subject: [PATCH 00/11] man2/: punctuate long numeric strings with digit separators Date: Tue, 7 Feb 2023 13:32:49 -0700 Message-Id: <20230207203300.49894-1-Brian.Inglis@Shaw.ca> X-Mailer: git-send-email 2.39.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-CMAE-Envelope: MS4xfClygONaBpZ/2nGBPmPolN5FCk+EgYzpGl67wSmev8lyNOXR7qJBgcVpu+errdZCJoQygP0jU2iIQ6EczSAyWa7O3awTIA13wmXCgnQGmRx9vm5/Lv7p 6rCWSQvMYjEQ/yg0bgGlg42egK9hys8BhDsyzI1xh24FE57i7ZJNGY704rqvWK7hvdk5A0U8qf5ryRYYO9zknT8Ts0aavUewyqqias1oJIhCjLMxDDvpMhC7 rtleco5EkOuAIy4ZDhnBRJJo/nnigK6SBCAmMvaUUi3X6AmrGYzRB0D2gEYXN10A Precedence: bulk List-ID: X-Mailing-List: linux-man@vger.kernel.org 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 [PATCH 03/11] man2/: use consistent interval notation for value [PATCH 04/11] man2/open.2: punctuate octal perms with digit [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 [PATCH 07/11] man2/statfs.2: punctuate hex in docs with digit [PATCH 08/11] man2/adjtimex.2: use ISO/IEC suffixes and digit [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 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