diff options
author | Michael Kerrisk | 2016-12-04 20:34:54 +0100 |
---|---|---|
committer | Karel Zak | 2016-12-09 13:45:09 +0100 |
commit | aedd46f66ed5462c0e0193faa977a6dfef4fd0de (patch) | |
tree | aa41e8c4ced3ee9cb1321eb00f0060c110ac78c1 /term-utils | |
parent | docs: various pages: Format pathnames as italic (.I) (diff) | |
download | kernel-qcow2-util-linux-aedd46f66ed5462c0e0193faa977a6dfef4fd0de.tar.gz kernel-qcow2-util-linux-aedd46f66ed5462c0e0193faa977a6dfef4fd0de.tar.xz kernel-qcow2-util-linux-aedd46f66ed5462c0e0193faa977a6dfef4fd0de.zip |
docs: various pages: Use consistent terminology (set-user-ID and set-group-ID)
Use consistent terminology for set-user-ID and set-group-ID bits.
There's much inconsistency in the pages. "suid",
"set-user-identifier", "setuid". Stick with one terminology,
"set-user-ID" and set-grout-ID, as suggested in man-pages(7).
Signed-off-by: <mtk.man-pages@gmail.com>
Diffstat (limited to 'term-utils')
-rw-r--r-- | term-utils/wall.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/term-utils/wall.1 b/term-utils/wall.1 index a7da1951e..939810cc4 100644 --- a/term-utils/wall.1 +++ b/term-utils/wall.1 @@ -58,7 +58,8 @@ deny messages or are using a program which automatically denies messages. .PP Reading from a .I file -is refused when the invoker is not superuser and the program is suid or sgid. +is refused when the invoker is not superuser and the program is +set-user-ID or set-group-ID. .SH OPTIONS .TP .BR \-n , " \-\-nobanner" |