diff options
author | Simon L. B. Nielsen <simon@FreeBSD.org> | 2004-08-18 07:05:35 +0000 |
---|---|---|
committer | Simon L. B. Nielsen <simon@FreeBSD.org> | 2004-08-18 07:05:35 +0000 |
commit | 8e244f403d90dc0ecbf9d776849f4986d2c7351f (patch) | |
tree | cbf05d12beed681fd3f56efc6e9ec1dad1dab970 | |
parent | 071339e2d1e74616797b104c444abe6431ac675e (diff) |
Notes
-rw-r--r-- | share/examples/mdoc/example.4 | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/share/examples/mdoc/example.4 b/share/examples/mdoc/example.4 index 80ed2a46fc186..7acd9aa01e05f 100644 --- a/share/examples/mdoc/example.4 +++ b/share/examples/mdoc/example.4 @@ -26,7 +26,7 @@ .\" .\" Note: The date here should be updated whenever a non-trivial .\" change is made to the manual page. -.Dd December 8, 1999 +.Dd August 17, 2004 .Dt EXAMPLE 4 i386 .Os .Sh NAME @@ -55,6 +55,17 @@ Example ioctl. If the kernel is compiled with the .Dv EXAMPLE_DEBUG option, then additional debugging messages will be displayed. +.Sh HARDWARE +The +.Nm +driver supports the following example hardware: +.Pp +.Bl -bullet -compact +.It +Example device 4201 +.It +Example device 4202 +.El .Sh FILES .Bl -tag -width ".Pa /dev/null" -compact .It Pa /dev/null |