Print this page
13438 Update prototypes to 2021
Reviewed by: Andy Fiddaman <andy@omnios.org>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Robert Mustacchi <rm@fingolfin.org>
   1 .\"
   2 .\" This file and its contents are supplied under the terms of the
   3 .\" Common Development and Distribution License ("CDDL"), version 1.0.
   4 .\" You may only use this file in accordance with the terms of version
   5 .\" 1.0 of the CDDL.
   6 .\"
   7 .\" A full copy of the text of the CDDL should have accompanied this
   8 .\" source.  A copy of the CDDL is also available via the Internet at
   9 .\" http://www.illumos.org/license/CDDL.
  10 .\"
  11 .\"
  12 .\" Copyright 2020 <contributor>
  13 .\"
  14 .Dd Month Day, Year
  15 .Dt DRIVERNAME 7D
  16 .\" Here and in other places "DRIVERNAME" and "drivername" are place
  17 .\" holders that should be replaced with the name of the actual driver
  18 .\" that this is documenting.
  19 .Os
  20 .Sh NAME
  21 .Nm drivername
  22 .Nd driverdesc
  23 .Sh SYNOPSIS
  24 .Pa /dev/node/path
  25 .Sh DESCRIPTION
  26 The
  27 .Nm
  28 driver <fill out what it does and what devices it supports>. <Describe
  29 the functionality supported by the driver, e.g. for a NIC TSO, etc.>.
  30 .\" .Sh APPLICATION PROGRAMMING INTERFACE
  31 .\" If the user may interact with this driver in a specific way,
  32 .\" document it. The user may not because this driver is part of a
   1 .\"
   2 .\" This file and its contents are supplied under the terms of the
   3 .\" Common Development and Distribution License ("CDDL"), version 1.0.
   4 .\" You may only use this file in accordance with the terms of version
   5 .\" 1.0 of the CDDL.
   6 .\"
   7 .\" A full copy of the text of the CDDL should have accompanied this
   8 .\" source.  A copy of the CDDL is also available via the Internet at
   9 .\" http://www.illumos.org/license/CDDL.
  10 .\"
  11 .\"
  12 .\" Copyright 2021 <contributor>
  13 .\"
  14 .Dd Month Day, Year
  15 .Dt DRIVERNAME 7D
  16 .\" Here and in other places "DRIVERNAME" and "drivername" are place
  17 .\" holders that should be replaced with the name of the actual driver
  18 .\" that this is documenting.
  19 .Os
  20 .Sh NAME
  21 .Nm drivername
  22 .Nd driverdesc
  23 .Sh SYNOPSIS
  24 .Pa /dev/node/path
  25 .Sh DESCRIPTION
  26 The
  27 .Nm
  28 driver <fill out what it does and what devices it supports>. <Describe
  29 the functionality supported by the driver, e.g. for a NIC TSO, etc.>.
  30 .\" .Sh APPLICATION PROGRAMMING INTERFACE
  31 .\" If the user may interact with this driver in a specific way,
  32 .\" document it. The user may not because this driver is part of a