diff options
| author | Hiten Pandya <hmp@FreeBSD.org> | 2003-09-06 23:46:29 +0000 |
|---|---|---|
| committer | Hiten Pandya <hmp@FreeBSD.org> | 2003-09-06 23:46:29 +0000 |
| commit | fdae0df42a014a000dffdefa8a08e4f0bdf5205f (patch) | |
| tree | 269f72367d2e308f7d6e3243f1cd5a489d8cb874 | |
| parent | 2bec1c89190f800f9c3ed608e4e9dc4f3c2e3df2 (diff) | |
Notes
| -rw-r--r-- | share/man/man4/uart.4 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/share/man/man4/uart.4 b/share/man/man4/uart.4 index 6e48865a8735..2cd3ae920e9b 100644 --- a/share/man/man4/uart.4 +++ b/share/man/man4/uart.4 @@ -38,7 +38,6 @@ .Pp .Cd "device puc" .Cd "device uart" -.Pp .\" .Sh DESCRIPTION The @@ -77,8 +76,8 @@ option applies. .Ss CORE COMPONENT At the heart of the .Nm -driver is the core component. It contains the bus attachments and the low-level -interrupt handler. +driver is the core component. +It contains the bus attachments and the low-level interrupt handler. .\" .Ss HARDWARE DRIVERS The core component and the kernel interfaces talk to the hardware through the @@ -113,3 +112,6 @@ The .Nm device driver first appeared in .Fx 5.2 . +.Sh AUTHORS +This manual page is written by +.An Marcel Molenaar Aq marcel@FreeBSD.ORG . |
