diff options
author | charnier <charnier@FreeBSD.org> | 1998-01-07 07:46:33 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 1998-01-07 07:46:33 +0000 |
commit | 3210047753e19fa10c2a78d438ba2b6a57d281b6 (patch) | |
tree | dccebfb30cecb1ff497106591eb305cbfafc0651 /usr.bin/ncal/ncal.1 | |
parent | 7dfb53a951d6005648cf8340e6ada29bf01d6a37 (diff) | |
download | FreeBSD-src-3210047753e19fa10c2a78d438ba2b6a57d281b6.zip FreeBSD-src-3210047753e19fa10c2a78d438ba2b6a57d281b6.tar.gz |
Sync usage and synopsis. Add rcsid.
Diffstat (limited to 'usr.bin/ncal/ncal.1')
-rw-r--r-- | usr.bin/ncal/ncal.1 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/usr.bin/ncal/ncal.1 b/usr.bin/ncal/ncal.1 index f538a8b..9e13591 100644 --- a/usr.bin/ncal/ncal.1 +++ b/usr.bin/ncal/ncal.1 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: ncal.1,v 1.2 1997/12/19 21:41:21 helbig Exp $ +.\" $Id: ncal.1,v 1.3 1998/01/03 15:10:11 helbig Exp $ .\" .Dd December 16, 1997 .Dt CAL 1 @@ -37,7 +37,7 @@ .Op Oo Ar month Oc Ar \ year .Nm ncal .Op Fl jJpwy -.Op Fl s Ar country code +.Op Fl s Ar country_code .Op Oo Ar month Oc Ar \ year .Nm ncal .Op Fl Jeo @@ -51,8 +51,9 @@ The new format is a little cramped but it makes a year fit on a 25x80 terminal. If arguments are not specified, the current month is displayed. +.Pp The options are as follows: -.Bl -tag -width Ds +.Bl -tag -width indent .It Fl J Display Julian Calendar, if combined with the .Fl e @@ -70,10 +71,10 @@ Calendar as they are assumed by .Nm ncal . The country code as determined from the local environment is marked with an asterisk. -.It Fl s Ar country-code +.It Fl s Ar country_code Assume the switch from Julian to Gregorian Calendar at the date associated with the -.Ar country-code . +.Ar country_code . If not specified, .Nm ncal tries to guess the switch date from the local environment or |