From cc5c6947a6478cd3f70cd167a500dd972a623d82 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Thu, 13 Jun 2002 21:19:25 +0000 Subject: [PATCH] Add "version added" for getpgid --- Doc/lib/libos.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index ebc3c5c254..02f44ce045 100644 --- a/Doc/lib/libos.tex +++ b/Doc/lib/libos.tex @@ -148,6 +148,7 @@ Availability: \UNIX. Return the process group id of the process with process id \var{pid}. If \var{pid} is 0, the process group id of the current process is returned. Availability: \UNIX. +\versionadded{2.3} \end{funcdesc} \begin{funcdesc}{getpgrp}{} -- 2.50.0