diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-12-19 06:16:04 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-12-19 06:16:04 +0000 |
commit | bd191423093e5434f6100cd86d21cebea9a0d6b4 (patch) | |
tree | 3b2c427492d714d8ac969e295fed3825b7b1a972 /man3/ctime.3 | |
parent | 28f6564486b816a1d31c10fcd1899bf97c366725 (diff) |
enclose code smaples/structure defns/etc in ".in +4n / .in"
Diffstat (limited to 'man3/ctime.3')
-rw-r--r-- | man3/ctime.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/ctime.3 b/man3/ctime.3 index 58edf468..19d8c768 100644 --- a/man3/ctime.3 +++ b/man3/ctime.3 @@ -91,7 +91,7 @@ separated into year, month, day, etc. Broken-down time is stored in the structure \fItm\fP which is defined in \fI<time.h>\fP as follows: .sp -.RS 4 +.in +4n .nf struct tm { int tm_sec; /* seconds */ @@ -105,7 +105,7 @@ struct tm { int tm_isdst; /* daylight saving time */ }; .fi -.RE +.in .PP The members of the \fItm\fP structure are: .TP |