[hackers] [sbase] Add manpages for false(1) and true(1) || FRIGN

From: <git_AT_suckless.org>
Date: Fri, 16 Jan 2015 11:03:25 +0100 (CET)

commit f196a7dfd93eab1728b02345b6add8c18c8eb276
Author: FRIGN <dev_AT_frign.de>
Date: Fri Jan 16 01:05:20 2015 +0100

    Add manpages for false(1) and true(1)
    
    and mark them as finished in the README.

diff --git a/README b/README
index 0818408..ab8b855 100644
--- a/README
+++ b/README
_AT_@ -29,7 +29,7 @@ The following tools are implemented (* == finished):
   env yes none
   expand yes none
   expr yes none
- false yes none
+* false yes none
   fold yes none
 * grep yes none
   head yes none
_AT_@ -69,7 +69,7 @@ The following tools are implemented (* == finished):
   test yes none
   touch no -a, -m, -r
 * tr yes none
- true yes none
+* true yes none
   tty yes none
   uudecode no -o
   uuencode no -m
diff --git a/false.1 b/false.1
index 023d702..0dc65a8 100644
--- a/false.1
+++ b/false.1
_AT_@ -1,8 +1,16 @@
-.TH FALSE 1 sbase\-VERSION
-.SH NAME
-false \- return failure
-.SH SYNOPSIS
-.B false
-.SH DESCRIPTION
-.B false
-returns with a status code indicating failure.
+.Dd January 16, 2015
+.Dt FALSE 1 sbase\-VERSION
+.Sh NAME
+.Nm false
+.Nd return failure
+.Sh SYNOPSIS
+.Nm false
+.Sh DESCRIPTION
+.Nm
+returns a status code indicating failure.
+.Sh STANDARDS
+The
+.Nm
+utility is compliant with the
+.St -p1003.1-2008
+specification.
diff --git a/true.1 b/true.1
index ed947be..63c68d5 100644
--- a/true.1
+++ b/true.1
_AT_@ -1,8 +1,16 @@
-.TH TRUE 1 sbase\-VERSION
-.SH NAME
-true \- return success
-.SH SYNOPSIS
-.B true
-.SH DESCRIPTION
-.B true
-returns with a status code indicating success.
+.Dd January 16, 2015
+.Dt TRUE 1 sbase\-VERSION
+.Sh NAME
+.Nm true
+.Nd return success
+.Sh SYNOPSIS
+.Nm true
+.Sh DESCRIPTION
+.Nm
+returns a status code indicating success
+.Sh STANDARDS
+The
+.Nm
+utility is compliant with the
+.St -p1003.1-2008
+specification.
Received on Fri Jan 16 2015 - 11:03:25 CET

This archive was generated by hypermail 2.3.0 : Fri Jan 16 2015 - 11:12:20 CET