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
|
Index: sma-1.4/docs/sma.8
===================================================================
--- sma-1.4.orig/docs/sma.8 2012-02-13 10:02:22.000000000 -0800
+++ sma-1.4/docs/sma.8 2012-02-13 10:14:46.232849408 -0800
@@ -130,6 +130,7 @@
Print some debugging information for each parsed line.
.It Fl w
Format the report as HTML.
+.El
.Sh KEYWORDS
.Nm
configuration file consists of keyword-value pairs.
@@ -164,9 +165,9 @@
consists of ordinary characters and various two-character sequencies which
are replaced with built-in variables as follows:
.Bl -tag -width indent
-.It Nm %U
+.It Nm \&%U
time in UNIX time format
-.It Nm %D
+.It Nm \&%D
time in form "Wed Jun 30 21:49:08 1993"
.It Nm %y
year, four digits
@@ -192,7 +193,7 @@
envelope recipient
.It Nm %F
relay sender
-.It Nm %\T
+.It Nm \&%T
relay recipient
.It Nm %S
status (1 = sent, 0 = error)
@@ -429,6 +430,7 @@
.It Nm TbColor Ar RGB
Set HTML report table corner color as
.Ar RGB.
+.El
.Sh FILES
.Nm sma
can as an option use a configuration file. It's default location can be
|