svn commit: r334308 - in head: lib/libc/stdlib share/man/man3
Eric van Gyzen
vangyzen at FreeBSD.org
Tue May 29 02:41:33 UTC 2018
Author: vangyzen
Date: Tue May 29 02:41:32 2018
New Revision: 334308
URL: https://svnweb.freebsd.org/changeset/base/334308
Log:
Bump the date on man pages in r334306
It seems a shame to ruin the patina of the June 4, 1993 date
on abort.3, especially since it still matched the date of
the SCCS ID, but those are the rules.
Reported by: araujo
MFC after: 3 days
Sponsored by: Dell EMC
Modified:
head/lib/libc/stdlib/abort.3
head/lib/libc/stdlib/exit.3
head/share/man/man3/assert.3
Modified: head/lib/libc/stdlib/abort.3
==============================================================================
--- head/lib/libc/stdlib/abort.3 Tue May 29 01:46:00 2018 (r334307)
+++ head/lib/libc/stdlib/abort.3 Tue May 29 02:41:32 2018 (r334308)
@@ -32,7 +32,7 @@
.\" @(#)abort.3 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\"
-.Dd June 4, 1993
+.Dd May 28, 2018
.Dt ABORT 3
.Os
.Sh NAME
Modified: head/lib/libc/stdlib/exit.3
==============================================================================
--- head/lib/libc/stdlib/exit.3 Tue May 29 01:46:00 2018 (r334307)
+++ head/lib/libc/stdlib/exit.3 Tue May 29 02:41:32 2018 (r334308)
@@ -32,7 +32,7 @@
.\" @(#)exit.3 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\"
-.Dd September 9, 2002
+.Dd May 28, 2018
.Dt EXIT 3
.Os
.Sh NAME
Modified: head/share/man/man3/assert.3
==============================================================================
--- head/share/man/man3/assert.3 Tue May 29 01:46:00 2018 (r334307)
+++ head/share/man/man3/assert.3 Tue May 29 02:41:32 2018 (r334308)
@@ -28,7 +28,7 @@
.\" @(#)assert.3 8.1 (Berkeley) 6/9/93
.\" $FreeBSD$
.\"
-.Dd January 1, 2018
+.Dd May 28, 2018
.Dt ASSERT 3
.Os
.Sh NAME
More information about the svn-src-all
mailing list