Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7f96291

Browse files
committed
Convert a couple of three-column tables with an empty third column to
two-column tables. This improves the rendering of the HTML version on (at least) some browsers.
1 parent d665e8b commit 7f96291

2 files changed

Lines changed: 22 additions & 22 deletions

File tree

Doc/lib/libposixfile.tex

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ \section{Standard Module \sectcode{posixfile}}
9999

100100
Format 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

108108
In addition the following modifiers can be added to the format:
109109

@@ -122,12 +122,12 @@ \section{Standard Module \sectcode{posixfile}}
122122

123123
Format 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

132132
In addition the following modifiers can be added to the format:
133133

Doc/libposixfile.tex

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ \section{Standard Module \sectcode{posixfile}}
9999

100100
Format 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

108108
In addition the following modifiers can be added to the format:
109109

@@ -122,12 +122,12 @@ \section{Standard Module \sectcode{posixfile}}
122122

123123
Format 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

132132
In addition the following modifiers can be added to the format:
133133

0 commit comments

Comments
 (0)