Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Sep 2016 19:00:23 +0000 (UTC)
From:      Sergey Kandaurov <pluknet@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r306378 - in stable/10: lib/libc/sys lib/libdpv sbin/ipfw share/man/man4 share/man/man4/man4.arm share/man/man9 sys/boot/common sys/boot/i386/gptzfsboot usr.bin/dpv
Message-ID:  <201609271900.u8RJ0NxH043514@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pluknet
Date: Tue Sep 27 19:00:22 2016
New Revision: 306378
URL: https://svnweb.freebsd.org/changeset/base/306378

Log:
  MFC r274925: misc mdoc fixes.

Modified:
  stable/10/lib/libc/sys/poll.2
  stable/10/lib/libdpv/dpv.3
  stable/10/sbin/ipfw/ipfw.8
  stable/10/share/man/man4/gre.4
  stable/10/share/man/man4/man4.arm/cgem.4
  stable/10/share/man/man4/me.4
  stable/10/share/man/man4/netmap.4
  stable/10/share/man/man9/get_cyclecount.9
  stable/10/share/man/man9/malloc.9
  stable/10/share/man/man9/sleepqueue.9
  stable/10/sys/boot/common/zfsloader.8
  stable/10/sys/boot/i386/gptzfsboot/gptzfsboot.8
  stable/10/usr.bin/dpv/dpv.1
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/lib/libc/sys/poll.2
==============================================================================
--- stable/10/lib/libc/sys/poll.2	Tue Sep 27 18:55:45 2016	(r306377)
+++ stable/10/lib/libc/sys/poll.2	Tue Sep 27 19:00:22 2016	(r306378)
@@ -180,7 +180,6 @@ specifies a signal mask which is set whi
 When 
 .Fn ppoll
 returns, the original signal mask is restored.
