From bd575d30e0995ec4f8024d0c6169d58707a4eda9 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Thu, 18 Feb 2010 18:30:20 +0000 Subject: tweak from otto, which i managed to forget in the initial commit; --- share/man/man3/offsetof.3 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'share/man') diff --git a/share/man/man3/offsetof.3 b/share/man/man3/offsetof.3 index 08cf5cc4ef3..142b97f38ba 100644 --- a/share/man/man3/offsetof.3 +++ b/share/man/man3/offsetof.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: offsetof.3,v 1.1 2010/02/18 18:28:18 jmc Exp $ +.\" $OpenBSD: offsetof.3,v 1.2 2010/02/18 18:30:19 jmc Exp $ .\" .\" Copyright (c) 2010 Thomas Pfaff .\" @@ -28,7 +28,9 @@ .Sh DESCRIPTION The .Fn offsetof -macro expands to an integer constant expression and yields the offset, +macro expands to an integer constant expression of type +.Ft size_t +and yields the offset, in bytes, of the field .Ar member from the start of the structure -- cgit v1.2.3