-
Notifications
You must be signed in to change notification settings - Fork 0
/
azan.1
43 lines (43 loc) · 928 Bytes
/
azan.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
.TH AZAN 1 azan\-VERSION
.SH NAME
azan \- simple muslim prayers calculator
.SH SYNOPSIS
.B azan
.RB [ \-AaNnUuv ]
.SH DESCRIPTION
azan is a simple muslim prayers calculator for unix-like systems. Show prayers time. written in nasm x86-64.
.SH OPTIONS
.TP
.B \-A
print all prayers time, 12-hour clock format.
.TP
.B \-a
print all prayers time, 24-hour clock format.
.TP
.B \-N
print next prayer time, 12-hour clock format.
.TP
.B \-n
print next prayer time, 24-hour clock format.
.TP
.B \-U
print all prayers time, unix-time format.
.TP
.B \-u
print next prayer time, unix-time format.
.TP
.B \-v
print version.
.SH USAGE
.TP
.B azan
print next prayer left duration.
.SH CUSTOMIZATION
azan is customized by creating a custom
.IR config.s
and (re)compiling the source
code. This keeps it fast, secure and simple.
.SH AUTHORS
See the LICENSE file for the authors.
.SH LICENSE
See the LICENSE file for the terms of redistribution.