aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/printf
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/printf
parentac00d4d59b18a76c6148ca5d7439bb446d38da5c (diff)
Diffstat (limited to 'usr.bin/printf')
-rw-r--r--usr.bin/printf/Makefile1
-rw-r--r--usr.bin/printf/printf.12
-rw-r--r--usr.bin/printf/printf.c3
3 files changed, 0 insertions, 6 deletions
diff --git a/usr.bin/printf/Makefile b/usr.bin/printf/Makefile
index 4756e14edb3b..6e9def2e11c4 100644
--- a/usr.bin/printf/Makefile
+++ b/usr.bin/printf/Makefile
@@ -1,4 +1,3 @@
-# @(#)Makefile 8.1 (Berkeley) 6/6/93
.include <src.opts.mk>
diff --git a/usr.bin/printf/printf.1 b/usr.bin/printf/printf.1
index 1a43ecfc945d..373d3ccacc36 100644
--- a/usr.bin/printf/printf.1
+++ b/usr.bin/printf/printf.1
@@ -28,8 +28,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" @(#)printf.1 8.1 (Berkeley) 6/6/93
-.\"
.Dd July 1, 2020
.Dt PRINTF 1
.Os
diff --git a/usr.bin/printf/printf.c b/usr.bin/printf/printf.c
index 9ce413b750b7..7c51decd483c 100644
--- a/usr.bin/printf/printf.c
+++ b/usr.bin/printf/printf.c
@@ -45,9 +45,6 @@ static char const copyright[] =
#endif
#ifndef lint
-#if 0
-static char const sccsid[] = "@(#)printf.c 8.1 (Berkeley) 7/20/93";
-#endif
#endif /* not lint */
#include <sys/types.h>