Don't break a long line at an unpleasant point.
This commit is contained in:
parent
8b0927eddc
commit
ee833cca7b
|
@ -53,8 +53,7 @@ The posixfile module defines the following functions:
|
|||
The posixfile object defines the following additional methods:
|
||||
|
||||
\renewcommand{\indexsubitem}{(posixfile method)}
|
||||
\begin{funcdesc}{lock}{fmt\, \optional{len\optional{\, start
|
||||
\optional{\, whence}}}}
|
||||
\begin{funcdesc}{lock}{fmt\, \optional{len\optional{\, start\optional{\, whence}}}}
|
||||
Lock the specified section of the file that the file object is
|
||||
referring to. The format is explained
|
||||
below in a table. The \var{len} argument specifies the length of the
|
||||
|
|
|
@ -53,8 +53,7 @@ The posixfile module defines the following functions:
|
|||
The posixfile object defines the following additional methods:
|
||||
|
||||
\renewcommand{\indexsubitem}{(posixfile method)}
|
||||
\begin{funcdesc}{lock}{fmt\, \optional{len\optional{\, start
|
||||
\optional{\, whence}}}}
|
||||
\begin{funcdesc}{lock}{fmt\, \optional{len\optional{\, start\optional{\, whence}}}}
|
||||
Lock the specified section of the file that the file object is
|
||||
referring to. The format is explained
|
||||
below in a table. The \var{len} argument specifies the length of the
|
||||
|
|
Loading…
Reference in New Issue