diff options
Diffstat (limited to 'man2')
| -rw-r--r-- | man2/getsid.2 | 4 | ||||
| -rw-r--r-- | man2/ptrace.2 | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/man2/getsid.2 b/man2/getsid.2 index 3c61e57b01..b830798f64 100644 --- a/man2/getsid.2 +++ b/man2/getsid.2 @@ -30,9 +30,9 @@ getsid \- get session ID .sp .BI "pid_t getsid(pid_t" " pid" ); .SH DESCRIPTION -.B getsid(0) +.I getsid(0) returns the session ID of the calling process. -.BI getsid( p ) +.I getsid(p) returns the session ID of the process with process ID .IR p . (The session ID of a process is the process group ID of the diff --git a/man2/ptrace.2 b/man2/ptrace.2 index 6355bbaed7..941d94887f 100644 --- a/man2/ptrace.2 +++ b/man2/ptrace.2 @@ -187,7 +187,7 @@ are interpreted according to the prototype given, GNU libc currently declares as a variadic function with only the \fIrequest\fP argument fixed. This means that unneeded trailing arguments may be omitted, though doing so makes use of undocumented -.B gcc(1) +.BR gcc (1) behavior. .LP .BR init (8), |
