summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2010-02-18 18:30:20 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2010-02-18 18:30:20 +0000
commitbd575d30e0995ec4f8024d0c6169d58707a4eda9 (patch)
tree14d429a9be94386e078a4e578b67e9e56a366bf3
parent8a5c72dd500a15abc4664a2ccefa9db2ac97d67c (diff)
tweak from otto, which i managed to forget in the initial commit;
-rw-r--r--share/man/man3/offsetof.36
1 files changed, 4 insertions, 2 deletions
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 <tpfaff@tp76.info>
.\"
@@ -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