@@ -99,11 +99,11 @@ \section{Standard Module \sectcode{posixfile}}
9999
100100Format characters for the \code {lock()} method have the following meaning:
101101
102- \begin {tableiii }{|c|l|c| }{samp}{Format}{Meaning}{ }
103- \lineiii {u}{unlock the specified region}{ }
104- \lineiii {r}{request a read lock for the specified section}{ }
105- \lineiii {w}{request a write lock for the specified section}{ }
106- \end {tableiii }
102+ \begin {tableii }{|c|l|}{samp}{Format}{Meaning}
103+ \lineii {u}{unlock the specified region}
104+ \lineii {r}{request a read lock for the specified section}
105+ \lineii {w}{request a write lock for the specified section}
106+ \end {tableii }
107107
108108In addition the following modifiers can be added to the format:
109109
@@ -122,12 +122,12 @@ \section{Standard Module \sectcode{posixfile}}
122122
123123Format character for the \code {flags()} method have the following meaning:
124124
125- \begin {tableiii }{|c|l|c| }{samp}{Format}{Meaning}{ }
126- \lineiii {a}{append only flag}{ }
127- \lineiii {c}{close on exec flag}{ }
128- \lineiii {n}{no delay flag (also called non-blocking flag)}{ }
129- \lineiii {s}{synchronization flag}{ }
130- \end {tableiii }
125+ \begin {tableii }{|c|l|}{samp}{Format}{Meaning}
126+ \lineii {a}{append only flag}
127+ \lineii {c}{close on exec flag}
128+ \lineii {n}{no delay flag (also called non-blocking flag)}
129+ \lineii {s}{synchronization flag}
130+ \end {tableii }
131131
132132In addition the following modifiers can be added to the format:
133133
0 commit comments