git: 9front

Download patch

ref: 62c06c14f11c1219519717a781dcc2d79524260b
parent: 9de3f0903d3aa2d0674f8ae8507220006accd3e3
author: Igor Böhm <igor@9lab.org>
date: Sat Nov 20 17:59:43 EST 2021

rsa(8): fix spelling and adjust macros to fix formating

--- a/sys/man/8/rsa
+++ b/sys/man/8/rsa
@@ -116,10 +116,10 @@
 .PD
 .LP
 All the numbers are in hexadecimal except
-.I size ,
+.IR size ,
 which is decimal.
 An RSA public key omits the attributes beginning with
-.L ! .
+.LR ! .
 A key may have other attributes as well (for example, a
 .B service
 attribute identifying how this key is typically used),
@@ -208,7 +208,7 @@
 option will set the comment.
 .PP
 .I Rsa2jwk
-reads a Plan 9 RSA public or provate key and prints the public portion
+reads a Plan 9 RSA public or private key and prints the public portion
 as a RFC7517 formated JSON Web Key.
 .PP
 .I Rsa2x509
--