diff options
author | Ulrich Spörlein <uqs@FreeBSD.org> | 2010-06-11 06:04:07 +0000 |
---|---|---|
committer | Ulrich Spörlein <uqs@FreeBSD.org> | 2010-06-11 06:04:07 +0000 |
commit | a90fbe1dbbbcae00bf6e945f46fcf0cf0abc93e1 (patch) | |
tree | 544cd69ff3e38a34f64458240ba38b20cb5f7872 /share/man/man4/io.4 | |
parent | 9dc9ab104ccbf9e0f2f82dfd1acd7daa06829084 (diff) |
More mdoc nitpicking to improve compatibility to mdocml
- .Nd in section NAME is not optional
- .Ed was missing
- "indent" is not a flag, but a literal argument for -offset
- stop switching font sizes for acronyms
- use .Brq instead of rolling our own
Notes
Notes:
svn path=/head/; revision=209034
Diffstat (limited to 'share/man/man4/io.4')
-rw-r--r-- | share/man/man4/io.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man4/io.4 b/share/man/man4/io.4 index 7ceacae2195a..a3561dbabd9e 100644 --- a/share/man/man4/io.4 +++ b/share/man/man4/io.4 @@ -40,7 +40,6 @@ .In sys/ioctl.h .In dev/io/iodev.h .In machine/iodev.h -.Pp .Bd -literal struct iodev_pio_req { u_int access; @@ -48,6 +47,7 @@ struct iodev_pio_req { u_int width; u_int val; }; +.Ed .Sh DESCRIPTION The special file .Pa /dev/io |