Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Dec 2015 13:01:36 +0000 (UTC)
From:      Christian Brueffer <brueffer@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r292205 - head/share/man/man4
Message-ID:  <201512141301.tBED1aQ9087631@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brueffer
Date: Mon Dec 14 13:01:36 2015
New Revision: 292205
URL: https://svnweb.freebsd.org/changeset/base/292205

Log:
  Clean up issues reported by mandoc -Tlint

Modified:
  head/share/man/man4/blackhole.4
  head/share/man/man4/ioat.4
  head/share/man/man4/mlx5en.4
  head/share/man/man4/pass.4

Modified: head/share/man/man4/blackhole.4
==============================================================================
--- head/share/man/man4/blackhole.4	Mon Dec 14 12:37:06 2015	(r292204)
+++ head/share/man/man4/blackhole.4	Mon Dec 14 13:01:36 2015	(r292205)
@@ -87,8 +87,8 @@ MIBs
 first appeared in
 .Fx 4.0 .
 .Pp
-The SCTP 
-.Nm 
+The SCTP
+.Nm
 MIB first appeared in
 .Fx 9.1 .
 .Sh AUTHORS

Modified: head/share/man/man4/ioat.4
==============================================================================
--- head/share/man/man4/ioat.4	Mon Dec 14 12:37:06 2015	(r292204)
+++ head/share/man/man4/ioat.4	Mon Dec 14 13:01:36 2015	(r292205)
@@ -188,7 +188,7 @@ unload.
 For an example of usage, see
 .Pa src/sys/dev/ioat/ioat_test.c .
 .Sh FILES
-.Bl -tag -compat
+.Bl -tag
 .It Pa /dev/ioat_test
 test device for
 .Xr ioatcontrol 8

Modified: head/share/man/man4/mlx5en.4
==============================================================================
--- head/share/man/man4/mlx5en.4	Mon Dec 14 12:37:06 2015	(r292204)
+++ head/share/man/man4/mlx5en.4	Mon Dec 14 13:01:36 2015	(r292205)
@@ -25,7 +25,7 @@
 .\" $FreeBSD$
 .\"
 .Dd December 3, 2015
-.Dt mlx5en 4
+.Dt MLX5EN 4
 .Os
 .Sh NAME
 .Nm mlx5en

Modified: head/share/man/man4/pass.4
==============================================================================
--- head/share/man/man4/pass.4	Mon Dec 14 12:37:06 2015	(r292204)
+++ head/share/man/man4/pass.4	Mon Dec 14 13:01:36 2015	(r292205)
@@ -102,7 +102,7 @@ Queue a CCB to the
 driver to be executed asynchronously.
 The caller may use
 .Xr select 2 ,
-.Xr poll 2 
+.Xr poll 2
 or
 .Xr kevent 2
 to receive notification when the CCB has completed.
@@ -120,11 +120,11 @@ Although the
 .Dv CAMIOQUEUE
 ioctl is not defined to take an argument, it does require a
 pointer to a union ccb.
-It is not defined to take an argument to avoid an extra malloc and copy 
-inside the generic 
+It is not defined to take an argument to avoid an extra malloc and copy
+inside the generic
 .Xr ioctl 2
 handler.
-.pp
+.Pp
 The completed CCB will be returned via the
 .Dv CAMIOGET
 ioctl.
@@ -171,7 +171,7 @@ ioctl if the
 driver fails to copy data to the user process or if there are no completed
 CCBs available to retrieve.
 If no CCBs are available to retrieve,
-errno will be set to 
+errno will be set to
 .Dv ENOENT .
 .Pp
 All other errors will be reported as standard CAM CCB status errors.
@@ -180,14 +180,14 @@ Although the
 .Dv CAMIOGET
 ioctl is not defined to take an argument, it does require a
 pointer to a union ccb.
-It is not defined to take an argument to avoid an extra malloc and copy 
-inside the generic 
+It is not defined to take an argument to avoid an extra malloc and copy
+inside the generic
 .Xr ioctl 2
 handler.
 .Pp
 The pass driver will report via
 .Xr select 2 ,
-.Xr poll 2 
+.Xr poll 2
 or
 .Xr kevent 2
 when a CCB has completed.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512141301.tBED1aQ9087631>