diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2013-07-05 08:02:05 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2013-07-05 08:02:05 +0000 |
commit | ac2d3a887b715ea4e69bbafe2979cb9219103bcc (patch) | |
tree | 7d0459da016d5f0b306155aa22530ca76ae12b49 | |
parent | fbbb481ae71d5147d5bcebca53f05adc34c4f619 (diff) |
Document RI_WRONLY, committing on behalf of miod@.
ok kettenis@
-rw-r--r-- | share/man/man9/rasops.9 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/share/man/man9/rasops.9 b/share/man/man9/rasops.9 index a82b7af6af6..fa4c66e52d9 100644 --- a/share/man/man9/rasops.9 +++ b/share/man/man9/rasops.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rasops.9,v 1.12 2013/06/28 20:00:42 kettenis Exp $ +.\" $OpenBSD: rasops.9,v 1.13 2013/07/05 08:02:04 mpi Exp $ .\" $NetBSD: rasops.9,v 1.4 2002/02/13 08:18:50 ross Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 28 2013 $ +.Dd $Mdocdate: July 5 2013 $ .Dt RASOPS 9 .Os .Sh NAME @@ -155,6 +155,12 @@ Rotate the text display quarter clockwise. completed successfully .It RI_VCONS Support the use of multiple screens. +.It RI_WRONLY +Do not read back pixels from the frame buffer memory when performing +screen-to-screen copy operations. +This flag is ignored unless +.Dv RI_VCONS +is set. .El .Sh FUNCTIONS .Bl -tag -width compact |