aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/cut
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-16 17:55:15 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-16 17:55:15 +0000
commitb2c76c41be32f904179efed29c0ca04d53f3996c (patch)
treedb9f7d9c9b129b0c3e4960d1b07dc20ceb5090de /usr.bin/cut
parentfa9896e082a1046ff4fbc75fcba4d18d1f2efc19 (diff)
downloadsrc-b2c76c41be32f904179efed29c0ca04d53f3996c.tar.gz
src-b2c76c41be32f904179efed29c0ca04d53f3996c.zip
Diffstat (limited to 'usr.bin/cut')
-rw-r--r--usr.bin/cut/cut.11
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/cut/cut.1 b/usr.bin/cut/cut.1
index 67123ae0d41c..cab98805a6e3 100644
--- a/usr.bin/cut/cut.1
+++ b/usr.bin/cut/cut.1
@@ -29,7 +29,6 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)cut.1 8.1 (Berkeley) 6/6/93
-.\" $FreeBSD$
.\"
.Dd November 6, 2022
.Dt CUT 1