Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
d3e66787
Kaydet (Commit)
d3e66787
authored
Nis 26, 2002
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Slightly expand and clarify the differences between getegid(), getgid(),
getpgrp(), and setpgid(). This closes SF bug #547939.
üst
a7bb2b9b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
+9
-6
libos.tex
Doc/lib/libos.tex
+9
-6
No files found.
Doc/lib/libos.tex
Dosyayı görüntüle @
d3e66787
...
...
@@ -114,7 +114,9 @@ Availability: \UNIX.
\end{funcdesc}
\begin{funcdesc}
{
getegid
}{}
Return the current process' effective group id.
Return the effective group id of the current process. This
corresponds to the `set id' bit on the file being executed in the
current process.
Availability:
\UNIX
.
\end{funcdesc}
...
...
@@ -126,7 +128,7 @@ Availability: \UNIX.
\begin{funcdesc}
{
getgid
}{}
\index
{
process!group
}
Return the
current process' group id
.
Return the
real group id of the current process
.
Availability:
\UNIX
.
\end{funcdesc}
...
...
@@ -144,7 +146,7 @@ Availability: \UNIX.
\begin{funcdesc}
{
getpgrp
}{}
\index
{
process!group
}
Return the
current process group id
.
Return the
id of the current process group
.
Availability:
\UNIX
.
\end{funcdesc}
...
...
@@ -219,9 +221,10 @@ Calls the system call \cfunction{setpgrp()} or \cfunction{setpgrp(0,
Availability:
\UNIX
.
\end{funcdesc}
\begin{funcdesc}
{
setpgid
}{
pid, pgrp
}
Calls the system call
\cfunction
{
setpgid()
}
. See the
\UNIX
{}
manual
for the semantics.
\begin{funcdesc}
{
setpgid
}{
pid, pgrp
}
Calls the system call
\cfunction
{
setpgid()
}
to set the process group id of the process with
id
\var
{
pid
}
to the process group with id
\var
{
pgrp
}
. See the
\UNIX
{}
manual for the semantics.
Availability:
\UNIX
.
\end{funcdesc}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment