diff options
Diffstat (limited to 'man5/tzfile.5')
| -rw-r--r-- | man5/tzfile.5 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/man5/tzfile.5 b/man5/tzfile.5 index 2f26efea58..769d5fb188 100644 --- a/man5/tzfile.5 +++ b/man5/tzfile.5 @@ -63,11 +63,10 @@ these structures are defined as follows: .in +.5i .sp .nf -.ta .5i +\w'unsigned int\0\0'u struct ttinfo { - long tt_gmtoff; - int tt_isdst; - unsigned int tt_abbrind; + long tt_gmtoff; + int tt_isdst; + unsigned int tt_abbrind; }; .in -.5i .fi |
