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