svn commit: r273924 - head/lib/libc/sys

Dag-Erling Smørgrav des at FreeBSD.org
Sat Nov 1 09:10:22 UTC 2014


Author: des
Date: Sat Nov  1 09:10:21 2014
New Revision: 273924
URL: https://svnweb.freebsd.org/changeset/base/273924

Log:
  <sys/param.h> is a superset of <sys/types.h> and must always come
  first.  Coincidentally, today is the 11th anniversary of this man
  page's (and this bug's) first appearance in FreeBSD.
  
  MFC after:	3 days

Modified:
  head/lib/libc/sys/utrace.2

Modified: head/lib/libc/sys/utrace.2
==============================================================================
--- head/lib/libc/sys/utrace.2	Sat Nov  1 05:45:05 2014	(r273923)
+++ head/lib/libc/sys/utrace.2	Sat Nov  1 09:10:21 2014	(r273924)
@@ -28,7 +28,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd December 28, 2000
+.Dd November 1, 2014
 .Dt UTRACE 2
 .Os
 .Sh NAME
@@ -37,7 +37,6 @@
 .Sh LIBRARY
 .Lb libc
 .Sh SYNOPSIS
-.In sys/types.h
 .In sys/param.h
 .In sys/time.h
 .In sys/uio.h


More information about the svn-src-head mailing list