diff --git a/LOG b/LOG deleted file mode 100644 index dbc9b30..0000000 --- a/LOG +++ /dev/null @@ -1 +0,0 @@ -2021/11/23 - Added true and false, as well as a skeleton for wc. Created LOG. diff --git a/src/cat.1 b/src/cat.1 index 8a73746..146ae21 100644 --- a/src/cat.1 +++ b/src/cat.1 @@ -31,7 +31,7 @@ SUS .SH NOTES .PP None. -.SH BUGS +.SH ERRORS .PP None known. .SH SEE ALSO diff --git a/src/echo.1 b/src/echo.1 index 32dd157..b9b1c5d 100644 --- a/src/echo.1 +++ b/src/echo.1 @@ -47,7 +47,7 @@ SUS .SH NOTES .PP For historical reasons implementations of echo vary wildly in their behavior across systems. For a portable way to print to stdout, see printf. -.SH BUGS +.SH ERRORS .PP Currently, \\0xxx (octal) escapes have not been implemented. .SH SEE ALSO diff --git a/src/false.1 b/src/false.1 index 2394dde..a188877 100644 --- a/src/false.1 +++ b/src/false.1 @@ -27,7 +27,7 @@ SUS .SH NOTES .PP None. -.SH BUGS +.SH ERRORS .PP None known. .SH SEE ALSO diff --git a/src/sleep.1 b/src/sleep.1 index 91e2b15..d893fb8 100644 --- a/src/sleep.1 +++ b/src/sleep.1 @@ -27,7 +27,7 @@ SUS .SH NOTES .PP None. -.SH BUGS +.SH ERRORS .PP None known. .SH SEE ALSO diff --git a/src/true.1 b/src/true.1 index 2c4e50f..b71550e 100644 --- a/src/true.1 +++ b/src/true.1 @@ -27,7 +27,7 @@ SUS .SH NOTES .PP None. -.SH BUGS +.SH ERRORS .PP None known. .SH SEE ALSO diff --git a/src/wc.1 b/src/wc.1 index 265267b..e0ac7ae 100644 --- a/src/wc.1 +++ b/src/wc.1 @@ -40,7 +40,7 @@ SUS .SH NOTES .PP None. -.SH BUGS +.SH ERRORS .PP This implementation of wc does not currently treat characters any different than bytes. diff --git a/src/yes.1 b/src/yes.1 index e7ccc6e..a64c901 100644 --- a/src/yes.1 +++ b/src/yes.1 @@ -26,7 +26,7 @@ SUS .SH NOTES .PP None. -.SH BUGS +.SH ERRORS .PP None known. .SH SEE ALSO