svn commit: r301591 - in head/share/man: man3 man4/man4.arm man5 man8

Edward Tomasz Napierala trasz at FreeBSD.org
Wed Jun 8 09:36:09 UTC 2016


Author: trasz
Date: Wed Jun  8 09:36:07 2016
New Revision: 301591
URL: https://svnweb.freebsd.org/changeset/base/301591

Log:
  Last few instances of "sentence not on new line".
  
  MFC after:	1 month

Modified:
  head/share/man/man3/tree.3
  head/share/man/man4/man4.arm/cgem.4
  head/share/man/man4/man4.arm/mge.4
  head/share/man/man5/devfs.rules.5
  head/share/man/man5/nandfs.5
  head/share/man/man5/quota.user.5
  head/share/man/man5/rc.conf.5
  head/share/man/man8/nanobsd.8

Modified: head/share/man/man3/tree.3
==============================================================================
--- head/share/man/man3/tree.3	Wed Jun  8 09:19:47 2016	(r301590)
+++ head/share/man/man3/tree.3	Wed Jun  8 09:36:07 2016	(r301591)
@@ -424,12 +424,14 @@ Individual prototypes can be declared wi
 .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

Modified: head/share/man/man4/man4.arm/cgem.4
==============================================================================
--- head/share/man/man4/man4.arm/cgem.4	Wed Jun  8 09:19:47 2016	(r301590)
+++ head/share/man/man4/man4.arm/cgem.4	Wed Jun  8 09:36:07 2016	(r301591)
@@ -278,13 +278,15 @@ When receive checksum offloading is enab
 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

Modified: head/share/man/man4/man4.arm/mge.4
==============================================================================
--- head/share/man/man4/man4.arm/mge.4	Wed Jun  8 09:19:47 2016	(r301590)
+++ head/share/man/man4/man4.arm/mge.4	Wed Jun  8 09:36:07 2016	(r301591)
@@ -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

Modified: head/share/man/man5/devfs.rules.5
==============================================================================
--- head/share/man/man5/devfs.rules.5	Wed Jun  8 09:19:47 2016	(r301590)
+++ head/share/man/man5/devfs.rules.5	Wed Jun  8 09:36:07 2016	(r301591)
@@ -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

Modified: head/share/man/man5/nandfs.5
==============================================================================
--- head/share/man/man5/nandfs.5	Wed Jun  8 09:19:47 2016	(r301590)
+++ head/share/man/man5/nandfs.5	Wed Jun  8 09:36:07 2016	(r301591)
@@ -109,7 +109,8 @@ partition at the specified mount point d
 .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

Modified: head/share/man/man5/quota.user.5
==============================================================================
--- head/share/man/man5/quota.user.5	Wed Jun  8 09:19:47 2016	(r301590)
+++ head/share/man/man5/quota.user.5	Wed Jun  8 09:36:07 2016	(r301591)
@@ -98,7 +98,8 @@ utility will truncate the data files to 
 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

Modified: head/share/man/man5/rc.conf.5
==============================================================================
--- head/share/man/man5/rc.conf.5	Wed Jun  8 09:19:47 2016	(r301590)
+++ head/share/man/man5/rc.conf.5	Wed Jun  8 09:36:07 2016	(r301591)
@@ -189,7 +189,8 @@ to this directory before running the ser
 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 
 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

Modified: head/share/man/man8/nanobsd.8
==============================================================================
--- head/share/man/man8/nanobsd.8	Wed Jun  8 09:19:47 2016	(r301590)
+++ head/share/man/man8/nanobsd.8	Wed Jun  8 09:36:07 2016	(r301591)
@@ -219,7 +219,8 @@ Path to the source tree used to build th
 .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


More information about the svn-src-head mailing list