aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/col
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-11-23 17:21:37 +0000
committerWarner Losh <imp@FreeBSD.org>2023-11-27 05:23:30 +0000
commitbdcbfde31e8e9b343f113a1956384bdf30d1ed62 (patch)
tree4894badc82dc87ba6818a48c68f2d67af814fcf5 /usr.bin/col
parentac00d4d59b18a76c6148ca5d7439bb446d38da5c (diff)
Diffstat (limited to 'usr.bin/col')
-rw-r--r--usr.bin/col/Makefile1
-rw-r--r--usr.bin/col/README2
-rw-r--r--usr.bin/col/col.12
-rw-r--r--usr.bin/col/col.c3
4 files changed, 0 insertions, 8 deletions
diff --git a/usr.bin/col/Makefile b/usr.bin/col/Makefile
index 117cb73c8754..e154dab740d3 100644
--- a/usr.bin/col/Makefile
+++ b/usr.bin/col/Makefile
@@ -1,4 +1,3 @@
-# @(#)Makefile 8.1 (Berkeley) 6/6/93
.include <src.opts.mk>
diff --git a/usr.bin/col/README b/usr.bin/col/README
index 125e7cc24bf7..aac0d02f23ba 100644
--- a/usr.bin/col/README
+++ b/usr.bin/col/README
@@ -1,5 +1,3 @@
-# @(#)README 8.1 (Berkeley) 6/6/93
-#
col - filter out reverse line feeds.
diff --git a/usr.bin/col/col.1 b/usr.bin/col/col.1
index a33dea3d7717..97059a5c37f9 100644
--- a/usr.bin/col/col.1
+++ b/usr.bin/col/col.1
@@ -28,8 +28,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" @(#)col.1 8.1 (Berkeley) 6/29/93
-.\"
.Dd October 21, 2020
.Dt COL 1
.Os
diff --git a/usr.bin/col/col.c b/usr.bin/col/col.c
index a3e7a25d11fb..95b5127316b5 100644
--- a/usr.bin/col/col.c
+++ b/usr.bin/col/col.c
@@ -39,9 +39,6 @@ static const char copyright[] =
#endif
#if 0
-#ifndef lint
-static char sccsid[] = "@(#)col.c 8.5 (Berkeley) 5/4/95";
-#endif
#endif
#include <sys/cdefs.h>