1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: use bold font for manpage references
man-pages(7) recommends that “any reference to another man page should be
written with the name in bold”. However, the mdoc macro package render manpage
references with a regular font. This patch fixes this problem.
Author: Jakub Wilk <jwilk@debian.org>
Last-Update: 2014-02-21
--- a/pam_alreadyloggedin.8
+++ b/pam_alreadyloggedin.8
@@ -39,6 +39,7 @@
.Dd January 30, 2004
.Dt PAM_ALREADYLOGGEDIN 8
.Os Linux-PAM
+.ds Xr-font \f[B]
.Sh NAME
.Nm pam_alreadyloggedin
.Nd Already-logged-in PAM module
|