-.Pp
 .Bd -literal
 struct timespec {
 	time_t  tv_sec;         /* seconds */

Modified: stable/10/lib/libdpv/dpv.3
==============================================================================
--- stable/10/lib/libdpv/dpv.3	Tue Sep 27 18:55:45 2016	(r306377)
+++ stable/10/lib/libdpv/dpv.3	Tue Sep 27 19:00:22 2016	(r306378)
@@ -503,7 +503,7 @@ This does not effect
 .Xr Xdialog 1 ,
 which renders the color escape sequences as plain text.
 See
-.Do Li
+.Do
 embedded "\\Z" sequences
 .Dc
 in

Modified: stable/10/sbin/ipfw/ipfw.8
==============================================================================
--- stable/10/sbin/ipfw/ipfw.8	Tue Sep 27 18:55:45 2016	(r306377)
+++ stable/10/sbin/ipfw/ipfw.8	Tue Sep 27 19:00:22 2016	(r306378)
@@ -1597,7 +1597,6 @@ be specified as:
 .Pp
 Note that the ampersand character has a special meaning in many shells
 and should generally be escaped.
-.Pp
 .El
 Note that the order of MAC addresses (destination first,
 source second) is

Modified: stable/10/share/man/man4/gre.4
==============================================================================
--- stable/10/share/man/man4/gre.4	Tue Sep 27 18:55:45 2016	(r306377)
+++ stable/10/share/man/man4/gre.4	Tue Sep 27 19:00:22 2016	(r306378)
@@ -91,7 +91,6 @@ Enables checksum calculation for outgoin
 Enables use of sequence number field in the GRE header for outgoing packets.
 .El
 .Sh EXAMPLES
-.Pp
 .Bd -literal
 192.168.1.* --- Router A  -------tunnel-------- Router B --- 192.168.2.*
                    \\                              /
@@ -190,7 +189,6 @@ A description of GRE encapsulation can b
 .An Andrey V. Elsukov Aq Mt ae@FreeBSD.org
 .An Heiko W.Rupp Aq Mt hwr@pilhuhn.de
 .Sh BUGS
-.Pp
 The current implementation uses the key only for outgoing packets.
 Incoming packets with a different key or without a key will be treated as if they
 would belong to this interface.

Modified: stable/10/share/man/man4/man4.arm/cgem.4
==============================================================================
--- stable/10/share/man/man4/man4.arm/cgem.4	Tue Sep 27 18:55:45 2016	(r306377)
+++ stable/10/share/man/man4/man4.arm/cgem.4	Tue Sep 27 19:00:22 2016	(r306378)
@@ -248,6 +248,23 @@ checksum offloading is enabled.
 Counter of frames discarded due to an incorrect UDP checksum when
 checksum offloading is enabled.
 .El
+.Sh SEE ALSO
+.Xr miibus 4 ,
+.Xr ifconfig 8
+.Rs
+.%T "Zynq-7000 SoC Technical Reference Manual (Xilinx doc UG585)"
+.%U http://www.xilinx.com/support/documentation/user_guides/\:ug585-Zynq-7000-TRM.pdf
+.Re
+.Sh HISTORY
+The
+.Nm
+device driver first appeared in
+.Fx 10.0 .
+.Sh AUTHORS
+The
+.Nm
+driver and this manual page was written by
+.An Thomas Skibo Aq Mt thomasskibo@yahoo.com .
 .Sh BUGS
 The GEM can perform TCP/UDP/IP checksum offloading.
 However, when transmit checksum offloading is enabled, the GEM generates and
@@ -277,21 +294,3 @@ If the bug does not exist in other versi
 work-around can be disabled by setting the dev.cgem.%d.rxhangwar
 .Xr sysctl 8
 variable to 0.
-.Pp
-.Sh SEE ALSO
-.Xr miibus 4 ,
-.Xr ifconfig 8
-.Rs
-.%T "Zynq-7000 SoC Technical Reference Manual (Xilinx doc UG585)"
-.%U http://www.xilinx.com/support/documentation/user_guides/\:ug585-Zynq-7000-TRM.pdf
-.Re
-.Sh HISTORY
-The
-.Nm
-device driver first appeared in
-.Fx 10.0 .
-.Sh AUTHORS
-The
-.Nm
-driver and this manual page was written by
-.An Thomas Skibo Aq Mt thomasskibo@yahoo.com .

Modified: stable/10/share/man/man4/me.4
==============================================================================
--- stable/10/share/man/man4/me.4	Tue Sep 27 18:55:45 2016	(r306377)
+++ stable/10/share/man/man4/me.4	Tue Sep 27 19:00:22 2016	(r306378)
@@ -67,7 +67,6 @@ IP header is modified and the modificati
 so modified header and the original payload.
 The protocol number 55 is used for outer header.
 .Sh NOTES
-.Pp
 For correct operation, the
 .Nm
 device needs a route to the decapsulating host that does not run over the tunnel,

Modified: stable/10/share/man/man4/netmap.4
==============================================================================
--- stable/10/share/man/man4/netmap.4	Tue Sep 27 18:55:45 2016	(r306377)
+++ stable/10/share/man/man4/netmap.4	Tue Sep 27 19:00:22 2016	(r306378)
@@ -614,7 +614,7 @@ In the example below, "netmap:foo" is an
 (default) all hardware ring pairs
 .It NR_REG_SW_NIC           "netmap:foo^"
 the ``host rings'', connecting to the host stack.
-.It NR_RING_NIC_SW        "netmap:foo+
+.It NR_RING_NIC_SW        "netmap:foo+"
 all hardware rings and the host rings
 .It NR_REG_ONE_NIC       "netmap:foo-i"
 only the i-th hardware ring pair, where the number is in

Modified: stable/10/share/man/man9/get_cyclecount.9
==============================================================================
--- stable/10/share/man/man9/get_cyclecount.9	Tue Sep 27 18:55:45 2016	(r306377)
+++ stable/10/share/man/man9/get_cyclecount.9	Tue Sep 27 19:00:22 2016	(r306378)
@@ -77,7 +77,6 @@ and
 processors use the
 .Li TSC
 register.
-.Pp
 The
 .Tn IA64
 processors use the

Modified: stable/10/share/man/man9/malloc.9
==============================================================================
--- stable/10/share/man/man9/malloc.9	Tue Sep 27 18:55:45 2016	(r306377)
+++ stable/10/share/man/man9/malloc.9	Tue Sep 27 19:00:22 2016	(r306378)
@@ -208,12 +208,6 @@ one must include
 .In sys/types.h )
 and
 .In sys/kernel.h .
-.Sh IMPLEMENTATION NOTES
-The memory allocator allocates memory in chunks that have size a power
-of two for requests up to the size of a page of memory.
-For larger requests, one or more pages is allocated.
-While it should not be relied upon, this information may be useful for
-optimizing the efficiency of memory use.
 .Pp
 Programmers should be careful not to confuse the malloc flags
 .Dv M_NOWAIT
@@ -255,6 +249,12 @@ when holding a
 .Xr vnode 9
 interlock, will cause a LOR (Lock Order Reversal) due to the
 intertwining of VM Objects and Vnodes.
+.Sh IMPLEMENTATION NOTES
+The memory allocator allocates memory in chunks that have size a power
+of two for requests up to the size of a page of memory.
+For larger requests, one or more pages is allocated.
+While it should not be relied upon, this information may be useful for
+optimizing the efficiency of memory use.
 .Sh RETURN VALUES
 The
 .Fn malloc ,

