diff options
author | Ulrich Spörlein <uqs@FreeBSD.org> | 2010-05-13 12:07:55 +0000 |
---|---|---|
committer | Ulrich Spörlein <uqs@FreeBSD.org> | 2010-05-13 12:07:55 +0000 |
commit | 0afc94c17a8772df34294778904e816258542498 (patch) | |
tree | c699822393a0ad4134098c013ca4b4ea4e2f3108 /share/man/man4/man4.i386/pnpbios.4 | |
parent | 7565f3e8372c450d436a8b60605a183b4ef1ab83 (diff) |
mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the
bottom of the manpages and order them consistently.
GNU groff doesn't care about the ordering, and doesn't even mention
CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put
them.
Found by: mdocml lint run
Reviewed by: ru
Notes
Notes:
svn path=/head/; revision=208027
Diffstat (limited to 'share/man/man4/man4.i386/pnpbios.4')
-rw-r--r-- | share/man/man4/man4.i386/pnpbios.4 | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/share/man/man4/man4.i386/pnpbios.4 b/share/man/man4/man4.i386/pnpbios.4 index d8e7609f878f..b386be21f629 100644 --- a/share/man/man4/man4.i386/pnpbios.4 +++ b/share/man/man4/man4.i386/pnpbios.4 @@ -44,17 +44,6 @@ If it cannot assign necessary resources to a device without causing conflict with other devices in the system, the device will not be activated and will be unavailable to programs. -.Sh CAVEATS -There is no explicit way to disable individual embedded devices. -The -.Nm -driver will find all devices reported by the -.Dq "Plug and Play (PnP)" -BIOS and try to activate them all. -.Pp -There is no way to explicitly assign particular resource to a device. -The resource assignment is fully automatic and there is -no provision for manual override. .Sh SEE ALSO .Xr pnp 4 .Sh STANDARDS @@ -83,3 +72,14 @@ The .Nm driver was written by .An Mike Smith . +.Sh CAVEATS +There is no explicit way to disable individual embedded devices. +The +.Nm +driver will find all devices reported by the +.Dq "Plug and Play (PnP)" +BIOS and try to activate them all. +.Pp +There is no way to explicitly assign particular resource to a device. +The resource assignment is fully automatic and there is +no provision for manual override. |