From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001
From: Timothy Pearson
Date: Thu, 26 Jan 2012 23:32:43 -0600
Subject: Update to latest tqt3 automated conversion
---
doc/man/man3/qbuffer.3qt | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
(limited to 'doc/man/man3/qbuffer.3qt')
diff --git a/doc/man/man3/qbuffer.3qt b/doc/man/man3/qbuffer.3qt
index db2dc57ec..c696de242 100644
--- a/doc/man/man3/qbuffer.3qt
+++ b/doc/man/man3/qbuffer.3qt
@@ -11,7 +11,7 @@ QBuffer \- I/O device that operates on a QByteArray
.SH SYNOPSIS
All the functions in this class are reentrant when Qt is built with thread support.
.PP
-\fC#include \fR
+\fC#include \fR
.PP
Inherits QIODevice.
.PP
@@ -61,7 +61,7 @@ Constructs an empty buffer.
.SH "QBuffer::QBuffer ( QByteArray buf )"
Constructs a buffer that operates on \fIbuf\fR.
.PP
-If you open the buffer in write mode (IO_WriteOnly or IO_ReadWrite) and write something into the buffer, \fIbuf\fR will be modified.
+If you open the buffer in write mode (IO_WriteOnly or IO_ReadWrite) and write something into the buffer, \fIbuf\fR will be modified.
.PP
Example:
.PP
@@ -95,7 +95,7 @@ Replaces the buffer's contents with \fIbuf\fR and returns TRUE.
.PP
Does nothing (and returns FALSE) if isOpen() is TRUE.
.PP
-Note that if you open the buffer in write mode (IO_WriteOnly or IO_ReadWrite) and write something into the buffer, \fIbuf\fR is also modified because QByteArray is an explicitly shared class.
+Note that if you open the buffer in write mode (IO_WriteOnly or IO_ReadWrite) and write something into the buffer, \fIbuf\fR is also modified because QByteArray is an explicitly shared class.
.PP
See also buffer(), open(), and close().
.SH "Q_LONG QBuffer::writeBlock ( const char * p, Q_ULONG len )\fC [virtual]\fR"
@@ -113,7 +113,7 @@ This convenience function is the same as calling
\fCwriteBlock( data.data(), data.size() )\fR with \fIdata\fR.
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/qbuffer.html
+.BR http://doc.trolltech.com/ntqbuffer.html
.BR http://www.trolltech.com/faq/tech.html
.SH COPYRIGHT
Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the
--
cgit v1.2.3