coreutils

General Software Utilities
git clone http://git.omkov.net/coreutils
Log | Tree | Refs | README | LICENCE | Download

AuthorJamozed <[email protected]>
Date2020-08-14 05:00:35
Commitfc29aea3854b35bad09aac664a892aacb0033bb3
Parent3aa3397f534298aa77c1e3161f6fa55761e192e4

true: Remove STANDARDS section from manpage

Diffstat

M man/true.1 | 4 +---

1 files changed, 1 insertions, 3 deletions

diff --git a/man/true.1 b/man/true.1
index d261e40..00bd441 100644
--- a/man/true.1
+++ b/man/true.1
@@ -1,13 +1,10 @@
-.TH TRUE 1 2020-06-26 "OMKOV coreutils" "General Commands Manual"
+.TH TRUE 1 2020-08-14 "OMKOV coreutils" "General Commands Manual"
 .SH NAME
 true \(em return true value
 .SH SYNOPSYS
 .B true
 .SH DESCRIPTION
 Return a zero exit code.
-.SH STANDARDS
-The \fItrue\fR utility is compliant with the IEEE Std 1003.2-1992 ("POSIX.2")
-specification.
 .SH SEE ALSO
 .I false
 .SH COPYRIGHT