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
a5aefbad
Kaydet (Commit)
a5aefbad
authored
Agu 14, 1998
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix markup where C include files get named in <...> form; bug reported by
Lorenzo M. Catucci <lorenzo@argon.roma2.infn.it>.
üst
a0e4b782
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
5 deletions
+4
-5
libgrp.tex
Doc/lib/libgrp.tex
+1
-1
libpwd.tex
Doc/lib/libpwd.tex
+1
-1
libsignal.tex
Doc/lib/libsignal.tex
+1
-1
libstdwin.tex
Doc/lib/libstdwin.tex
+1
-2
No files found.
Doc/lib/libgrp.tex
Dosyayı görüntüle @
a5aefbad
...
...
@@ -9,7 +9,7 @@ This module provides access to the \UNIX{} group database.
It is available on all
\UNIX
{}
versions.
Group database entries are reported as 4-tuples containing the
following items from the group database (see
\
fil
e
{
<grp.h>
}
), in order:
following items from the group database (see
\
cod
e
{
<grp.h>
}
), in order:
\code
{
gr
_
name
}
,
\code
{
gr
_
passwd
}
,
\code
{
gr
_
gid
}
,
...
...
Doc/lib/libpwd.tex
Dosyayı görüntüle @
a5aefbad
...
...
@@ -9,7 +9,7 @@ This module provides access to the \UNIX{} password database.
It is available on all
\UNIX
{}
versions.
Password database entries are reported as 7-tuples containing the
following items from the password database (see
\
fil
e
{
<pwd.h>
}
), in order:
following items from the password database (see
\
cod
e
{
<pwd.h>
}
), in order:
\code
{
pw
_
name
}
,
\code
{
pw
_
passwd
}
,
\code
{
pw
_
uid
}
,
...
...
Doc/lib/libsignal.tex
Dosyayı görüntüle @
a5aefbad
...
...
@@ -82,7 +82,7 @@ The variables defined in the \module{signal} module are:
All the signal numbers are defined symbolically. For example, the
hangup signal is defined as
\constant
{
signal.SIGHUP
}
; the variable names
are identical to the names used in C programs, as found in
\
fil
e
{
<signal.h>
}
.
\
cod
e
{
<signal.h>
}
.
The
\UNIX
{}
man page for `
\cfunction
{
signal()
}
' lists the existing
signals (on some systems this is
\manpage
{
signal
}{
2
}
, on others the
list is in
\manpage
{
signal
}{
7
}
).
...
...
Doc/lib/libstdwin.tex
Dosyayı görüntüle @
a5aefbad
...
...
@@ -425,8 +425,7 @@ Suitable names include
\code
{
'watch'
}
and
\code
{
'plus'
}
.
On X11, there are many more (see
\file
{
<X11/cursorfont.h>
}
).
On X11, there are many more (see
\code
{
<X11/cursorfont.h>
}
).
\end{sloppypar}
\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