aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdtime
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 /lib/libc/stdtime
parentfa9896e082a1046ff4fbc75fcba4d18d1f2efc19 (diff)
Remove $FreeBSD$: one-line nroff pattern
Remove /^\.\\"\s*\$FreeBSD\$$\n/
Diffstat (limited to 'lib/libc/stdtime')
-rw-r--r--lib/libc/stdtime/ctime.31
-rw-r--r--lib/libc/stdtime/strftime.31
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/stdtime/ctime.3 b/lib/libc/stdtime/ctime.3
index 2aaf94f2b12a..25a7c6a7656e 100644
--- a/lib/libc/stdtime/ctime.3
+++ b/lib/libc/stdtime/ctime.3
@@ -28,7 +28,6 @@
.\" SUCH DAMAGE.
.\"
.\" From: @(#)ctime.3 8.1 (Berkeley) 6/4/93
-.\" $FreeBSD$
.\"
.Dd April 20, 2023
.Dt CTIME 3
diff --git a/lib/libc/stdtime/strftime.3 b/lib/libc/stdtime/strftime.3
index 0560bbb89a7a..007f6b5fc34b 100644
--- a/lib/libc/stdtime/strftime.3
+++ b/lib/libc/stdtime/strftime.3
@@ -30,7 +30,6 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)strftime.3 8.1 (Berkeley) 6/4/93
-.\" $FreeBSD$
.\"
.Dd June 25, 2012
.Dt STRFTIME 3