diff options
author | 2005-07-05 18:22:39 +0000 | |
---|---|---|
committer | 2005-07-05 18:22:39 +0000 | |
commit | d7edd829903dc830485d87d9f28e38313de0528e (patch) | |
tree | 10de7b013aacff50a6bfa819f41d2cc09edf9d5b /lib/libc | |
parent | if we can't stat the file and there is no entry for it, don't fail (diff) | |
download | wireguard-openbsd-d7edd829903dc830485d87d9f28e38313de0528e.tar.xz wireguard-openbsd-d7edd829903dc830485d87d9f28e38313de0528e.zip |
fix formatting for -c;
ok millert@
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/time/zdump.8 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/libc/time/zdump.8 b/lib/libc/time/zdump.8 index 8819f8aa1da..6db735d5ff4 100644 --- a/lib/libc/time/zdump.8 +++ b/lib/libc/time/zdump.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: zdump.8,v 1.10 2005/07/05 13:40:51 millert Exp $ +.\" $OpenBSD: zdump.8,v 1.11 2005/07/05 18:22:39 jmc Exp $ .Dd May 23, 1999 .Dt ZDUMP 8 .Os @@ -8,14 +8,11 @@ .Sh SYNOPSIS .Nm zdump .Op Fl v -.Sm off .Oo -.Fl c No \ \& -.Op Ar loyear, -.Ar hiyear +.Fl c +.Oo Ar loyear , Oc Ar hiyear .Oc -.Sm on -.Ar zonename Ar ... +.Ar zonename ... .Sh DESCRIPTION .Nm prints the current time in each @@ -24,10 +21,13 @@ named on the command line. .Pp These options are available: .Bl -tag -width Fl -.It Fl c Ar Op loyear, Ns hiyear +.It Xo +.Fl c +.Oo Ar loyear , Oc Ar hiyear +.Xc Cut off verbose output near the start of the given year(s). By default, -the program cuts off verbose output near the starts of the years -500 and 2500. +the program cuts off verbose output near the start of the years -500 and 2500. .It Fl v For each .Ar zonename |