diff options
author | des <des@FreeBSD.org> | 2014-11-01 09:10:21 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2014-11-01 09:10:21 +0000 |
commit | b68d08643b98891f9821813e0d94960f344118de (patch) | |
tree | fba8bb900ba9338a5b623f758fa8cdf1d6a3de9a | |
parent | 4da361c2407b2840977c524273d45b2a3a91fb66 (diff) | |
download | FreeBSD-src-b68d08643b98891f9821813e0d94960f344118de.zip FreeBSD-src-b68d08643b98891f9821813e0d94960f344118de.tar.gz |
<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
-rw-r--r-- | lib/libc/sys/utrace.2 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/sys/utrace.2 b/lib/libc/sys/utrace.2 index 5177288..9d24f20 100644 --- a/lib/libc/sys/utrace.2 +++ b/lib/libc/sys/utrace.2 @@ -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 |