aboutsummaryrefslogtreecommitdiff
path: root/man/man3/dsa.3
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2020-08-13 23:41:59 -0400
committerRuss Cox <rsc@swtch.com>2020-08-13 23:43:43 -0400
commit977b25a76ae8263e53fb4eb1abfc395769f23e3d (patch)
treeb04cc1be9205fd85f588e9434642e8aed8a8a4fd /man/man3/dsa.3
parenta1c4307800c7f1ef9c5d71ba4c6c3642837e2877 (diff)
downloadplan9port-977b25a76ae8263e53fb4eb1abfc395769f23e3d.tar.gz
plan9port-977b25a76ae8263e53fb4eb1abfc395769f23e3d.tar.bz2
plan9port-977b25a76ae8263e53fb4eb1abfc395769f23e3d.zip
tmac: introduce real manual reference macro instead of overloading IR
The overloading of IR emits magic \X'...' sequences that turn into HTML manual links. But not all such IR invocations should be manual links; those had to be written to avoid the IR macro before. Worse, the \X'...' ending the IR causes troff to emit only a single space after a period. Defining a new IM macro for manual references fixes both problems. Fixes #441.
Diffstat (limited to 'man/man3/dsa.3')
-rw-r--r--man/man3/dsa.322
1 files changed, 11 insertions, 11 deletions
diff --git a/man/man3/dsa.3 b/man/man3/dsa.3
index 41532b89..0a3c34a1 100644
--- a/man/man3/dsa.3
+++ b/man/man3/dsa.3
@@ -84,7 +84,7 @@ and
generated by
.IR DSAprimes
(see
-.IR prime (3)).
+.IM prime (3) ).
Otherwise,
.B p
and
@@ -128,17 +128,17 @@ are provided to manage signature storage.
converts an ASN1 formatted DSA private key into the corresponding
.B DSApriv
structure; see
-.IR rsa (3)
+.IM rsa (3)
for other ASN1 routines.
.SH SOURCE
.B \*9/src/libsec
.SH SEE ALSO
-.IR mp (3),
-.IR aes (3),
-.IR blowfish (3),
-.IR des (3),
-.IR rc4 (3),
-.IR rsa (3),
-.IR sechash (3),
-.IR prime (3),
-.IR rand (3)
+.IM mp (3) ,
+.IM aes (3) ,
+.IM blowfish (3) ,
+.IM des (3) ,
+.IM rc4 (3) ,
+.IM rsa (3) ,
+.IM sechash (3) ,
+.IM prime (3) ,
+.IM rand (3)