From 1eef2ba8817c8a2cd4d7c767100af06d43262f5f Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 17 Oct 2009 06:00:04 +0200 Subject: [PATCH] fcntl.2: s/F_OWNER_GID/F_OWNER_PGRP/ Peter Zijlstra took the name change I suggested. Signed-off-by: Michael Kerrisk --- man2/fcntl.2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man2/fcntl.2 b/man2/fcntl.2 index 260e0ee2d..9c48f62c6 100644 --- a/man2/fcntl.2 +++ b/man2/fcntl.2 @@ -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 .