diff options
author | Fred Drake <fdrake@acm.org> | 2002-04-15 19:46:40 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-04-15 19:46:40 (GMT) |
commit | e19a5bcc7b040a94bfa112929ea3354a52fa01db (patch) | |
tree | c8a21038a4ce106c7d250c34ccc4ccabed6f8095 | |
parent | 154985587b9361eff4b2985d577f53978e715629 (diff) | |
download | cpython-e19a5bcc7b040a94bfa112929ea3354a52fa01db.zip cpython-e19a5bcc7b040a94bfa112929ea3354a52fa01db.tar.gz cpython-e19a5bcc7b040a94bfa112929ea3354a52fa01db.tar.bz2 |
Be consistent in presenting the signatures.
-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 5819f80..7e677c9 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}). |