docs: POSIX → \*(Px

This commit is contained in:
Emma Tebibyte 2025-10-26 20:10:24 -06:00
parent 3b44ddeedd
commit be6bd5386d
Signed by: emma
GPG Key ID: 427287A2F16F44FA
8 changed files with 9 additions and 9 deletions

View File

@ -207,7 +207,7 @@ which are not reported.
This program was based on the This program was based on the
.BR dd (1p) .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 original intent of
.BR dd (1p), .BR dd (1p),
it is irrelevant to its modern use. Because of this, this program eschews it is irrelevant to its modern use. Because of this, this program eschews

View File

@ -15,7 +15,7 @@ always be returned.
.\" .\"
.SH RATIONALE .SH RATIONALE
In POSIX.1-2017, In \*(Px.1-2024,
.BR false (1p) .BR false (1p)
exists for the construction of control flow and loops based on a failure. This exists for the construction of control flow and loops based on a failure. This
implementation functions as described in that standard. implementation functions as described in that standard.

View File

@ -75,7 +75,7 @@ this is elegant but unintuitive.
.\" .\"
.SH RATIONALE .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 been
.BR test (1). .BR test (1).
This tool also handles string comparisons and file scrutiny. These parts of its This tool also handles string comparisons and file scrutiny. These parts of its

View File

@ -57,7 +57,7 @@ The
.BR cat (1p) .BR cat (1p)
and and
.BR tee (1p) .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 separation of the two sets of functionality into separate APIs seemed
unncessary. unncessary.
.\" .\"

View File

@ -45,7 +45,7 @@ The program operates in single-byte chunks regardless of intended encoding.
.\" .\"
.SH RATIONALE .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 using a standard tool. A popular extension to
.BR cat (1p), .BR cat (1p),
the the

View File

@ -58,7 +58,7 @@ hardware of any given machine.
An infix notation calculation utility, An infix notation calculation utility,
.BR bc (1p), .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 in scripts, any predefined, non-interactive input must be piped into the
program. A program. A
.BR dc (1) .BR dc (1)

View File

@ -47,13 +47,13 @@ visual similarity and not byte similarity.
.\" .\"
.SH RATIONALE .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 been
.BR test (1). .BR test (1).
This tool also handles integer comparisons and file scrutiny. These parts of its This tool also handles integer comparisons and file scrutiny. These parts of its
functionality have been broken out into multiple utilities. 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 with
.BR test (1p). .BR test (1p).
.\" .\"

View File

@ -15,7 +15,7 @@ always be returned.
.\" .\"
.SH RATIONALE .SH RATIONALE
In \fIPOSIX.1-2017\fP, In \fI\*(Px.1-2024\fP,
.BR true (1p) .BR true (1p)
exists for the construction of control flow and loops based on a success. This exists for the construction of control flow and loops based on a success. This
implementation functions as described in that standard. implementation functions as described in that standard.