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
|
Description: Man page tweaks
Author: Anuradha Weeraman <anuradha@debian.org>
Forwarded: yes
--- a/man/patatt.5
+++ b/man/patatt.5
@@ -27,15 +27,15 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
-.TH "PATATT" 5 "2022-08-22" "0.6.0" ""
+.TH "PATATT" 5 "2022-08-22" "0.6.3" "Linux Programmer's Manual"
.SH NAME
-PATATT \- DKIM-like cryptographic patch attestation
+patatt \- DKIM-like cryptographic patch attestation
.SH SYNOPSIS
.sp
-patatt {sign,validate,genkey,install\-hook} [options]
+patatt {sign|validate|genkey|install\-hook} [options]
.SH DESCRIPTION
.sp
-This tools allows cryptographically signing patches sent via email
+This tool allows cryptographically signing patches sent via email
by using DKIM\-like message headers. This approach is both effective and
doesn\(aqt interfere with other code review tools the way inline or
detached PGP signatures do. For a full overview of core concepts and
|