File: man-page.patch

package info (click to toggle)
patatt 0.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 368 kB
  • sloc: python: 1,083; sh: 26; makefile: 8
file content (26 lines) | stat: -rw-r--r-- 1,040 bytes parent folder | download
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