Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jun 2015 16:29:11 +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: r284557 - head/share/man/man9
Message-ID:  <201506181629.t5IGTBRF099564@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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