svn commit: r209034 - in head: bin/getfacl share/man/man4 share/termcap usr.sbin/nfscbd

Ulrich Spoerlein uqs at FreeBSD.org
Fri Jun 11 06:04:08 UTC 2010


Author: uqs
Date: Fri Jun 11 06:04:07 2010
New Revision: 209034
URL: http://svn.freebsd.org/changeset/base/209034

Log:
  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

Modified:
  head/bin/getfacl/getfacl.1
  head/share/man/man4/ae.4
  head/share/man/man4/io.4
  head/share/termcap/termcap.5
  head/usr.sbin/nfscbd/nfscbd.8

Modified: head/bin/getfacl/getfacl.1
==============================================================================
--- head/bin/getfacl/getfacl.1	Fri Jun 11 06:04:00 2010	(r209033)
+++ head/bin/getfacl/getfacl.1	Fri Jun 11 06:04:07 2010	(r209034)
@@ -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

Modified: head/share/man/man4/ae.4
==============================================================================
--- head/share/man/man4/ae.4	Fri Jun 11 06:04:00 2010	(r209033)
+++ head/share/man/man4/ae.4	Fri Jun 11 06:04:07 2010	(r209034)
@@ -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

Modified: head/share/man/man4/io.4
==============================================================================
--- head/share/man/man4/io.4	Fri Jun 11 06:04:00 2010	(r209033)
+++ head/share/man/man4/io.4	Fri Jun 11 06:04:07 2010	(r209034)
@@ -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

Modified: head/share/termcap/termcap.5
==============================================================================
--- head/share/termcap/termcap.5	Fri Jun 11 06:04:00 2010	(r209033)
+++ head/share/termcap/termcap.5	Fri Jun 11 06:04:07 2010	(r209034)
@@ -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

Modified: head/usr.sbin/nfscbd/nfscbd.8
==============================================================================
--- head/usr.sbin/nfscbd/nfscbd.8	Fri Jun 11 06:04:00 2010	(r209033)
+++ head/usr.sbin/nfscbd/nfscbd.8	Fri Jun 11 06:04:07 2010	(r209034)
@@ -29,6 +29,7 @@
 .Os
 .Sh NAME
 .Nm nfscbd
+.Nd
 .Tn NFSv4
 client side callback daemon
 .Sh SYNOPSIS


More information about the svn-src-all mailing list