From ebd10b39cbba8d4bbc523dac7e879b607c80fd1f Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 27 Apr 2018 14:44:20 +0200 Subject: [PATCH] keyctl.2, sincos.3: spfix Signed-off-by: Michael Kerrisk --- man2/keyctl.2 | 4 ++-- man3/sincos.3 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man2/keyctl.2 b/man2/keyctl.2 index d23bb6352..19db9ba10 100644 --- a/man2/keyctl.2 +++ b/man2/keyctl.2 @@ -1572,12 +1572,12 @@ As of Linux 4.12, only the type "asymmetric" has restrictions defined: .RS .TP .B builtin_trusted -Allows only keys that are signed by a key linked to the builtin keyring +Allows only keys that are signed by a key linked to the built-in keyring (".builtin_trusted_keys"). .TP .B builtin_and_secondary_trusted Allows only keys that are signed by a key linked to the secondary keyring -(".secondary_trusted_keys") or, by extension, a key in a builtin keyring, +(".secondary_trusted_keys") or, by extension, a key in a built-in keyring, as the latter is linked to the former. .TP .BI key_or_keyring: key diff --git a/man3/sincos.3 b/man3/sincos.3 index c0de43a1e..b8c3089f8 100644 --- a/man3/sincos.3 +++ b/man3/sincos.3 @@ -96,7 +96,7 @@ To see the performance advantage of .BR sincos (), it may be necessary to disable .BR gcc (1) -builtin optimizations, using flags such as: +built-in optimizations, using flags such as: .PP .in +4n .EX