]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
keyctl.2, sincos.3: spfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 27 Apr 2018 12:44:20 +0000 (14:44 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 27 Apr 2018 12:48:33 +0000 (14:48 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/keyctl.2
man3/sincos.3

index d23bb6352d4bccb045941d9e3bd53b342b17363c..19db9ba10fbb7632d6a374845ad9a3dbfff8ad6d 100644 (file)
@@ -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
index c0de43a1e8dfbdefe5a358bc122bcce920cd93ba..b8c3089f84a24e8e8e0e8ad3b89a0798fc78ef29 100644 (file)
@@ -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