From owner-svn-src-all@FreeBSD.ORG Mon Jun 23 18:40:26 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C23B1305; Mon, 23 Jun 2014 18:40:26 +0000 (UTC) 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 AA67E268D; Mon, 23 Jun 2014 18:40:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5NIeQs5082570; Mon, 23 Jun 2014 18:40:26 GMT (envelope-from joel@svn.freebsd.org) Received: (from joel@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5NIeMYO082538; Mon, 23 Jun 2014 18:40:22 GMT (envelope-from joel@svn.freebsd.org) Message-Id: <201406231840.s5NIeMYO082538@svn.freebsd.org> From: Joel Dahl Date: Mon, 23 Jun 2014 18:40:22 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r267803 - in head: cddl/contrib/opensolaris/cmd/zpool lib/libc/sys lib/libcuse lib/libpam/modules/pam_passwdqc lib/libpmc lib/libutil libexec/rtld-elf sbin/ifconfig sbin/ipfw sbin/mount... X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2014 18:40:26 -0000 Author: joel (doc committer) Date: Mon Jun 23 18:40:21 2014 New Revision: 267803 URL: http://svnweb.freebsd.org/changeset/base/267803 Log: mdoc: remove superfluous paragraph macros. Modified: head/cddl/contrib/opensolaris/cmd/zpool/zpool.8 head/lib/libc/sys/intro.2 head/lib/libcuse/cuse.3 head/lib/libpam/modules/pam_passwdqc/pam_passwdqc.8 head/lib/libpmc/pmc.k8.3 head/lib/libpmc/pmc.p4.3 head/lib/libutil/fparseln.3 head/lib/libutil/login_class.3 head/libexec/rtld-elf/rtld.1 head/sbin/ifconfig/ifconfig.8 head/sbin/ipfw/ipfw.8 head/sbin/mount_fusefs/mount_fusefs.8 head/sbin/natd/natd.8 head/sbin/pfctl/pfctl.8 head/share/man/man4/est.4 head/share/man/man4/mxge.4 head/share/man/man4/ng_async.4 head/share/man/man4/ng_ccatm.4 head/share/man/man4/sysmouse.4 head/share/man/man4/tty.4 head/share/man/man4/vale.4 head/share/man/man9/ifnet.9 Modified: head/cddl/contrib/opensolaris/cmd/zpool/zpool.8 ============================================================================== --- head/cddl/contrib/opensolaris/cmd/zpool/zpool.8 Mon Jun 23 18:13:42 2014 (r267802) +++ head/cddl/contrib/opensolaris/cmd/zpool/zpool.8 Mon Jun 23 18:40:21 2014 (r267803) @@ -1041,7 +1041,6 @@ the following fields: See the .Qq Sx Properties section for more information on the available pool properties. -.Pp .It Fl H Scripted mode. Do not display headers, and separate fields by a single tab instead of arbitrary space. Modified: head/lib/libc/sys/intro.2 ============================================================================== --- head/lib/libc/sys/intro.2 Mon Jun 23 18:13:42 2014 (r267802) +++ head/lib/libc/sys/intro.2 Mon Jun 23 18:40:21 2014 (r267803) @@ -133,7 +133,6 @@ executable file. A file descriptor argument was out of range, referred to no open file, or a read (write) request was made to a file that was only open for writing (reading). -.Pp .It Er 10 ECHILD Em "\&No child processes" . A .Xr wait 2 @@ -302,7 +301,6 @@ addresses with Internet protocols. .It Er 48 EADDRINUSE Em "Address already in use" . Only one usage of each address is normally permitted. -.Pp .It Er 49 EADDRNOTAVAIL Em "Can't assign requested address" . Normally results from an attempt to create a socket with an address not on this machine. Modified: head/lib/libcuse/cuse.3 ============================================================================== --- head/lib/libcuse/cuse.3 Mon Jun 23 18:13:42 2014 (r267802) +++ head/lib/libcuse/cuse.3 Mon Jun 23 18:40:21 2014 (r267803) @@ -262,7 +262,6 @@ is returned. .Ft "void" .Fn "cuse_poll_wakeup" "void" This function will wake up any file pollers. -.Pp .Sh LIBRARY LIMITATIONS Transfer lengths for .Fn read , @@ -374,7 +373,6 @@ values in case of failure and success. The events argument is also a mask of .Dv CUSE_POLL_XXX values. -.Pp .Bd -literal -offset indent struct cuse_methods { cuse_open_t *cm_open; Modified: head/lib/libpam/modules/pam_passwdqc/pam_passwdqc.8 ============================================================================== --- head/lib/libpam/modules/pam_passwdqc/pam_passwdqc.8 Mon Jun 23 18:13:42 2014 (r267802) +++ head/lib/libpam/modules/pam_passwdqc/pam_passwdqc.8 Mon Jun 23 18:40:21 2014 (r267803) @@ -123,7 +123,6 @@ password are not counted. In addition to being sufficiently long, passwords are required to contain enough different characters for the character classes and the minimum length they have been checked against. -.Pp .It Cm max Ns = Ns Ar N .Pq Cm max Ns = Ns 40 The maximum allowed password length. Modified: head/lib/libpmc/pmc.k8.3 ============================================================================== --- head/lib/libpmc/pmc.k8.3 Mon Jun 23 18:13:42 2014 (r267802) +++ head/lib/libpmc/pmc.k8.3 Mon Jun 23 18:40:21 2014 (r267803) @@ -672,7 +672,6 @@ Count memory controller high priority by .It Li memory-controller-lo-pri-bypass Count memory controller low priority bypasses. .El -.Pp .It Li k8-nb-memory-controller-dram-slots-missed .Pq Event E2H Count memory controller DRAM command slots missed (in MemClks). Modified: head/lib/libpmc/pmc.p4.3 ============================================================================== --- head/lib/libpmc/pmc.p4.3 Mon Jun 23 18:13:42 2014 (r267802) +++ head/lib/libpmc/pmc.p4.3 Mon Jun 23 18:40:21 2014 (r267803) @@ -541,7 +541,6 @@ can take the following value (which is a .It Li running Count cycles when the processor is active. .El -.Pp .It Li p4-instr-retired Op Li ,mask= Ns Ar flags .Pq "TS event" Count instructions retired during a clock cycle. Modified: head/lib/libutil/fparseln.3 ============================================================================== --- head/lib/libutil/fparseln.3 Mon Jun 23 18:13:42 2014 (r267802) +++ head/lib/libutil/fparseln.3 Mon Jun 23 18:40:21 2014 (r267803) @@ -122,7 +122,6 @@ Remove escape preceding any other charac .It Dv FPARSELN_UNESCALL All of the above. .El -.Pp .El .Sh RETURN VALUES Upon successful completion a pointer to the parsed line is returned; Modified: head/lib/libutil/login_class.3 ============================================================================== --- head/lib/libutil/login_class.3 Mon Jun 23 18:13:42 2014 (r267802) +++ head/lib/libutil/login_class.3 Mon Jun 23 18:40:21 2014 (r267803) @@ -160,7 +160,6 @@ capability "setenv=var1 val1,var2 val2.. .It LOGIN_SETMAC Set the MAC label for the current process to the label specified in system login class database. -.Pp .It LOGIN_SETCPUMASK Create a new .Xr cpuset 2 Modified: head/libexec/rtld-elf/rtld.1 ============================================================================== --- head/libexec/rtld-elf/rtld.1 Mon Jun 23 18:13:42 2014 (r267802) +++ head/libexec/rtld-elf/rtld.1 Mon Jun 23 18:40:21 2014 (r267803) @@ -267,7 +267,6 @@ If set, .Nm will log events such as the loading and unloading of shared objects via .Xr utrace 2 . -.Pp .It Ev LD_LOADFLTR If set, .Nm Modified: head/sbin/ifconfig/ifconfig.8 ============================================================================== --- head/sbin/ifconfig/ifconfig.8 Mon Jun 23 18:13:42 2014 (r267802) +++ head/sbin/ifconfig/ifconfig.8 Mon Jun 23 18:40:21 2014 (r267803) @@ -2333,7 +2333,6 @@ src/dst address for IPv4 or IPv6. .It Cm l4 src/dst port for TCP/UDP/SCTP. .El -.Pp .El .Pp The following parameters are specific to IP tunnel interfaces, Modified: head/sbin/ipfw/ipfw.8 ============================================================================== --- head/sbin/ipfw/ipfw.8 Mon Jun 23 18:13:42 2014 (r267802) +++ head/sbin/ipfw/ipfw.8 Mon Jun 23 18:40:21 2014 (r267803) @@ -1583,7 +1583,6 @@ followed by the number of significant bi For example, an address with 33 significant bits could be specified as: .Pp .Dl "MAC 10:20:30:40:50:60/33 any" -.Pp .It An ampersand .Pq & Modified: head/sbin/mount_fusefs/mount_fusefs.8 ============================================================================== --- head/sbin/mount_fusefs/mount_fusefs.8 Mon Jun 23 18:13:42 2014 (r267802) +++ head/sbin/mount_fusefs/mount_fusefs.8 Mon Jun 23 18:40:21 2014 (r267803) @@ -151,7 +151,6 @@ Do not refuse unmounting if there are se .It Cm push_symlinks_in Prefix absolute symlinks with the mountpoint .El -.Pp .El .Pp Besides the above mount options, there is a set of pseudo-mount options which Modified: head/sbin/natd/natd.8 ============================================================================== --- head/sbin/natd/natd.8 Mon Jun 23 18:13:42 2014 (r267802) +++ head/sbin/natd/natd.8 Mon Jun 23 18:40:21 2014 (r267803) @@ -585,7 +585,6 @@ in the file or using the command .Pp .Dl "sysctl net.inet.ip.forwarding=1" -.Pp .It If you use the .Fl interface Modified: head/sbin/pfctl/pfctl.8 ============================================================================== --- head/sbin/pfctl/pfctl.8 Mon Jun 23 18:13:42 2014 (r267802) +++ head/sbin/pfctl/pfctl.8 Mon Jun 23 18:40:21 2014 (r267803) @@ -317,7 +317,6 @@ To kill a state with ID 4823e84500000018 firewall with hostid 00000002 use: .Pp .Dl # pfctl -k id -k 4823e84500000018/2 -.Pp .It Fl m Merge in explicitly given options without resetting those which are omitted. Modified: head/share/man/man4/est.4 ============================================================================== --- head/share/man/man4/est.4 Mon Jun 23 18:13:42 2014 (r267802) +++ head/share/man/man4/est.4 Mon Jun 23 18:40:21 2014 (r267803) @@ -91,7 +91,6 @@ The valid frequencies that are allowed b .It dev.est.0.freq_settings: 2201/45000 2200/45000 2000/39581 1900/37387 1800/34806 1700/32703 1600/30227 1500/28212 1400/25828 1300/23900 1200/21613 1100/19775 1000/17582 900/15437 800/13723 -.Pp .El .Sh DIAGNOSTICS .Bl -diag Modified: head/share/man/man4/mxge.4 ============================================================================== --- head/share/man/man4/mxge.4 Mon Jun 23 18:13:42 2014 (r267802) +++ head/share/man/man4/mxge.4 Mon Jun 23 18:40:21 2014 (r267803) @@ -131,7 +131,6 @@ both be capable of MSI-X. Older Myri10GE NICs can be field upgraded to add MSI-X using the "10G NIC Tool Kit" for FreeBSD which is available from .Pa http://www.myri.com/scs/download-10g-tools.html . -.Pp .It Va hw.mxge.rss_hashtype This value determines how incoming traffic is steered to different slices. Modified: head/share/man/man4/ng_async.4 ============================================================================== --- head/share/man/man4/ng_async.4 Mon Jun 23 18:13:42 2014 (r267802) +++ head/share/man/man4/ng_async.4 Mon Jun 23 18:40:21 2014 (r267803) @@ -143,7 +143,6 @@ This command returns a containing node statistics for packet, octet, and error counts. .It Dv NGM_ASYNC_CMD_CLR_STATS Pq Ic clrstats Clears the node statistics. -.Pp .El .Sh SHUTDOWN This node shuts down upon receipt of a Modified: head/share/man/man4/ng_ccatm.4 ============================================================================== --- head/share/man/man4/ng_ccatm.4 Mon Jun 23 18:13:42 2014 (r267802) +++ head/share/man/man4/ng_ccatm.4 Mon Jun 23 18:40:21 2014 (r267803) @@ -206,7 +206,6 @@ struct ngm_ccatm_port { uint32_t port; }; .Ed -.Pp .It Dv NGM_CCATM_START Pq Ic start Start processing on the port. The argument is a Modified: head/share/man/man4/sysmouse.4 ============================================================================== --- head/share/man/man4/sysmouse.4 Mon Jun 23 18:13:42 2014 (r267802) +++ head/share/man/man4/sysmouse.4 Mon Jun 23 18:40:21 2014 (r267803) @@ -441,7 +441,6 @@ The field holds the click count: the number of times the user has clicked the button successively. -.Pp .El .El .Sh FILES Modified: head/share/man/man4/tty.4 ============================================================================== --- head/share/man/man4/tty.4 Mon Jun 23 18:13:42 2014 (r267802) +++ head/share/man/man4/tty.4 Mon Jun 23 18:40:21 2014 (r267803) @@ -127,7 +127,6 @@ Before .Fx 8.0 , it would change to the new line discipline pointed to by .Fa ldisc . -.Pp .It Dv TIOCGETD Fa int *ldisc Return the current line discipline in the integer pointed to by .Fa ldisc . Modified: head/share/man/man4/vale.4 ============================================================================== --- head/share/man/man4/vale.4 Mon Jun 23 18:13:42 2014 (r267802) +++ head/share/man/man4/vale.4 Mon Jun 23 18:40:21 2014 (r267803) @@ -90,7 +90,6 @@ The maximum number of packets processed in each iteration. Defaults to 1024, use lower values to trade latency with throughput. -.Pp .It dev.netmap.verbose Set to non-zero values to enable in-kernel diagnostics. .El Modified: head/share/man/man9/ifnet.9 ============================================================================== --- head/share/man/man9/ifnet.9 Mon Jun 23 18:13:42 2014 (r267802) +++ head/share/man/man9/ifnet.9 Mon Jun 23 18:40:21 2014 (r267803) @@ -1370,7 +1370,6 @@ function is called to perform the operat .It Dv SIOCDIFADDR The socket's protocol control routine is called to implement the requested action. -.Pp .El .El .Pp