summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2010-06-11 06:04:07 +0000
committeruqs <uqs@FreeBSD.org>2010-06-11 06:04:07 +0000
commit763b37912db8bdf194c3160ea0e9aeb3c7f5a371 (patch)
tree544cd69ff3e38a34f64458240ba38b20cb5f7872 /share
parent18101ae4cb58b47e18b2e16cdcc1437647539b23 (diff)
downloadFreeBSD-src-763b37912db8bdf194c3160ea0e9aeb3c7f5a371.zip
FreeBSD-src-763b37912db8bdf194c3160ea0e9aeb3c7f5a371.tar.gz
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
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/ae.42
-rw-r--r--share/man/man4/io.42
-rw-r--r--share/termcap/termcap.52
3 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/ae.4 b/share/man/man4/ae.4
index 36951b2..e32d1ad 100644
--- a/share/man/man4/ae.4
+++ b/share/man/man4/ae.4
@@ -41,7 +41,7 @@ kernel configuration file:
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
-.Bd -literal -offset -indent
+.Bd -literal -offset indent
if_ae_load="YES"
.Ed
.Sh DESCRIPTION
diff --git a/share/man/man4/io.4 b/share/man/man4/io.4
index 7ceacae..a3561db 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
diff --git a/share/termcap/termcap.5 b/share/termcap/termcap.5
index 87a0c6e..11374db 100644
--- a/share/termcap/termcap.5
+++ b/share/termcap/termcap.5
@@ -1038,7 +1038,7 @@ and the Lear Siegler
.Tn ADM Ns \-3
is described as
.Bd -literal -offset indent
-l3\||\|adm3\||\|3\||\|LSI \s-1ADM\s0-3:\e
+l3\||\|adm3\||\|3\||\|LSI ADM-3:\e
:am:bl=^G:cl=^Z:co#80:cr=^M:do=^J:le=^H:li#24:sf=^J:
.Ed
.Ss Parameterized Strings
OpenPOWER on IntegriCloud