Delete obsolete .IX macro from man pages

This commit is contained in:
Scott Kitterman
2019-02-08 01:18:12 -05:00
parent 9bf7e43e20
commit c1fec1cca8
5 changed files with 0 additions and 23 deletions
-4
View File
@@ -127,25 +127,21 @@
.rm #[ #] #H #V #F C
.\" ========================================================================
.\"
.IX Title "dkimverify 1"
.TH dkimverify 1 "2017-01-23"
.SH "NAME"
dkimverify
\-
Script for DKIM verifying messages on stdin
.SH "VERSION"
.IX Header "VERSION"
0\.6\.0
.SH "DESCRIPTION"
.IX Header "DESCRIPTION"
dkimverify reads an RFC822 message on standard input, and returns with exit
code 0 if the signature verifies successfully. Otherwise, it returns with exit
code 1.
.SH "AUTHORS"
.IX Header "AUTHORS"
This version of \fBarcverify\fR was written by Brandon Long <blong@google.com>
and is derived from \fBdkimverify\fR, written by Greg Hewgill
<greg@hewgill.com>.