From 8715ec4d3a61a118d4f22b013cf4c612cd108956 Mon Sep 17 00:00:00 2001 From: "Michael Kerrisk (man-pages)" Date: Tue, 19 May 2020 14:52:34 +0200 Subject: [PATCH] Manual pages: Standardize on OPTIONS as section title There is quite some value (in terms of readability and user expectations) if consistent names are used for the sections within manual pages. This patch is one of a series to bring about this consistency. Currently we have OPTIONS (many) or OPTION (1 page, setpriv(1), which actually supports multiple options!). Let's standardize on OPTIONS (which is also what is suggested in man-pages(7)). Signed-off-by: Michael Kerrisk --- sys-utils/setpriv.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-utils/setpriv.1 b/sys-utils/setpriv.1 index ae68d3a553..5fb4dec20b 100644 --- a/sys-utils/setpriv.1 +++ b/sys-utils/setpriv.1 @@ -26,7 +26,7 @@ from from .BR runit , or similar tools shipped by other service managers. -.SH OPTION +.SH OPTIONS .TP .B \-\-clear\-groups Clear supplementary groups. -- 2.47.3