]> granicus.if.org Git - python/commitdiff
Bug #1395597: doc typo
authorGeorg Brandl <georg@python.org>
Mon, 2 Jan 2006 22:07:06 +0000 (22:07 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 2 Jan 2006 22:07:06 +0000 (22:07 +0000)
Doc/lib/libos.tex

index 148d2dadd19b84ae123c3036bc444a28bb8159a7..325b8fee829a8982543c10e1bf231625a908a88f 100644 (file)
@@ -832,9 +832,9 @@ the client opens it for writing.  Note that \function{mkfifo()}
 doesn't open the FIFO --- it just creates the rendezvous point.
 \end{funcdesc}
 
-\begin{funcdesc}{mknod}{path\optional{, mode=0600, device}}
+\begin{funcdesc}{mknod}{filename\optional{, mode=0600, device}}
 Create a filesystem node (file, device special file or named pipe)
-named filename. \var{mode} specifies both the permissions to use and
+named \var{filename}. \var{mode} specifies both the permissions to use and
 the type of node to be created, being combined (bitwise OR) with one
 of S_IFREG, S_IFCHR, S_IFBLK, and S_IFIFO (those constants are
 available in \module{stat}). For S_IFCHR and S_IFBLK, \var{device}