From bf2633795cc9273ebcac1c54569e1aaf12711689 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 14 May 2014 09:11:37 +0200 Subject: [PATCH] credentials.7: Minor layout fixes to make list format more consistent Signed-off-by: Michael Kerrisk --- man7/credentials.7 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/man7/credentials.7 b/man7/credentials.7 index 15757ab1a..473271225 100644 --- a/man7/credentials.7 +++ b/man7/credentials.7 @@ -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.