diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2013-06-28 20:00:43 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2013-06-28 20:00:43 +0000 |
commit | 5405c7d1c1d0bc0d56a76425b65cef2cda045d02 (patch) | |
tree | 55844075fe94c55b360b9892f3c5a3020148d2a2 /share | |
parent | eaed3abf7beba4e20e8749bff6398b9040fc22a9 (diff) |
Document RI_VCONS.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/rasops.9 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man9/rasops.9 b/share/man/man9/rasops.9 index a43322187f8..a82b7af6af6 100644 --- a/share/man/man9/rasops.9 +++ b/share/man/man9/rasops.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rasops.9,v 1.11 2013/06/04 19:27:11 schwarze Exp $ +.\" $OpenBSD: rasops.9,v 1.12 2013/06/28 20:00:42 kettenis 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 4 2013 $ +.Dd $Mdocdate: June 28 2013 $ .Dt RASOPS 9 .Os .Sh NAME @@ -153,6 +153,8 @@ Rotate the text display quarter clockwise. .It RI_CFGDONE .Fn rasops_reconfig completed successfully +.It RI_VCONS +Support the use of multiple screens. .El .Sh FUNCTIONS .Bl -tag -width compact |