From 763b37912db8bdf194c3160ea0e9aeb3c7f5a371 Mon Sep 17 00:00:00 2001 From: uqs Date: Fri, 11 Jun 2010 06:04:07 +0000 Subject: 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 --- bin/getfacl/getfacl.1 | 2 +- share/man/man4/ae.4 | 2 +- share/man/man4/io.4 | 2 +- share/termcap/termcap.5 | 2 +- usr.sbin/nfscbd/nfscbd.8 | 1 + 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/bin/getfacl/getfacl.1 b/bin/getfacl/getfacl.1 index e787349..8f46857 100644 --- a/bin/getfacl/getfacl.1 +++ b/bin/getfacl/getfacl.1 @@ -48,7 +48,7 @@ the specified file(s) to standard output. If the .Xr getconf 1 utility indicates that -.Eq { } Va _POSIX_ACL_EXTENDED +.Brq Va _POSIX_ACL_EXTENDED is not in effect for a .Ar file then the standard discretionary access permissions are interpreted as 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 diff --git a/usr.sbin/nfscbd/nfscbd.8 b/usr.sbin/nfscbd/nfscbd.8 index 802dff3..f421d0e 100644 --- a/usr.sbin/nfscbd/nfscbd.8 +++ b/usr.sbin/nfscbd/nfscbd.8 @@ -29,6 +29,7 @@ .Os .Sh NAME .Nm nfscbd +.Nd .Tn NFSv4 client side callback daemon .Sh SYNOPSIS -- cgit v1.1