Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Nov 2014 09:10:22 +0000 (UTC)
From:      Dag-Erling Smørgrav <des@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r273924 - head/lib/libc/sys
Message-ID:  <201411010910.sA19AMDu005105@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411010910.sA19AMDu005105>