From owner-svn-src-head@FreeBSD.ORG Thu Jun 18 16:29:12 2015 Return-Path: Delivered-To: svn-src-head@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 87AE84F2; Thu, 18 Jun 2015 16:29:12 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 68E82D6; Thu, 18 Jun 2015 16:29:12 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5IGTCER099567; Thu, 18 Jun 2015 16:29:12 GMT (envelope-from brueffer@FreeBSD.org) Received: (from brueffer@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5IGTBRF099564; Thu, 18 Jun 2015 16:29:11 GMT (envelope-from brueffer@FreeBSD.org) Message-Id: <201506181629.t5IGTBRF099564@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: brueffer set sender to brueffer@FreeBSD.org using -f From: Christian Brueffer Date: Thu, 18 Jun 2015 16:29:11 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r284557 - head/share/man/man9 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jun 2015 16:29:12 -0000 Author: brueffer Date: Thu Jun 18 16:29:11 2015 New Revision: 284557 URL: https://svnweb.freebsd.org/changeset/base/284557 Log: Remove EOL whitespace. Modified: head/share/man/man9/pci_iov_schema.9 head/share/man/man9/sbuf.9 head/share/man/man9/taskqueue.9 Modified: head/share/man/man9/pci_iov_schema.9 ============================================================================== --- head/share/man/man9/pci_iov_schema.9 Thu Jun 18 15:50:42 2015 (r284556) +++ head/share/man/man9/pci_iov_schema.9 Thu Jun 18 16:29:11 2015 (r284557) @@ -67,7 +67,7 @@ .Fn pci_iov_schema_add_unicast_mac "nvlist_t *schema" "const char *name" \ "uint32_t flags" "const uint8_t *defaultVal" .Sh DESCRIPTION -The PCI Single-Root I/O Virtualization +The PCI Single-Root I/O Virtualization .Pq SR-IOV configuration schema is a data structure that describes the device-specific configuration parameters that a PF @@ -147,9 +147,9 @@ the VF was allowed to change its MAC add set this parameter as optional. The PF driver must either allow the MAC to change or not, so it would be more appropriate for the PF driver to document the default behaviour by specifying -a default value in the schema +a default value in the schema .Po or potentially force the user to make the choice by setting the parameter -to be required +to be required .Pc . .Pp Configuration parameters that have security implications must default to the @@ -226,7 +226,7 @@ and having a type. Values of type .Vt uint32_t -are unsigned integers in the range 0 to +are unsigned integers in the range 0 to .Po 2**32 - 1 Pc , inclusive. .Pp @@ -240,7 +240,7 @@ and having a type. Values of type .Vt uint64_t -are unsigned integers in the range 0 to +are unsigned integers in the range 0 to .Po 2**64 - 1 Pc , inclusive. .Pp Modified: head/share/man/man9/sbuf.9 ============================================================================== --- head/share/man/man9/sbuf.9 Thu Jun 18 15:50:42 2015 (r284556) +++ head/share/man/man9/sbuf.9 Thu Jun 18 16:29:11 2015 (r284557) @@ -117,7 +117,7 @@ .Ft ssize_t .Fn sbuf_end_section "struct sbuf *s" "ssize_t old_len" "size_t pad" "int c" .Ft void -.Fo sbuf_hexdump +.Fo sbuf_hexdump .Fa "struct sbuf *sb" .Fa "void *ptr" .Fa "int length" Modified: head/share/man/man9/taskqueue.9 ============================================================================== --- head/share/man/man9/taskqueue.9 Thu Jun 18 15:50:42 2015 (r284556) +++ head/share/man/man9/taskqueue.9 Thu Jun 18 16:29:11 2015 (r284557) @@ -288,11 +288,11 @@ are enqueued on the taskqueue to finish. Tasks posted to the taskqueue after .Fn taskqueue_drain_all begins processing, -including pending enqueues scheduled by a previous call to +including pending enqueues scheduled by a previous call to .Fn taskqueue_enqueue_timeout , do not extend the wait time of .Fn taskqueue_drain_all -and may complete after +and may complete after .Fn taskqueue_drain_all returns. .Pp