credentials.7: Minor layout fixes to make list format more consistent

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-05-14 09:11:37 +02:00
parent 956088f4af
commit bf2633795c
1 changed files with 6 additions and 6 deletions

View File

@ -264,8 +264,8 @@ the effective and saved set IDs may be changed, as described in
Aside from the purposes noted above, Aside from the purposes noted above,
a process's user IDs are also employed in a number of other contexts: a process's user IDs are also employed in a number of other contexts:
.IP * 3 .IP * 3
when determining the permissions for sending signals\(emsee when determining the permissions for sending signals (see
.BR kill (2); .BR kill (2));
.IP * .IP *
when determining the permissions for setting when determining the permissions for setting
process-scheduling parameters (nice value, real time process-scheduling parameters (nice value, real time
@ -278,12 +278,12 @@ scheduling policy and priority, CPU affinity, I/O priority) using
and and
.BR ioprio_set (2); .BR ioprio_set (2);
.IP * .IP *
when checking resource limits; see when checking resource limits (see
.BR getrlimit (2); .BR getrlimit (2));
.IP * .IP *
when checking the limit on the number of inotify instances when checking the limit on the number of inotify instances
that the process may create; see that the process may create (see
.BR inotify (7). .BR inotify (7)).
.SH CONFORMING TO .SH CONFORMING TO
Process IDs, parent process IDs, process group IDs, and session IDs Process IDs, parent process IDs, process group IDs, and session IDs
are specified in POSIX.1-2001. are specified in POSIX.1-2001.