[PATCH v1] man/man5/{ld.so,tunables}.conf.5: Add subsections
Alejandro Colomar <[email protected]>
| Newsgroups | org.kernel.vger.linux-man |
|---|---|
| Message-ID | <34bd47e97f05419ce3171a2464ec2bd22901232f.1787438190.git.alx@kernel.org> |
Signed-off-by: Alejandro Colomar <[email protected]> --- Hi DJ, This is a patch for improving a little bit the organization of the two files. Here's how it looks after formatting: $ MANWIDTH=64 diffman-git HEAD--- HEAD^:man/man5/ld.so.conf.5 +++ HEAD:man/man5/ld.so.conf.5 @@ -13,6 +13,7 @@ DESCRIPTION The file is parsed by ldconfig(8) and the results stored in /etc/ld.so.cache. + Directives The syntax allows lines to start with the keyword include followed by a glob(7) pattern. Files matching that pat‐ tern will be processed as if their contents were included --- HEAD^:man/man5/tunables.conf.5 +++ HEAD:man/man5/tunables.conf.5 @@ -21,14 +21,19 @@ DESCRIPTION program starts execution. Each line in the file /etc/tunables.conf specifies a tun‐ - able, which is specified with a string of the form + able, a directive, or a filter. + + Tunables + A tunable is specified with a string of the form name=value. + Directives The syntax allows lines to start with the keyword include followed by a glob(7) pattern. Files matching that pat‐ tern will be processed as if their contents were included at that point. + Modifiers Each line may include zero or more keywords or symbols at the beginning, which affect how each tunable affects each processes. The keywords must be separated by whitespace, @@ -56,9 +61,9 @@ DESCRIPTION * The tunable applies to both AT_SECURE and non‐ AT_SECURE processes. - The file may also contain filters, which limit the tun‐ - ables following it. The effects of a filter are termi‐ - nated by any of the following: + Filters + Filters limit the tunables following it. The effects of a + filter are terminated by any of the following: • The end of the file. • The end of an included file. Let me know what you think. Have a lovely night! Alex man/man5/ld.so.conf.5 | 2 +- man/man5/tunables.conf.5 | 18 ++++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/man/man5/ld.so.conf.5 b/man/man5/ld.so.conf.5 index d9fae3c1f377..a94e82747f9d 100644 --- a/man/man5/ld.so.conf.5 +++ b/man/man5/ld.so.conf.5 @@ -14,7 +14,7 @@ .SH DESCRIPTION .BR \%ldconfig (8) and the results stored in .IR /etc/ld.so.cache . -.P +.SS Directives The syntax allows lines to start with the keyword .B include followed by a diff --git a/man/man5/tunables.conf.5 b/man/man5/tunables.conf.5 index a27f78cde6f7..91bb6b81cb85 100644 --- a/man/man5/tunables.conf.5 +++ b/man/man5/tunables.conf.5 @@ -27,10 +27,14 @@ .SH DESCRIPTION .P Each line in the file .I /etc/tunables.conf -specifies a tunable, -which is specified with a string of the form +specifies +a tunable, +a directive, +or a filter. +.SS Tunables +A tunable is specified with a string of the form .IB name = value \f[R].\f[] -.P +.SS Directives The syntax allows lines to start with the keyword .B include followed by a @@ -38,7 +42,7 @@ .SH DESCRIPTION pattern. Files matching that pattern will be processed as if their contents were included at that point. -.P +.SS Modifiers Each line may include zero or more keywords or symbols at the beginning, which affect how each tunable affects each processes. The keywords must be separated by whitespace, @@ -81,10 +85,8 @@ .SH DESCRIPTION and .RB non- AT_SECURE processes. -.P -The file may also contain -.IR filters , -which limit the tunables following it. +.SS Filters +Filters limit the tunables following it. The effects of a filter are terminated by any of the following: .IP \[bu] 3 base-commit: 6bb006086657277c670f120981aeb41d6a4ea14c -- 2.53.0
signature.asc
(application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEES7Jt9u9GbmlWADAi64mZXMKQwqkFAmqKJOMACgkQ64mZXMKQ wqlAWQ//UaZz7WAsVrpszUHPI3tguTYWu6CAfCO0tGXawL9mjSXW4bIvhERDzvla P6SCQDtIUf0MuSXU8tATG9cy+mPmST5oVhGbFnALQEwDEb6O2s/KmKJN/VrAEBYy EPtnbmbjR8H1ZPsvoVKqn+Rc0h5r247xk1Or8dJU8OcRWQ2pzoe1l4qktKXoFlEr EmgKp3lhye+AhCX9i6nNWZ82JSqCIlOrWW15UInnhFSCfrh5Tuy4sazWG49cehzh Hz8tAlCJE1eZcHfhcS+wUtVjRqiBw8YbsgKzDxc82BqNELfYuzec95Ed9pyKOnXh y1mhOxeiUvnb1mvvNVKK718VIDmiwaJY/MvEMbKr22T/x/OCeIVhAn1BkTQL7FjM 8p4IIMMxYIiNNM48oLjqNLFQs1pJOK+bPNKTkCxs9mD33TkNVSd5MUQvMrXG/5gf u9oKHapDngM8dSV8G0ex/WPEc0l1OhnIz+wkta8T4crCaDXrVMaxX/68IJ9xmwC8 io5F/z9u2MBXZgPUJ6JZoHtIR2HjXL+gHiTPRNpqtj3UIUTqB1/ulQ7otvNXTw0u xPW0/G0slinLI0d65RZSU19JRk1YChlHcSRZqKgC+VR5A5GwwarE7B8POjBBAwSn nJcoH8fsYxATZetSsUxnR//3Cie8kJoQ/ZMrRc4shtqwEQPT5Jc= =Ry1q -----END PGP SIGNATURE-----