diff mbox series

[v1,09/10] man/keyctl.1: Improve formatting

Message ID 20240619232444.36444-10-alx@kernel.org (mailing list archive)
State New
Headers show
Series Several fixes and improvements to the manual pages | expand

Commit Message

Alejandro Colomar June 19, 2024, 11:25 p.m. UTC
Signed-off-by: Alejandro Colomar <alx@kernel.org>
---
 man/keyctl.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/man/keyctl.1 b/man/keyctl.1
index 59172d4..828223b 100644
--- a/man/keyctl.1
+++ b/man/keyctl.1
@@ -369,11 +369,11 @@  .SH KEY IDENTIFIERS
 helper to
 permit it to access the callers keyrings and instantiate the target key.
 .TP
-Keyring by name: \fB%:<name>\fR
+Keyring by name: \f[B]%:\f[BI]name\f[R]
 A named keyring.  This will be searched for in the process's keyrings and in
 .IR /proc/keys .
 .TP
-Key by name: \fB%<type>:<name>\fR
+Key by name: \f[B]%\f[BI]type\f[B]:\f[BI]name\f[R]
 A named key of the given type.  This will be searched for in the process's
 keyrings and in
 .IR /proc/keys .