From 04b9968b398bb0ca100a102ad36ba089d434d5fa Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 27 Aug 1999 19:06:58 +0000 Subject: Update. 1999-08-27 Ulrich Drepper * manual/argp.texi: Fixing language and types. * manual/conf.texi: Likewise. * manual/contrib.texi: Likewise. * manual/filesys.texi: Likewise. * manual/install.texi: Likewise. * manual/job.texi: Likewise. * manual/lang.texi: Likewise. * manual/llio.texi: Likewise. * manual/math.texi: Likewise. * manual/nss.texi: Likewise. * manual/pipe.texi: Likewise. * manual/signal.texi: Likewise. * manual/socket.texi: Likewise. * manual/stdio.texi: Likewise. * manual/sysinfo.texi: Likewise. * manual/users.texi: Likewise. Patches by Neil Booth . --- manual/job.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manual/job.texi') diff --git a/manual/job.texi b/manual/job.texi index 24e1c94f2a..d19a8d4cc6 100644 --- a/manual/job.texi +++ b/manual/job.texi @@ -1298,7 +1298,7 @@ process. @comment Unix98 @deftypefun pid_t tcgetsid (int @var{fildes}) This function is used to obtain the process group ID of the session -for which terminal specified by @var{fildes} is the controlling terminal. +for which the terminal specified by @var{fildes} is the controlling terminal. If the call is successful the group ID is returned. Otherwise the return value is @code{(pid_t) -1} and the global variable @var{errno} is set to the following value: @@ -1308,6 +1308,6 @@ The @var{filedes} argument is not a valid file descriptor. @item ENOTTY The calling process does not have a controlling terminal, or the file -ins not the controlling terminal. +is not the controlling terminal. @end table @end deftypefun -- cgit v1.2.3