diff options
| author | Fred Drake <fdrake@acm.org> | 2002-04-15 19:46:40 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 2002-04-15 19:46:40 +0000 |
| commit | e19a5bcc7b040a94bfa112929ea3354a52fa01db (patch) | |
| tree | c8a21038a4ce106c7d250c34ccc4ccabed6f8095 /Doc/lib/libos.tex | |
| parent | 154985587b9361eff4b2985d577f53978e715629 (diff) | |
| download | cpython-git-e19a5bcc7b040a94bfa112929ea3354a52fa01db.tar.gz | |
Be consistent in presenting the signatures.
Diffstat (limited to 'Doc/lib/libos.tex')
| -rw-r--r-- | Doc/lib/libos.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index 5819f80609..7e677c9069 100644 --- a/Doc/lib/libos.tex +++ b/Doc/lib/libos.tex @@ -101,7 +101,7 @@ use a modified environment. \end{datadesc} \begin{funcdescni}{chdir}{path} -\funclineni{fchdir}{} +\funclineni{fchdir}{fd} \funclineni{getcwd}{} These functions are described in ``Files and Directories'' (section \ref{os-file-dir}). |
