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
1d531997
Kaydet (Commit)
1d531997
authored
May 10, 2001
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix the fcntl() docstring so the user is not mis-directed to the FCNTL
module for useful constants.
üst
48a1638d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
fcntlmodule.c
Modules/fcntlmodule.c
+7
-7
No files found.
Modules/fcntlmodule.c
Dosyayı görüntüle @
1d531997
...
...
@@ -81,13 +81,13 @@ static char fcntl_doc [] =
"fcntl(fd, opt, [arg])
\n
\
\n
\
Perform the requested operation on file descriptor fd. The operation
\n
\
is defined by op and is operating system dependent. T
ypically thes
e
\n
\
codes can be retrieved from the library module FCNTL. The argument arg
\n
\
is optional, and defaults to 0; it may be an int or a string. If arg is
\n
\
given as a string, the return value of fcntl is a string of that length,
\n
\
containing the resulting value put in the arg buffer by the operating system.
\n
\
The length of the arg string is not allowed to exceed 1024 bytes. If the arg
\n
\
given
is an integer or if none is specified, the result value is an integer
\n
\
is defined by op and is operating system dependent. T
hese constants ar
e
\n
\
available from the fcntl module. The argument arg is optional, and
\n
\
defaults to 0; it may be an int or a string. If arg is given as a string,
\n
\
the return value of fcntl is a string of that length, containing the
\n
\
resulting value put in the arg buffer by the operating system.The length
\n
\
of the arg string is not allowed to exceed 1024 bytes. If the arg given
\n
\
is an integer or if none is specified, the result value is an integer
\n
\
corresponding to the return value of the fcntl call in the C code."
;
...
...
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