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 b07a5a6db2..24fb3efa2d 100644 --- a/man3/offsetof.3 +++ b/man3/offsetof.3 @@ -58,13 +58,13 @@ C89, C99, POSIX.1-2001. On a Linux/x86 system, when compiled using the default .BR gcc (1) options, the program below produces the following output: -.fi +.nf $ ./a.out offsets: i=0; c=4; d=8 a=16 sizeof(struct s)=16 -.nf +.fi .nf #include <stddef.h> #include <stdio.h> |
