From be6bd5386d0ebb90aaa0fc585df6b83b16ab4396 Mon Sep 17 00:00:00 2001 From: Emma Tebibyte Date: Sun, 26 Oct 2025 20:10:24 -0600 Subject: [PATCH] =?UTF-8?q?docs:=20POSIX=20=E2=86=92=20\*(Px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/dj.1 | 2 +- docs/false.1 | 2 +- docs/intcmp.1 | 2 +- docs/mm.1 | 2 +- docs/npc.1 | 2 +- docs/rpn.1 | 2 +- docs/strcmp.1 | 4 ++-- docs/true.1 | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/dj.1 b/docs/dj.1 index 79096d5..69abe2b 100644 --- a/docs/dj.1 +++ b/docs/dj.1 @@ -207,7 +207,7 @@ which are not reported. This program was based on the .BR dd (1p) -utility as specified in POSIX. While character conversion may have been the +utility as specified in \*(Px. While character conversion may have been the original intent of .BR dd (1p), it is irrelevant to its modern use. Because of this, this program eschews diff --git a/docs/false.1 b/docs/false.1 index b940909..08e29fe 100644 --- a/docs/false.1 +++ b/docs/false.1 @@ -15,7 +15,7 @@ always be returned. .\" .SH RATIONALE -In POSIX.1-2017, +In \*(Px.1-2024, .BR false (1p) exists for the construction of control flow and loops based on a failure. This implementation functions as described in that standard. diff --git a/docs/intcmp.1 b/docs/intcmp.1 index b90f23a..4ef0586 100644 --- a/docs/intcmp.1 +++ b/docs/intcmp.1 @@ -75,7 +75,7 @@ this is elegant but unintuitive. .\" .SH RATIONALE -The traditional tool for integer comparisons in POSIX and other Unix shells has +The traditional tool for integer comparisons in \*(Px and other Unix shells has been .BR test (1). This tool also handles string comparisons and file scrutiny. These parts of its diff --git a/docs/mm.1 b/docs/mm.1 index f641156..0c37cdb 100644 --- a/docs/mm.1 +++ b/docs/mm.1 @@ -57,7 +57,7 @@ The .BR cat (1p) and .BR tee (1p) -programs specified in POSIX together provide similar functionality. The +programs specified in \*(Px together provide similar functionality. The separation of the two sets of functionality into separate APIs seemed unncessary. .\" diff --git a/docs/npc.1 b/docs/npc.1 index 5acee9e..0a3f11b 100644 --- a/docs/npc.1 +++ b/docs/npc.1 @@ -45,7 +45,7 @@ The program operates in single-byte chunks regardless of intended encoding. .\" .SH RATIONALE -POSIX currently lacks a way to display non-printing characters in the terminal +\*(Px currently lacks a way to display non-printing characters in the terminal using a standard tool. A popular extension to .BR cat (1p), the diff --git a/docs/rpn.1 b/docs/rpn.1 index 8c8cd84..a619667 100644 --- a/docs/rpn.1 +++ b/docs/rpn.1 @@ -58,7 +58,7 @@ hardware of any given machine. An infix notation calculation utility, .BR bc (1p), -is included in the POSIX standard, but does not accept expressions as arguments; +is included in the \*(Px standard, but does not accept expressions as arguments; in scripts, any predefined, non-interactive input must be piped into the program. A .BR dc (1) diff --git a/docs/strcmp.1 b/docs/strcmp.1 index db6d3e8..aa8ae70 100644 --- a/docs/strcmp.1 +++ b/docs/strcmp.1 @@ -47,13 +47,13 @@ visual similarity and not byte similarity. .\" .SH RATIONALE -The traditional tool for string comparisons in POSIX and other Unix shells has +The traditional tool for string comparisons in \*(Px and other Unix shells has been .BR test (1). This tool also handles integer comparisons and file scrutiny. These parts of its functionality have been broken out into multiple utilities. -This program\(cqs functionality may be performed on a POSIX-compliant system +This program\(cqs functionality may be performed on a \*(Px-compliant system with .BR test (1p). .\" diff --git a/docs/true.1 b/docs/true.1 index 97af65b..b3b3c23 100644 --- a/docs/true.1 +++ b/docs/true.1 @@ -15,7 +15,7 @@ always be returned. .\" .SH RATIONALE -In \fIPOSIX.1-2017\fP, +In \fI\*(Px.1-2024\fP, .BR true (1p) exists for the construction of control flow and loops based on a success. This implementation functions as described in that standard.