svn commit: r335044 - head/lib/libc/stdlib

Eitan Adler eadler at FreeBSD.org
Wed Jun 13 09:07:26 UTC 2018


Author: eadler
Date: Wed Jun 13 09:07:24 2018
New Revision: 335044
URL: https://svnweb.freebsd.org/changeset/base/335044

Log:
  atoi.3: bump .Dd
  
  I touched the man page. Bump Dd by just over 15 years.

Modified:
  head/lib/libc/stdlib/atoi.3

Modified: head/lib/libc/stdlib/atoi.3
==============================================================================
--- head/lib/libc/stdlib/atoi.3	Wed Jun 13 08:52:22 2018	(r335043)
+++ head/lib/libc/stdlib/atoi.3	Wed Jun 13 09:07:24 2018	(r335044)
@@ -32,7 +32,7 @@
 .\"     @(#)atoi.3	8.1 (Berkeley) 6/4/93
 .\" $FreeBSD$
 .\"
-.Dd June 4, 1993
+.Dd June 13, 2018
 .Dt ATOI 3
 .Os
 .Sh NAME


More information about the svn-src-head mailing list