aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fold
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/fold
parentac00d4d59b18a76c6148ca5d7439bb446d38da5c (diff)
Diffstat (limited to 'usr.bin/fold')
-rw-r--r--usr.bin/fold/Makefile1
-rw-r--r--usr.bin/fold/fold.12
-rw-r--r--usr.bin/fold/fold.c3
3 files changed, 0 insertions, 6 deletions
diff --git a/usr.bin/fold/Makefile b/usr.bin/fold/Makefile
index c3920b69563e..38f75e1a6cb2 100644
--- a/usr.bin/fold/Makefile
+++ b/usr.bin/fold/Makefile
@@ -1,4 +1,3 @@
-# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
.include <src.opts.mk>
diff --git a/usr.bin/fold/fold.1 b/usr.bin/fold/fold.1
index 56b196533616..bffe9dae0fbc 100644
--- a/usr.bin/fold/fold.1
+++ b/usr.bin/fold/fold.1
@@ -25,8 +25,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" @(#)fold.1 8.1 (Berkeley) 6/6/93
-.\"
.Dd October 29, 2020
.Dt FOLD 1
.Os
diff --git a/usr.bin/fold/fold.c b/usr.bin/fold/fold.c
index 1124f373828c..0cf5913ef637 100644
--- a/usr.bin/fold/fold.c
+++ b/usr.bin/fold/fold.c
@@ -39,9 +39,6 @@ static const char copyright[] =
#endif /* not lint */
#ifndef lint
-#if 0
-static char sccsid[] = "@(#)fold.c 8.1 (Berkeley) 6/6/93";
-#endif
#endif /* not lint */
#include <sys/cdefs.h>