1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/chinese/lunar/files/patch-04
Clive Lin 7dd0cf84b9 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>
2002-03-31 09:57:43 +00:00

45 lines
929 B
Plaintext

--- 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