keyctl.2, sincos.3: spfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2018-04-27 14:44:20 +02:00
parent 29c0586f51
commit ebd10b39cb
2 changed files with 3 additions and 3 deletions

View File

@ -1572,12 +1572,12 @@ As of Linux 4.12, only the type "asymmetric" has restrictions defined:
.RS .RS
.TP .TP
.B builtin_trusted .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"). (".builtin_trusted_keys").
.TP .TP
.B builtin_and_secondary_trusted .B builtin_and_secondary_trusted
Allows only keys that are signed by a key linked to the secondary keyring 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. as the latter is linked to the former.
.TP .TP
.BI key_or_keyring: key .BI key_or_keyring: key

View File

@ -96,7 +96,7 @@ To see the performance advantage of
.BR sincos (), .BR sincos (),
it may be necessary to disable it may be necessary to disable
.BR gcc (1) .BR gcc (1)
builtin optimizations, using flags such as: built-in optimizations, using flags such as:
.PP .PP
.in +4n .in +4n
.EX .EX