summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2016-06-08 09:36:07 +0000
committertrasz <trasz@FreeBSD.org>2016-06-08 09:36:07 +0000
commitb0bb34128bbb766748bdb61461871ebdda0996d5 (patch)
treec4cfade72137f9048428f359e345eb10af5581a2
parent989dbbd065c5dbd95915ed0dc0baf1222150ea16 (diff)
downloadFreeBSD-src-b0bb34128bbb766748bdb61461871ebdda0996d5.zip
FreeBSD-src-b0bb34128bbb766748bdb61461871ebdda0996d5.tar.gz
Last few instances of "sentence not on new line".
MFC after: 1 month
-rw-r--r--share/man/man3/tree.36
-rw-r--r--share/man/man4/man4.arm/cgem.46
-rw-r--r--share/man/man4/man4.arm/mge.412
-rw-r--r--share/man/man5/devfs.rules.53
-rw-r--r--share/man/man5/nandfs.53
-rw-r--r--share/man/man5/quota.user.53
-rw-r--r--share/man/man5/rc.conf.512
-rw-r--r--share/man/man8/nanobsd.83
8 files changed, 31 insertions, 17 deletions
diff --git a/share/man/man3/tree.3 b/share/man/man3/tree.3
index ea70506..ff701a0 100644
--- a/share/man/man3/tree.3
+++ b/share/man/man3/tree.3
@@ -424,12 +424,14 @@ Individual prototypes can be declared with
.Fn RB_PROTOTYPE_PREV ,
and
.Fn RB_PROTOTYPE_MINMAX
-in case not all functions are required. The individual prototype macros expect
+in case not all functions are required.
+The individual prototype macros expect
.Fa NAME ,
.Fa TYPE ,
and
.Fa ATTR
-arguments. The
+arguments.
+The
.Fa ATTR
argument must be empty for global functions or
.Fa static
diff --git a/share/man/man4/man4.arm/cgem.4 b/share/man/man4/man4.arm/cgem.4
index 01e2921..6de1d79 100644
--- a/share/man/man4/man4.arm/cgem.4
+++ b/share/man/man4/man4.arm/cgem.4
@@ -278,13 +278,15 @@ When receive checksum offloading is enabled, the device will discard packets
with bad TCP/UDP/IP checksums.
The bad packets will not be counted in any
.Xr netstat 1
-statistics. There are
+statistics.
+There are
.Xr sysctl 8
variables that count
packets discarded by the hardware (see below).
.Pp
The GEM used in the Zynq-7000 has a bug such that the receiver can
-potentially freeze up under a high load. The issue is described in sec. 16.7
+potentially freeze up under a high load.
+The issue is described in sec. 16.7
"Known Issues" of the Zynq-7000 SoC Technical Reference Manual (Xilinx
UG585 v1.7).
The
diff --git a/share/man/man4/man4.arm/mge.4 b/share/man/man4/man4.arm/mge.4
index a0f05bd..ddbacaf 100644
--- a/share/man/man4/man4.arm/mge.4
+++ b/share/man/man4/man4.arm/mge.4
@@ -90,17 +90,19 @@ The
.Nm
driver supports interrupts coalescing (IC) so that raising a transmit/receive
frame interrupt is delayed, if possible, until a threshold-defined period of
-time has elapsed. The following sysctls regulate this behaviour (separately
-for each path):
+time has elapsed.
+The following sysctls regulate this behaviour (separately for each path):
.Bl -tag -width indent
.It Va dev.mge.X.int_coal.rx_time
.It Va dev.mge.X.int_coal.tx_time
.Pp
Value of 0 disables IC on the given path, value greater than zero corresponds
to a real time period and is expressed in units equivalent to 64 ticks of the
-MGE clock. Maximum allowed value depends on MGE hardware revision. User
-provided values larger than supported will be trimmed to the maximum
-supported. More details are available in the reference manual of the device.
+MGE clock.
+Maximum allowed value depends on MGE hardware revision.
+User provided values larger than supported will be trimmed to the maximum
+supported.
+More details are available in the reference manual of the device.
.El
.Sh HARDWARE
Gigabit Ethernet controllers built into the following Marvell systems-on-chip
diff --git a/share/man/man5/devfs.rules.5 b/share/man/man5/devfs.rules.5
index b8016db..ca62377 100644
--- a/share/man/man5/devfs.rules.5
+++ b/share/man/man5/devfs.rules.5
@@ -90,7 +90,8 @@ configuration file.
.It Pa /etc/devfs.rules
Local
.Nm
-configuration file. Rulesets in here override those in
+configuration file.
+Rulesets in here override those in
.Pa /etc/defaults/devfs.rules
with the same ruleset number, otherwise the two files are effectively merged.
.El
diff --git a/share/man/man5/nandfs.5 b/share/man/man5/nandfs.5
index 230989e..7e89599 100644
--- a/share/man/man5/nandfs.5
+++ b/share/man/man5/nandfs.5
@@ -109,7 +109,8 @@ partition at the specified mount point during system boot.
.Xr umount_nandfs 8
.Sh HISTORY
The NAND FS concepts are based on NILFS principles and initial implementation
-was derived from early read-only NILFS NetBSD code. Since then the NAND FS
+was derived from early read-only NILFS NetBSD code.
+Since then the NAND FS
code diverged significantly and is by no means compatible with NILFS.
.Pp
The NAND Flash file system first appeared in
diff --git a/share/man/man5/quota.user.5 b/share/man/man5/quota.user.5
index c314b65..0bcc591 100644
--- a/share/man/man5/quota.user.5
+++ b/share/man/man5/quota.user.5
@@ -98,7 +98,8 @@ utility will truncate the data files to the minimum size needed
to store the highest id with either non-zero file usage or
non-zero quota limits.
.Pp
-The data record for id 0 has special meaning. If the
+The data record for id 0 has special meaning.
+If the
.Dq Dv dqb_btime
or
.Dq Dv dbq_itime
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index 160679a..c97f453 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -189,7 +189,8 @@ to this directory before running the service.
Run the service under this user account.
.It Ao Ar name Ac Ns Va _group
.Pq Vt str
-Run the chrooted service under this system group. Unlike the _user
+Run the chrooted service under this system group.
+Unlike the _user
setting, this setting has no effect if the service is not chrooted.
.It Ao Ar name Ac Ns Va _fib
.Pq Vt int
@@ -944,7 +945,8 @@ interface is desired,
.Va pflog_instances
is set to the list of
.Xr pflogd 8
-instances that should be started at system boot time. If
+instances that should be started at system boot time.
+If
.Va pflog_instances
is set, for each whitespace-seperated
.Ar element
@@ -983,11 +985,13 @@ This variable contains additional flags passed to the
program.
.It Va ftpproxy_instances
.Pq Vt str
-Empty by default. If multiple instances of
+Empty by default.
+If multiple instances of
.Xr ftp-proxy 8
are desired at boot time,
.Va ftpproxy_instances
-should contain a whitespace-seperated list of instance names. For each
+should contain a whitespace-seperated list of instance names.
+For each
.Ar element
in the list, a variable named
.Ao Ar element Ac Ns Va _flags
diff --git a/share/man/man8/nanobsd.8 b/share/man/man8/nanobsd.8
index f12434f..7f4e219 100644
--- a/share/man/man8/nanobsd.8
+++ b/share/man/man8/nanobsd.8
@@ -219,7 +219,8 @@ Path to the source tree used to build the image.
.It Va NANO_KERNEL
Name of the kernel configuration file used to build the kernel.
.It Va NANO_ARCH
-Machine processor architecture to build. Defaults to output of
+Machine processor architecture to build.
+Defaults to output of
.Cm uname -p .
.It Va NANO_BOOT0CFG
Controls the options passed to
OpenPOWER on IntegriCloud