X-Git-Url: https://git.saurik.com/apple/system_cmds.git/blobdiff_plain/709a58224ea43109dc10bfd6a67de1e432174197..34d340d711a2b033f5da480ed7b5eb147679a588:/zdump.tproj/zdump.8 diff --git a/zdump.tproj/zdump.8 b/zdump.tproj/zdump.8 index 065a1d6..43344f2 100644 --- a/zdump.tproj/zdump.8 +++ b/zdump.tproj/zdump.8 @@ -9,25 +9,27 @@ .Nm zdump .Nd timezone dumper .Sh SYNOPSIS -.Nm +.Nm zdump .Op Fl -version .Op Fl v -.Op Fl c Ar cutoffyear -.Op Ar zonename ... +.Op Fl c Ar cutoff_year +.Op Ar zone_name ... .Sh DESCRIPTION The -.Nm +.Nm zdump utility prints the current time in each -.Ar zonename +.Ar zone_name named on the command line. .Pp The following options are available: .Bl -tag -width indent -.It Fl -version -Output version information and exit. +.\" =========== +.It Fl c Ar cutoff_year +Cut off the verbose output near the start of the given year. +.\" =========== .It Fl v For each -.Ar zonename +.Ar zone_name on the command line, print the time at the lowest possible time value, the time one day after the lowest possible time value, @@ -40,8 +42,9 @@ Each line ends with if the given time is Daylight Saving Time or .Em isdst=0 otherwise. -.It Fl c Ar cutoffyear -Cut off the verbose output near the start of the given year. +.\" =========== +.It Fl -version +Output version information and exit. .El .Sh "SEE ALSO" .Xr ctime 3 ,