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