diff options
-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 |