From 2e9d0f607f5e96bc18f2aecc951a2087515cd823 Mon Sep 17 00:00:00 2001 From: Scott Kitterman Date: Sun, 4 Mar 2018 14:00:18 -0500 Subject: [PATCH] Update man pages for newly implemented features --- man/dkimpy-milter.8 | 8 ++++---- man/dkimpy-milter.conf.5 | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/man/dkimpy-milter.8 b/man/dkimpy-milter.8 index 39c9156..978127d 100644 --- a/man/dkimpy-milter.8 +++ b/man/dkimpy-milter.8 @@ -169,7 +169,7 @@ one per line. If a line contains whitespace-separated values, then the line is presumed to define a key and its corresponding value. Blank lines are ignored, and the hash ("#") character denotes the start of a comment. If a value contains multiple entries, the entries should be separated by -colons. [Not implemented yet] +colons. .TP .I b) If the string begins with "refile:", then the remainder of the string is @@ -196,11 +196,11 @@ is compiled in). [Not implemented yet] .TP .I i) If the string contains none of these prefixes but starts with a slash ("/") -character, it is presumed to be a flat file as described above. [Not implemented yet] +character, it is presumed to be a flat file as described above. .TP .I j) If the string begins with "csl:", the string is treated as a comma-separated -list as described in m) below. [Not implemented yet] +list as described in m) below. .TP .I l) If the string begins with "mdb:", it refers to a directory that contains @@ -279,7 +279,7 @@ proposal, and Cisco's .B Internet Identified Mail (IIM) proposal. .SH VERSION -This man page covers version 0.9.2 of +This man page covers version 0.9.4 of .I dkimpy-milter. .SH COPYRIGHT Copyright (c) 2005-2008, Sendmail, Inc. and its suppliers. All rights diff --git a/man/dkimpy-milter.conf.5 b/man/dkimpy-milter.conf.5 index 2d14075..89dac06 100644 --- a/man/dkimpy-milter.conf.5 +++ b/man/dkimpy-milter.conf.5 @@ -374,7 +374,7 @@ Log via calls to using the named facility. The facility names are the same as the ones allowed in .I syslog.conf(5). -The default is "mail". [Hardcoded to default for now] +The default is "mail". .TP .I SyslogSuccess (Boolean)