Add manpages for false(1) and true(1)
and mark them as finished in the README.
This commit is contained in:
parent
3f0384e1ba
commit
f196a7dfd9
4
README
4
README
|
@ -29,7 +29,7 @@ The following tools are implemented (* == finished):
|
||||||
env yes none
|
env yes none
|
||||||
expand yes none
|
expand yes none
|
||||||
expr yes none
|
expr yes none
|
||||||
false yes none
|
* false yes none
|
||||||
fold yes none
|
fold yes none
|
||||||
* grep yes none
|
* grep yes none
|
||||||
head yes none
|
head yes none
|
||||||
|
@ -69,7 +69,7 @@ The following tools are implemented (* == finished):
|
||||||
test yes none
|
test yes none
|
||||||
touch no -a, -m, -r
|
touch no -a, -m, -r
|
||||||
* tr yes none
|
* tr yes none
|
||||||
true yes none
|
* true yes none
|
||||||
tty yes none
|
tty yes none
|
||||||
uudecode no -o
|
uudecode no -o
|
||||||
uuencode no -m
|
uuencode no -m
|
||||||
|
|
24
false.1
24
false.1
|
@ -1,8 +1,16 @@
|
||||||
.TH FALSE 1 sbase\-VERSION
|
.Dd January 16, 2015
|
||||||
.SH NAME
|
.Dt FALSE 1 sbase\-VERSION
|
||||||
false \- return failure
|
.Sh NAME
|
||||||
.SH SYNOPSIS
|
.Nm false
|
||||||
.B false
|
.Nd return failure
|
||||||
.SH DESCRIPTION
|
.Sh SYNOPSIS
|
||||||
.B false
|
.Nm false
|
||||||
returns with a status code indicating failure.
|
.Sh DESCRIPTION
|
||||||
|
.Nm
|
||||||
|
returns a status code indicating failure.
|
||||||
|
.Sh STANDARDS
|
||||||
|
The
|
||||||
|
.Nm
|
||||||
|
utility is compliant with the
|
||||||
|
.St -p1003.1-2008
|
||||||
|
specification.
|
||||||
|
|
24
true.1
24
true.1
|
@ -1,8 +1,16 @@
|
||||||
.TH TRUE 1 sbase\-VERSION
|
.Dd January 16, 2015
|
||||||
.SH NAME
|
.Dt TRUE 1 sbase\-VERSION
|
||||||
true \- return success
|
.Sh NAME
|
||||||
.SH SYNOPSIS
|
.Nm true
|
||||||
.B true
|
.Nd return success
|
||||||
.SH DESCRIPTION
|
.Sh SYNOPSIS
|
||||||
.B true
|
.Nm true
|
||||||
returns with a status code indicating success.
|
.Sh DESCRIPTION
|
||||||
|
.Nm
|
||||||
|
returns a status code indicating success
|
||||||
|
.Sh STANDARDS
|
||||||
|
The
|
||||||
|
.Nm
|
||||||
|
utility is compliant with the
|
||||||
|
.St -p1003.1-2008
|
||||||
|
specification.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user