head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1;
locks; strict;
comment	@# @;


1.1
date	2002.03.31.09.57.43;	author clive;	state Exp;
branches;
next	;


desc
@@


1.1
log
@o Add big5 output messages.
o Modify lunar man page.

Since I can read the message, and it exactly matches what my mother told
me, I think it's okay to commit.

PR:	ports/35344
Submitted by:	Chou Yeh-Jyi <yjchou@@cis.nctu.edu.tw>
@
text
@--- lunar.1.orig	Tue Aug 11 12:14:48 1992
+++ lunar.1	Tue Feb 26 21:00:38 2002
@@@@ -4,13 +4,15 @@@@
 .SH SYNTAX
 .B lunar
 [
-.B\-h
+.B \-h
 ] [
-.B\-b
+.B \-5
 ] [
-.B\-i
+.B \-b
 ] [
-.B\-l
+.B \-i
+] [
+.B \-l
 ]
 .I year month day
 [
@@@@ -56,14 +58,16 @@@@
 The ganzhi of the j-th leap month is the same as that of the j-th month.
 
 The possible options are
-.IP b
+.IP \-b
 output ganzhi in special "bitmap" characters.
-.IP h
-output hanzi or Chinese characters encoded in (highest-bit-set) GB code.
-.IP i
+.IP \-h
+output hanzi or Simplified Chinese characters encoded in (highest-bit-set) GB code.
+.IP \-5
+output Traditional Chinese characters encoded in (highest-bit-set) BIG5 code.
+.IP \-i
 convert a lunar date to solar date.
 The default is to convert a solar date to a lunar date.
-.IP l
+.IP \-l
 indicate the month is a lunar leap month.
 This option is meaningful only when the "-i" option is used.
 .SH COPYRIGHT
@
