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
6b330ba8
Kaydet (Commit)
6b330ba8
authored
May 25, 1999
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
"proces" --> "process"; reported by Gerry Wiener <gerry@ucar.edu>.
Added some index entries.
üst
fa2def2a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
libos.tex
Doc/lib/libos.tex
+5
-2
No files found.
Doc/lib/libos.tex
Dosyayı görüntüle @
6b330ba8
...
@@ -104,11 +104,13 @@ Availability: \UNIX{}.
...
@@ -104,11 +104,13 @@ Availability: \UNIX{}.
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
geteuid
}{}
\begin{funcdesc}
{
geteuid
}{}
\index
{
user!effective id
}
Return the current process' effective user id.
Return the current process' effective user id.
Availability:
\UNIX
{}
.
Availability:
\UNIX
{}
.
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
getgid
}{}
\begin{funcdesc}
{
getgid
}{}
\index
{
process!group
}
Return the current process' group id.
Return the current process' group id.
Availability:
\UNIX
{}
.
Availability:
\UNIX
{}
.
\end{funcdesc}
\end{funcdesc}
...
@@ -132,7 +134,7 @@ Availability: \UNIX{}.
...
@@ -132,7 +134,7 @@ Availability: \UNIX{}.
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
getuid
}{}
\begin{funcdesc}
{
getuid
}{}
\index
{
user
id
}
\index
{
user
!
id
}
Return the current process' user id.
Return the current process' user id.
Availability:
\UNIX
{}
.
Availability:
\UNIX
{}
.
\end{funcdesc}
\end{funcdesc}
...
@@ -177,6 +179,7 @@ Availability: \UNIX{}.
...
@@ -177,6 +179,7 @@ Availability: \UNIX{}.
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
setuid
}{
uid
}
\begin{funcdesc}
{
setuid
}{
uid
}
\index
{
user!id, setting
}
Set the current process' user id.
Set the current process' user id.
Availability:
\UNIX
{}
.
Availability:
\UNIX
{}
.
\end{funcdesc}
\end{funcdesc}
...
@@ -716,7 +719,7 @@ Availability: \UNIX{}.
...
@@ -716,7 +719,7 @@ Availability: \UNIX{}.
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
waitpid
}{
pid, options
}
\begin{funcdesc}
{
waitpid
}{
pid, options
}
Wait for completion of a child process given by proces id, and return
Wait for completion of a child process given by proces
s
id, and return
a tuple containing its process id and exit status indication (encoded
a tuple containing its process id and exit status indication (encoded
as for
\function
{
wait()
}
). The semantics of the call are affected by
as for
\function
{
wait()
}
). The semantics of the call are affected by
the value of the integer
\var
{
options
}
, which should be
\code
{
0
}
for
the value of the integer
\var
{
options
}
, which should be
\code
{
0
}
for
...
...
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