diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-11-20 18:41:33 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-11-20 18:41:33 +0000 |
commit | 4b66483fd8b6ec9417916966c646abfeac99278c (patch) | |
tree | d1f4ba2d27cc6f6e73e29d7d3d83109811acc123 /share/man/man4/sio.4 | |
parent | d5874785b926bfda5773cb48bc0eb61c3244378b (diff) |
mdoc(7) police: use the new features of the Nm macro.
Notes
Notes:
svn path=/head/; revision=68962
Diffstat (limited to 'share/man/man4/sio.4')
-rw-r--r-- | share/man/man4/sio.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/sio.4 b/share/man/man4/sio.4 index c857141b1a44..4f7848d4bb1e 100644 --- a/share/man/man4/sio.4 +++ b/share/man/man4/sio.4 @@ -105,7 +105,7 @@ Minor numbering: .Ed .Sh DESCRIPTION The -.Nm sio +.Nm driver provides support for NS8250-, NS16450-, NS16550 and NS16550A-based .Tn EIA .Tn RS-232C @@ -194,7 +194,7 @@ Choose a port containing an IRQ status register for forwards compatibility, and the highest possible port for consistency. .Pp Serial ports controlled by the -.Nm sio +.Nm driver can be used for both `callin' and `callout'. For each port there is a callin device and a callout device. The minor number of the callout device is 128 higher @@ -212,7 +212,7 @@ to work on general ports and need to open the port without waiting but are too stupid to do so. .Pp The -.Nm sio +.Nm driver also supports an initial-state and a lock-state control device for each of the callin and the callout "data" devices. The minor number of the initial-state device is 32 higher |