commit: 8fb1ad4117f25c4d2e64a273cfee036ed6dc8955
parent: fb90b4e7c5dd910e8b60ea3ef25848b11884e203
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Tue, 5 Mar 2019 23:06:05 +0100
man1x/{true,false}.1x: New manpages, notes on GNU
Diffstat:
2 files changed, 62 insertions(+), 0 deletions(-)
diff --git a/man1x/false.1x b/man1x/false.1x
@@ -0,0 +1,31 @@
+.Dd 2019-03-05
+.Dt FALSE 1x
+.Os
+.Sh PROLOG
+This manual page is part of
+.Lk https://hacktivis.me/git/cross-unix-documentation "Cross-Unix Documentation"
+which is an attempt to provide documentation of similarities and (noteworthy) differencies between Unix-like systems. To be used as an addition to the POSIX standard.
+.Sh NAME
+.Nm false
+.Nd should always returns false
+.Sh SYNOPSIS
+.Nm
+.Op ignored arguments
+.Nm
+.Op Fl -help
+.Op Fl -version
+.Sh DESCRIPTION
+.St -p1003.1-2008
+defines
+.Nm
+as a command that does not uses standard outputs or input, yet the GNU coreutils implementation of
+.Nm
+doesn't ignore
+.Fl -help
+and
+.Fl -version
+which could lead to bugs or unexpected behaviour.
+.Sh SOURCE
+GNU coreutils 8.30
+.Sh AUTHORS
+.An Haelwenn (lanodan) Monnier Aq Mt contact+c-u-d@hacktivis.me
diff --git a/man1x/true.1x b/man1x/true.1x
@@ -0,0 +1,31 @@
+.Dd 2019-03-05
+.Dt TRUE 1x
+.Os
+.Sh PROLOG
+This manual page is part of
+.Lk https://hacktivis.me/git/cross-unix-documentation "Cross-Unix Documentation"
+which is an attempt to provide documentation of similarities and (noteworthy) differencies between Unix-like systems. To be used as an addition to the POSIX standard.
+.Sh NAME
+.Nm true
+.Nd should always returns true
+.Sh SYNOPSIS
+.Nm
+.Op ignored arguments
+.Nm
+.Op Fl -help
+.Op Fl -version
+.Sh DESCRIPTION
+.St -p1003.1-2008
+defines
+.Nm
+as a command that does not uses standard outputs or input, yet the GNU coreutils implementation of
+.Nm
+doesn't ignore
+.Fl -help
+and
+.Fl -version
+which could lead to bugs or unexpected behaviour.
+.Sh SOURCE
+GNU coreutils 8.30
+.Sh AUTHORS
+.An Haelwenn (lanodan) Monnier Aq Mt contact+c-u-d@hacktivis.me