Modified: stable/10/share/man/man9/sleepqueue.9
==============================================================================
--- stable/10/share/man/man9/sleepqueue.9	Tue Sep 27 18:55:45 2016	(r306377)
+++ stable/10/share/man/man9/sleepqueue.9	Tue Sep 27 19:00:22 2016	(r306378)
@@ -246,7 +246,6 @@ allows to pass additional
 .Fn callout_reset_sbt
 flags.
 .Pp
-.Pp
 Once the thread is ready to suspend,
 one of the wait functions is called to put the current thread to sleep
 until it is awakened and to context switch to another thread.

Modified: stable/10/sys/boot/common/zfsloader.8
==============================================================================
--- stable/10/sys/boot/common/zfsloader.8	Tue Sep 27 18:55:45 2016	(r306377)
+++ stable/10/sys/boot/common/zfsloader.8	Tue Sep 27 19:00:22 2016	(r306378)
@@ -62,7 +62,6 @@ refers to a ZFS filesystem, then
 will instruct kernel to use that filesystem as the root filesystem.
 .Sh ZFS COMMAND EXTENSIONS
 .Bl -tag -width Ds -compact
-.Pp
 .It Ic lsdev Op Fl v
 Lists ZFS pools in addition to disks and partitions.
 Adding
@@ -87,11 +86,9 @@ itself.
 .El
 .Sh EXAMPLES
 Set the default device used for loading a kernel from a ZFS filesystem:
-.Pp
 .Bd -literal -offset indent
 set currdev=zfs:tank/ROOT/knowngood:
 .Ed
-.Pp
 .Sh SEE ALSO
 .Xr gptzfsboot 8 ,
 .Xr loader 8 ,

Modified: stable/10/sys/boot/i386/gptzfsboot/gptzfsboot.8
==============================================================================
--- stable/10/sys/boot/i386/gptzfsboot/gptzfsboot.8	Tue Sep 27 18:55:45 2016	(r306377)
+++ stable/10/sys/boot/i386/gptzfsboot/gptzfsboot.8	Tue Sep 27 19:00:22 2016	(r306378)
@@ -176,6 +176,9 @@ gpart bootcode -p /boot/gptzfsboot -i 1 
 .Sh HISTORY
 .Nm
 appeared in FreeBSD 7.3.
+.Sh AUTHORS
+This manual page was written by
+.An Andriy Gapon Aq avg@FreeBSD.org .
 .Sh BUGS
 .Nm
 looks for ZFS meta-data only in MBR partitions
@@ -188,6 +191,3 @@ found at the fixed offsets relative to a
 .Nm
 will recognize the partition as a part of a ZFS pool,
 but this is not guaranteed to happen.
-.Sh AUTHORS
-This manual page was written by
-.An Andriy Gapon Aq avg@FreeBSD.org .

Modified: stable/10/usr.bin/dpv/dpv.1
==============================================================================
--- stable/10/usr.bin/dpv/dpv.1	Tue Sep 27 18:55:45 2016	(r306377)
+++ stable/10/usr.bin/dpv/dpv.1	Tue Sep 27 19:00:22 2016	(r306378)
@@ -104,7 +104,7 @@ Do not use the default interface of
 .Xr dialog 3 ,
 but instead spawn an instance of
 .Xr dialog 1 .
-The path to 
+The path to
 .Xr dialog 1
 is taken from the
 .Ev DIALOG
@@ -313,7 +313,6 @@ is required.
 .It Pa $HOME/.dialogrc
 .El
 .Sh EXAMPLES
-.Pp
 Simple example to show how fast
 .Xr yes 1
 produces lines
@@ -363,7 +362,18 @@ Zeroing a disk:
 .Bd -literal -offset indent
 dpv -o /dev/md42 < /dev/zero
 .Ed
-.Pp
+.Sh SEE ALSO
+.Xr dialog 1 ,
+.Xr dialog 3 ,
+.Xr sh 1 ,
+.Xr Xdialog 1
+.Sh HISTORY
+A
+.Nm
+utility first appeared in
+.Fx 10.2 .
+.Sh AUTHORS
+.An Devin Teske Aq dteske@FreeBSD.org
 .Sh BUGS
 .Xr Xdialog 1 ,
 when given both
@@ -415,21 +425,9 @@ This does not effect
 .Xr Xdialog 1 ,
 which renders the color escape sequences as plain text.
 See
-.Do Li
+.Do
 embedded "\\Z" sequences
 .Dc
 in
 .Xr dialog 1
 for additional information.
-.Sh SEE ALSO
-.Xr dialog 1 ,
-.Xr dialog 3 ,
-.Xr sh 1 ,
-.Xr Xdialog 1
-.Sh HISTORY
-A
-.Nm
-utility first appeared in
-.Fx 10.2 .
-.Sh AUTHORS
-.An Devin Teske Aq dteske@FreeBSD.org



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