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 <mtk.manpages@xxxxxxxxx> --- 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 ae68d3a55..5fb4dec20 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.26.2 -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/