Print this page
12315 errors in section 7i of the manual

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man7i/fbio.7i
          +++ new/usr/src/man/man7i/fbio.7i
↓ open down ↓ 6 lines elided ↑ open up ↑
   7    7  .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   8    8  .\" or http://www.opensolaris.org/os/licensing.
   9    9  .\" See the License for the specific language governing permissions
  10   10  .\" and limitations under the License.
  11   11  .\"
  12   12  .\" When distributing Covered Code, include this CDDL HEADER in each
  13   13  .\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  14   14  .\" If applicable, add the following below this CDDL HEADER, with the fields
  15   15  .\" enclosed by brackets "[]" replaced with your own identifying
  16   16  .\" information: Portions Copyright [yyyy] [name of copyright owner]
  17      -.Dd October 22, 2017
       17 +.Dd February 17, 2020
  18   18  .Dt FBIO 7I
  19   19  .Os
  20   20  .Sh NAME
  21   21  .Nm fbio
  22   22  .Nd frame buffer control operations
  23   23  .Sh DESCRIPTION
  24   24  The frame buffers provided with this release support the same general interface
  25   25  that is defined by
  26   26  .In sys/fbio.h .
  27   27  Each responds to an
↓ open down ↓ 102 lines elided ↑ open up ↑
 130  130  Attempts to create a cursor larger than this will fail.
 131  131  .Pp
 132  132  Finally
 133  133  .Dv FBIOSDEVINFO
 134  134  and
 135  135  .Dv FBIOGDEVINFO
 136  136  are used to transfer
 137  137  variable-length, device-specific information into and out of framebuffers.
 138  138  .Sh SEE ALSO
 139  139  .Xr ioctl 2 ,
 140      -.Xr mmap 2 ,
 141      -.Xr cgsix 7D
      140 +.Xr mmap 2
 142  141  .Sh BUGS
 143  142  The
 144  143  .Dv FBIOSATTR
 145  144  and
 146  145  .Dv FBIOGATTR
 147  146  .Xr ioctl 2
 148  147  requests are only
 149  148  supported by frame buffers which emulate older frame buffer types.
 150  149  If a frame buffer emulates another frame buffer,
 151  150  .Dv FBIOGTYPE
 152  151  returns the emulated type.
 153  152  To get the real type, use
 154  153  .Dv FBIOGATTR .
 155  154  .Pp
 156  155  The
 157  156  .Dv FBIOGCURPOS
 158  157  ioctl was incorrectly defined in previous operating
 159  158  systems, and older code running in binary compatibility mode may get incorrect
 160  159  results.
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX