From 977b25a76ae8263e53fb4eb1abfc395769f23e3d Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Thu, 13 Aug 2020 23:41:59 -0400 Subject: 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. --- man/man3/prime.3 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'man/man3/prime.3') diff --git a/man/man3/prime.3 b/man/man3/prime.3 index 01a308e8..4e4987d3 100644 --- a/man/man3/prime.3 +++ b/man/man3/prime.3 @@ -93,8 +93,8 @@ slow algorithm. .SH SOURCE .B \*9/src/libsec .SH SEE ALSO -.IR aes (3) -.IR blowfish (3), -.IR des (3), -.IR elgamal (3), -.IR rsa (3), +.IM aes (3) +.IM blowfish (3) , +.IM des (3) , +.IM elgamal (3) , +.IM rsa (3) , -- cgit v1.2.3