From owner-svn-src-all@freebsd.org Mon Dec 14 13:01:37 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2DD3A43AB7; Mon, 14 Dec 2015 13:01:37 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 92252114A; Mon, 14 Dec 2015 13:01:37 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBED1aB7087636; Mon, 14 Dec 2015 13:01:36 GMT (envelope-from brueffer@FreeBSD.org) Received: (from brueffer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBED1aQ9087631; Mon, 14 Dec 2015 13:01:36 GMT (envelope-from brueffer@FreeBSD.org) Message-Id: <201512141301.tBED1aQ9087631@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brueffer set sender to brueffer@FreeBSD.org using -f From: Christian Brueffer Date: Mon, 14 Dec 2015 13:01:36 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r292205 - head/share/man/man4 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Dec 2015 13:01:38 -0000 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.