fcntl.2: s/F_OWNER_GID/F_OWNER_PGRP/

Peter Zijlstra took the name change I suggested.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2009-10-17 06:00:04 +02:00
parent dd164bfcd5
commit 1eef2ba881
1 changed files with 3 additions and 3 deletions

View File

@ -56,7 +56,7 @@
.\" Note obsolete F_SETOWN behavior with threads.
.\" Document F_SETOWN_EX and F_GETOWN_EX
.\"
.TH FCNTL 2 2009-10-03 "Linux" "Linux Programmer's Manual"
.TH FCNTL 2 2009-10-17 "Linux" "Linux Programmer's Manual"
.SH NAME
fcntl \- manipulate file descriptor
.SH SYNOPSIS
@ -597,7 +597,7 @@ field will have one of the values
.BR F_OWNER_TID ,
.BR F_OWNER_PID ,
or
.BR F_OWNER_GID .
.BR F_OWNER_PGRP .
The
.I pid
field is a positive integer representing a thread ID, process ID,
@ -637,7 +637,7 @@ Send the signal to the process whose ID
is specified in
.IR pid .
.TP
.BR F_OWNER_GID
.BR F_OWNER_PGRP
Send the signal to the process group whose ID
is specified in
.IR pid .