Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
a54a887f
Commit
a54a887f
authored
Mar 02, 1999
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
"\platform{UNIX}" should really be spelled "\platform{Unix}".
parent
f6863c19
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
14 additions
and
14 deletions
+14
-14
Doc/lib/libcrypt.tex
Doc/lib/libcrypt.tex
+1
-1
Doc/lib/libdbm.tex
Doc/lib/libdbm.tex
+1
-1
Doc/lib/libfcntl.tex
Doc/lib/libfcntl.tex
+1
-1
Doc/lib/libgdbm.tex
Doc/lib/libgdbm.tex
+1
-1
Doc/lib/libgrp.tex
Doc/lib/libgrp.tex
+1
-1
Doc/lib/libpopen2.tex
Doc/lib/libpopen2.tex
+1
-1
Doc/lib/libposix.tex
Doc/lib/libposix.tex
+1
-1
Doc/lib/libposixfile.tex
Doc/lib/libposixfile.tex
+1
-1
Doc/lib/libpwd.tex
Doc/lib/libpwd.tex
+1
-1
Doc/lib/libresource.tex
Doc/lib/libresource.tex
+1
-1
Doc/lib/libstat.tex
Doc/lib/libstat.tex
+1
-1
Doc/lib/libsyslog.tex
Doc/lib/libsyslog.tex
+1
-1
Doc/lib/libtermios.tex
Doc/lib/libtermios.tex
+2
-2
No files found.
Doc/lib/libcrypt.tex
View file @
a54a887f
...
...
@@ -2,7 +2,7 @@
Function used to check
\UNIX
{}
passwords
}
\declaremodule
{
builtin
}{
crypt
}
\platform
{
U
NIX
}
\platform
{
U
nix
}
\modulesynopsis
{
The
\cfunction
{
crypt()
}
function used to check
\UNIX
{}
passwords.
}
\moduleauthor
{
Steven D. Majewski
}{
sdm7g@virginia.edu
}
...
...
Doc/lib/libdbm.tex
View file @
a54a887f
...
...
@@ -2,7 +2,7 @@
Simple ``database'' interface
}
\declaremodule
{
builtin
}{
dbm
}
\platform
{
U
NIX
}
\platform
{
U
nix
}
\modulesynopsis
{
The standard ``database'' interface, based on ndbm.
}
...
...
Doc/lib/libfcntl.tex
View file @
a54a887f
...
...
@@ -3,7 +3,7 @@
The
\function
{
fcntl()
}
and
\function
{
ioctl()
}
system calls
}
\declaremodule
{
builtin
}{
fcntl
}
\platform
{
U
NIX
}
\platform
{
U
nix
}
\modulesynopsis
{
The
\function
{
fcntl()
}
and
\function
{
ioctl()
}
system calls.
}
\indexii
{
UNIX@
\UNIX
{}}{
file control
}
...
...
Doc/lib/libgdbm.tex
View file @
a54a887f
...
...
@@ -2,7 +2,7 @@
GNU's reinterpretation of dbm
}
\declaremodule
{
builtin
}{
gdbm
}
\platform
{
U
NIX
}
\platform
{
U
nix
}
\modulesynopsis
{
GNU's reinterpretation of dbm.
}
...
...
Doc/lib/libgrp.tex
View file @
a54a887f
...
...
@@ -2,7 +2,7 @@
The group database
}
\declaremodule
{
builtin
}{
grp
}
\platform
{
U
NIX
}
\platform
{
U
nix
}
\modulesynopsis
{
The group database (
\function
{
getgrnam()
}
and friends).
}
...
...
Doc/lib/libpopen2.tex
View file @
a54a887f
...
...
@@ -2,7 +2,7 @@
Subprocesses with accessible standard I/O streams
}
\declaremodule
[popentwo]
{
standard
}{
popen2
}
\platform
{
U
NIX
}
\platform
{
U
nix
}
\modulesynopsis
{
Subprocesses with accessible standard I/O streams.
}
\sectionauthor
{
Drew Csillag
}{
drew
_
csillag@geocities.com
}
...
...
Doc/lib/libposix.tex
View file @
a54a887f
...
...
@@ -2,7 +2,7 @@
The most common
\POSIX
{}
system calls
}
\declaremodule
{
builtin
}{
posix
}
\platform
{
U
NIX
}
\platform
{
U
nix
}
\modulesynopsis
{
The most common
\POSIX
{}
system calls (normally used
via module
\module
{
os
}
).
}
...
...
Doc/lib/libposixfile.tex
View file @
a54a887f
...
...
@@ -3,7 +3,7 @@
File-like objects with locking support
}
\declaremodule
{
builtin
}{
posixfile
}
\platform
{
U
NIX
}
\platform
{
U
nix
}
\modulesynopsis
{
A file-like object with support for locking.
}
\moduleauthor
{
Jaap Vermeulen
}{}
\sectionauthor
{
Jaap Vermeulen
}{}
...
...
Doc/lib/libpwd.tex
View file @
a54a887f
...
...
@@ -2,7 +2,7 @@
The password database
}
\declaremodule
{
builtin
}{
pwd
}
\platform
{
U
NIX
}
\platform
{
U
nix
}
\modulesynopsis
{
The password database (
\function
{
getpwnam()
}
and friends).
}
This module provides access to the
\UNIX
{}
password database.
...
...
Doc/lib/libresource.tex
View file @
a54a887f
...
...
@@ -2,7 +2,7 @@
Resource usage information
}
\declaremodule
{
builtin
}{
resource
}
\platform
{
U
NIX
}
\platform
{
U
nix
}
\modulesynopsis
{
An interface to provide resource usage information on
the current process.
}
\moduleauthor
{
Jeremy Hylton
}{
jhylton@cnri.reston.va.us
}
...
...
Doc/lib/libstat.tex
View file @
a54a887f
...
...
@@ -2,7 +2,7 @@
Interpreting
\function
{
stat()
}
results
}
\declaremodule
{
standard
}{
stat
}
\platform
{
U
NIX
}
\platform
{
U
nix
}
\modulesynopsis
{
Utilities for interpreting the results of
\function
{
os.stat()
}
,
\function
{
os.lstat()
}
and
\function
{
os.fstat()
}
.
}
\sectionauthor
{
Skip Montanaro
}{
skip@automatrix.com
}
...
...
Doc/lib/libsyslog.tex
View file @
a54a887f
...
...
@@ -2,7 +2,7 @@
\UNIX
{}
syslog library routines
}
\declaremodule
{
builtin
}{
syslog
}
\platform
{
U
NIX
}
\platform
{
U
nix
}
\modulesynopsis
{
An interface to the
\UNIX
{}
syslog library routines.
}
...
...
Doc/lib/libtermios.tex
View file @
a54a887f
...
...
@@ -2,7 +2,7 @@
\POSIX
{}
style tty control
}
\declaremodule
{
builtin
}{
termios
}
\platform
{
U
NIX
}
\platform
{
U
nix
}
\modulesynopsis
{
\POSIX
{}
style tty control.
}
\indexii
{
\POSIX
{}}{
I/O control
}
...
...
@@ -102,7 +102,7 @@ def getpass(prompt = "Password: "):
Constants used with the
\module
{
termios
}
module
}
\declaremodule
[TERMIOSuppercase]
{
standard
}{
TERMIOS
}
\platform
{
U
NIX
}
\platform
{
U
nix
}
\modulesynopsis
{
Symbolic constants required to use the
\module
{
termios
}
module.
}
...
...
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