logo

utils-std

Collection of commonly available Unix tools
commit: cf108b23959fd94a548382452d375743bce3d749
parent e1fac62879872c896bdca5e6ec7bfb4146a8f7ec
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun, 28 Jul 2024 12:29:28 +0200

cmd/{true,link,false}.1: Add Standards section

Diffstat:

Mcmd/false.15+++++
Mcmd/link.15+++++
Mcmd/true.15+++++
3 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/cmd/false.1 b/cmd/false.1 @@ -14,5 +14,10 @@ will return with exit status code one. .Sh EXIT STATUS One. +.Sh STANDARDS +.Nm +should be compliant with the +IEEE Std 1003.1-2024 (“POSIX.1”) +specification. .Sh AUTHORS .An Haelwenn (lanodan) Monnier Aq Mt contact+utils@hacktivis.me diff --git a/cmd/link.1 b/cmd/link.1 @@ -22,5 +22,10 @@ and returning an error message in case of failure. .Sh EXIT STATUS .Ex -std +.Sh STANDARDS +.Nm +should be compliant with the +IEEE Std 1003.1-2024 (“POSIX.1”) +specification. .Sh AUTHORS .An Haelwenn (lanodan) Monnier Aq Mt contact+utils@hacktivis.me diff --git a/cmd/true.1 b/cmd/true.1 @@ -14,5 +14,10 @@ will return with exit status code zero. .Sh EXIT STATUS Zero. +.Sh STANDARDS +.Nm +should be compliant with the +IEEE Std 1003.1-2024 (“POSIX.1”) +specification. .Sh AUTHORS .An Haelwenn (lanodan) Monnier Aq Mt contact+utils@hacktivis.me