diff options
author | ru <ru@FreeBSD.org> | 2005-02-13 23:45:54 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-02-13 23:45:54 +0000 |
commit | 6b6b8c04f623c7e2bd8c7ff4acaa40037b59580c (patch) | |
tree | fcca2ff76dd4bd4de63ce13f86a3138bd09a2ca3 /usr.sbin/zic/zic.8 | |
parent | 2896c0ddcb033d90d22079e179db06a254613194 (diff) | |
download | FreeBSD-src-6b6b8c04f623c7e2bd8c7ff4acaa40037b59580c.zip FreeBSD-src-6b6b8c04f623c7e2bd8c7ff4acaa40037b59580c.tar.gz |
Expand contractions.
Diffstat (limited to 'usr.sbin/zic/zic.8')
-rw-r--r-- | usr.sbin/zic/zic.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/zic/zic.8 b/usr.sbin/zic/zic.8 index da25397..c293cef 100644 --- a/usr.sbin/zic/zic.8 +++ b/usr.sbin/zic/zic.8 @@ -98,7 +98,7 @@ of years representable by values. .It Fl s Limit time values stored in output files to values that are the same -whether they're taken to be signed or unsigned. +whether they are taken to be signed or unsigned. You can use this option to generate SVVS-compatible files. .It Fl y Ar command Use the given @@ -114,7 +114,7 @@ Leading and trailing white space on input lines is ignored. An unquoted sharp character (#) in the input introduces a comment which extends to the end of the line the sharp character appears on. White space characters and sharp characters may be enclosed in double quotes -(") if they're to be used as part of a field. +(") if they are to be used as part of a field. Any line that is blank (after comment stripping) is ignored. Non-blank lines are expected to be of one of three types: rule lines, zone lines, and link lines. |