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:18
Commit3aa3397f534298aa77c1e3161f6fa55761e192e4
Parentd62f973d924f502f99e973fc207d0575d590bb5e

false: Remove STANDARDS section from manpage

Diffstat

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

1 files changed, 1 insertions, 3 deletions

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