We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd9dc5 commit fa5eef0Copy full SHA for fa5eef0
source/iostreams.tex
@@ -15550,13 +15550,11 @@
15550
15551
\begin{itemdescr}
15552
\pnum
15553
-\postconditions \tcode{file_size(p) == new_size}.
+\effects Causes the size that would be returned by \tcode{file_size(p)} to be
15554
+equal to \tcode{new_size}, as if by POSIX \tcode{truncate()}.
15555
15556
15557
\throws As specified in~\ref{fs.err.report}.
-
15558
-\pnum
15559
-\remarks Achieves its postconditions as if by POSIX \tcode{truncate()}.
15560
\end{itemdescr}
15561
15562
0 commit comments