diff options
Diffstat (limited to 'man3/offsetof.3')
| -rw-r--r-- | man3/offsetof.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/offsetof.3 b/man3/offsetof.3 index c706c70ec7..b9a6ffd018 100644 --- a/man3/offsetof.3 +++ b/man3/offsetof.3 @@ -66,9 +66,9 @@ POSIX.1-2001, POSIX.1-2008, C89, C99. On a Linux/i386 system, when compiled using the default .BR gcc (1) options, the program below produces the following output: +.PP .in +4n -.nf - +.EX .RB "$" " ./a.out" offsets: i=0; c=4; d=8 a=16 sizeof(struct s)=16 |
