diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2022-06-15 22:06:34 +0200 |
|---|---|---|
| committer | Alejandro Colomar <alx.manpages@gmail.com> | 2022-06-16 18:19:02 +0200 |
| commit | cf96188b349154bffa40ace77405ebfcedd3f72f (patch) | |
| tree | 29426bae505a1e3ba833af21aea68bc45f6373bf /man7 | |
| parent | ac5fd6ef88b21537231d15ac1f00260dd399825e (diff) | |
| download | man-pages-cf96188b349154bffa40ace77405ebfcedd3f72f.tar.gz | |
ctime.3, strptime.3, time.7: Refer to tm(3type)
Instead of repeating the documentation of tm(3type) in pages that
use it, just refer to it.
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Diffstat (limited to 'man7')
| -rw-r--r-- | man7/time.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/time.7 b/man7/time.7 index 6339f1610a..4bdb2f4196 100644 --- a/man7/time.7 +++ b/man7/time.7 @@ -141,7 +141,7 @@ to represent which stores time value separated out into distinct components (year, month, day, hour, minute, second, etc.). This structure is described in -.BR ctime (3), +.BR tm (3type), which also describes functions that convert between calendar time and broken-down time. Functions for converting between broken-down time and printable |
