logo

utils-std

Collection of commonly available Unix tools
commit: 800141a1b88475fb8b0d5d89644f8c808540da19
parent 8be7e7a3048b892ccb0a500594c7b431940281c6
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat, 16 Mar 2024 21:28:47 +0100

cmd/*.1: s;is compliant;should be compliant;

Diffstat:

Mcmd/env.12+-
Mcmd/pwd.12+-
Mcmd/strings.12+-
Mcmd/time.12+-
Mcmd/tty.12+-
Mcmd/unlink.12+-
6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/cmd/env.1 b/cmd/env.1 @@ -60,7 +60,7 @@ wasn't found. .El .Sh STANDARDS .Nm -is compliant with the +should be compliant with the .St -p1003.1-2008 specification. .Pp diff --git a/cmd/pwd.1 b/cmd/pwd.1 @@ -18,7 +18,7 @@ Zero. .Xr getcwd 3 .Sh STANDARDS .Nm -is compliant with the +should be compliant with the .St -p1003.1-2008 specification. .Sh AUTHORS diff --git a/cmd/strings.1 b/cmd/strings.1 @@ -51,7 +51,7 @@ Hexadecimal .Xr isprint 3 .Sh STANDARDS .Nm -is compliant with the +should be compliant with the .St -p1003.1-2008 specification. .Sh AUTHORS diff --git a/cmd/time.1 b/cmd/time.1 @@ -41,7 +41,7 @@ could not be found .Xr times 3 .Sh STANDARDS .Nm -is compliant with the +should be compliant with the .St -p1003.1-2008 specification. .Sh AUTHORS diff --git a/cmd/tty.1 b/cmd/tty.1 @@ -25,7 +25,7 @@ An error occured. .Xr ttyname 3 .Sh STANDARDS .Nm -is compliant with the +should be compliant with the .St -p1003.1-2008 specification. .Sh AUTHORS diff --git a/cmd/unlink.1 b/cmd/unlink.1 @@ -18,7 +18,7 @@ If that filename was the last link to a file and no processes have the file open .Ex -std .Sh STANDARDS .Nm -is compliant with the +should be compliant with the .St -p1003.1-2008 specification. .Sh AUTHORS