Re: Document the RI_ROTATE_CCW flag in rasops.9

2017-08-21 Thread Mark Kettenis
> Date: Mon, 21 Aug 2017 11:48:33 +0200
> From: Frederic Cambus 
> 
> Hi tech@,
> 
> Document the newly introduced RI_ROTATE_CCW flag.
> 
> Comments? OK?

Thanks!  ok kettenis@

> Index: share/man/man9/rasops.9
> ===
> RCS file: /cvs/src/share/man/man9/rasops.9,v
> retrieving revision 1.17
> diff -u -p -r1.17 rasops.9
> --- share/man/man9/rasops.9   18 Jan 2017 20:07:40 -  1.17
> +++ share/man/man9/rasops.9   21 Aug 2017 09:33:00 -
> @@ -153,6 +153,8 @@ Center the text area.
>  .\" Cursor is currently clipped
>  .It RI_ROTATE_CW
>  Rotate the text display quarter clockwise.
> +.It RI_ROTATE_CCW
> +Rotate the text display quarter counter-clockwise.
>  .It RI_CFGDONE
>  .Fn rasops_reconfig
>  completed successfully
> 
> 



Document the RI_ROTATE_CCW flag in rasops.9

2017-08-21 Thread Frederic Cambus
Hi tech@,

Document the newly introduced RI_ROTATE_CCW flag.

Comments? OK?

Index: share/man/man9/rasops.9
===
RCS file: /cvs/src/share/man/man9/rasops.9,v
retrieving revision 1.17
diff -u -p -r1.17 rasops.9
--- share/man/man9/rasops.9 18 Jan 2017 20:07:40 -  1.17
+++ share/man/man9/rasops.9 21 Aug 2017 09:33:00 -
@@ -153,6 +153,8 @@ Center the text area.
 .\" Cursor is currently clipped
 .It RI_ROTATE_CW
 Rotate the text display quarter clockwise.
+.It RI_ROTATE_CCW
+Rotate the text display quarter counter-clockwise.
 .It RI_CFGDONE
 .Fn rasops_reconfig
 completed successfully