Skip to content

Commit

Permalink
Some typing erros have been fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
fukuchi committed May 15, 2013
1 parent da2ef71 commit dcbd307
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
14 changes: 7 additions & 7 deletions sl.1
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,32 @@
.\"
.TH SL 1 "May 5, 2013"
.SH NAME
sl ¥- cure your bad habit of mistyping
sl \- cure your bad habit of mistyping
.SH SYNOPSIS
.B sl
[
.B ¥-alFc
.B \-alFc
]
.SH DESCRIPTION
.B sl
is a highly advanced animation program for curing your bad habit of mistyping.
.PP
.TP
.B ¥-a
.B \-a
An accident is occurring. People cry for help.
.TP
.B ¥-l
.B \-l
Little version
.TP
.B ¥-F
.B \-F
It flies like the galaxy express 999.
.TP
.B ¥-c
.B \-c
C51 appears instead of D51.
.PP
.SH SEE ALSO
.BR ls (1)
.SH BUGS
It sometimes list directory contents.
.SH AUTHOR
Toyoda Masashimtoyoda@acm.org)
Toyoda Masashi (mtoyoda@acm.org)
14 changes: 7 additions & 7 deletions sl.1.ja
Original file line number Diff line number Diff line change
Expand Up @@ -5,33 +5,33 @@
.\"
.TH SL 1 "May 5, 2013"
.SH 名称
sl ¥- キータイプを矯正します。
sl \- キータイプを矯正します。
.SH 形式
.B sl
[
.B ¥-alF
.B \-alF
]
.SH 解説
.B sl
は、高度に発展した、キータイプ矯正を目的とするアニメーションプログラムです。
.PP
次のようなオプションがあります。
.TP
.B ¥-a
.B \-a
なにかアクシデントがあったようですね。助けを求める人々が悲痛です。
.TP
.B ¥-l
.B \-l
小さくなります。
.TP
.B ¥-F
.B \-F
飛びます。
.TP
.B ¥-c
.B \-c
C51になります。
.PP
.SH 関連事項
.BR ls (1)
.SH バグ
カレントディレクトリの内容が表示されることがあります。
.SH 著者
豊田 正史mtoyoda@acm.org)
豊田 正史 (mtoyoda@acm.org)
2 changes: 1 addition & 1 deletion sl.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Last Modified: 2013/ 5/ 5
*========================================
*/
/* sl version 5.00 : add -c option
/* sl version 5.00 : add -c option */
/* by Toyoda Masashi 2013/ 5/ 5 */
/* sl version 4.00 : add C51, usleep(40000) */
/* by Toyoda Masashi 2002/12/31 */
Expand Down
2 changes: 1 addition & 1 deletion sl.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#define D51HIGHT 10
#define D51FUNNEL 7
#define D51LENGTH 83
#define D51LENGTH 83
#define D51PATTERNS 6


Expand Down

0 comments on commit dcbd307

Please sign in to comment.