svn commit: r206615 - in head/lib/libc: gen locale

Ulrich Spoerlein uqs at FreeBSD.org
Wed Apr 14 18:29:27 UTC 2010


Author: uqs
Date: Wed Apr 14 18:29:26 2010
New Revision: 206615
URL: http://svn.freebsd.org/changeset/base/206615

Log:
  mdoc: remove .Pp where not needed
  
  This trips up mdocml and can simply go away.
  
  Reviewed by:	ru
  Approved by:	philip, ed (mentors)

Modified:
  head/lib/libc/gen/confstr.3
  head/lib/libc/gen/sysconf.3
  head/lib/libc/gen/sysctl.3
  head/lib/libc/locale/isalnum.3
  head/lib/libc/locale/isalpha.3

Modified: head/lib/libc/gen/confstr.3
==============================================================================
--- head/lib/libc/gen/confstr.3	Wed Apr 14 18:29:01 2010	(r206614)
+++ head/lib/libc/gen/confstr.3	Wed Apr 14 18:29:26 2010	(r206615)
@@ -79,7 +79,6 @@ The copied value is always null terminat
 The available values are as follows:
 .Pp
 .Bl -tag -width 6n
-.Pp
 .It Li _CS_PATH
 Return a value for the
 .Ev PATH

Modified: head/lib/libc/gen/sysconf.3
==============================================================================
--- head/lib/libc/gen/sysconf.3	Wed Apr 14 18:29:01 2010	(r206614)
+++ head/lib/libc/gen/sysconf.3	Wed Apr 14 18:29:26 2010	(r206615)
@@ -60,9 +60,7 @@ Shell programmers who need access to the
 utility.
 .Pp
 The available values are as follows:
-.Pp
 .Bl -tag -width 6n
-.Pp
 .It Li _SC_ARG_MAX
 The maximum bytes of argument to
 .Xr execve 2 .
@@ -165,9 +163,7 @@ otherwise \-1.
 .El
 .Pp
 These values also exist, but may not be standard:
-.Pp
 .Bl -tag -width 6n
-.Pp
 .It Li _SC_PHYS_PAGES
 The number of pages of physical memory.
 Note that it is possible that the product of this value and the value of

Modified: head/lib/libc/gen/sysctl.3
==============================================================================
--- head/lib/libc/gen/sysctl.3	Wed Apr 14 18:29:01 2010	(r206614)
+++ head/lib/libc/gen/sysctl.3	Wed Apr 14 18:29:26 2010	(r206615)
@@ -286,7 +286,6 @@ privilege may change the value.
 .It "HW_MACHINE_ARCH	string	no"
 .It "HW_REALMEM	integer	no"
 .El
-.Pp
 .Bl -tag -width 6n
 .It Li HW_MACHINE
 The machine class.
@@ -352,7 +351,6 @@ information.
 .It "KERN_VERSION	string	no"
 .It "KERN_VNODE	struct vnode	no"
 .El
-.Pp
 .Bl -tag -width 6n
 .It Li KERN_ARGMAX
 The maximum bytes of argument to
@@ -543,7 +541,6 @@ privilege may change the value.
 .It "PF_INET	IPv4 values	yes"
 .It "PF_INET6	IPv6 values	yes"
 .El
-.Pp
 .Bl -tag -width 6n
 .It Li PF_ROUTE
 Return the entire routing table or a subset of it.
@@ -650,7 +647,6 @@ privilege may change the value.
 .It "USER_TZNAME_MAX	integer	no"
 .El
 .Bl -tag -width 6n
-.Pp
 .It Li USER_BC_BASE_MAX
 The maximum ibase/obase values in the
 .Xr bc 1
@@ -740,7 +736,6 @@ privilege may change the value.
 .It "VM_V_INACTIVE_TARGET	integer	yes"
 .It "VM_V_PAGEOUT_FREE_MIN	integer	yes"
 .El
-.Pp
 .Bl -tag -width 6n
 .It Li VM_LOADAVG
 Return the load average history.

Modified: head/lib/libc/locale/isalnum.3
==============================================================================
--- head/lib/libc/locale/isalnum.3	Wed Apr 14 18:29:01 2010	(r206614)
+++ head/lib/libc/locale/isalnum.3	Wed Apr 14 18:29:26 2010	(r206615)
@@ -59,7 +59,6 @@ or the value of
 .Pp
 In the ASCII character set, this includes the following characters
 (with their numeric values shown in octal):
-.Pp
 .Bl -column \&000_``0''__ \&000_``0''__ \&000_``0''__ \&000_``0''__ \&000_``0''__
 .It "\&060\ ``0'' \t061\ ``1'' \t062\ ``2'' \t063\ ``3'' \t064\ ``4''"
 .It "\&065\ ``5'' \t066\ ``6'' \t067\ ``7'' \t070\ ``8'' \t071\ ``9''"

Modified: head/lib/libc/locale/isalpha.3
==============================================================================
--- head/lib/libc/locale/isalpha.3	Wed Apr 14 18:29:01 2010	(r206614)
+++ head/lib/libc/locale/isalpha.3	Wed Apr 14 18:29:26 2010	(r206615)
@@ -59,7 +59,6 @@ or the value of
 .Pp
 In the ASCII character set, this includes the following characters
 (with their numeric values shown in octal):
-.Pp
 .Bl -column \&000_``0''__ \&000_``0''__ \&000_``0''__ \&000_``0''__ \&000_``0''__
 .It "\&101\ ``A'' \t102\ ``B'' \t103\ ``C'' \t104\ ``D'' \t105\ ``E''"
 .It "\&106\ ``F'' \t107\ ``G'' \t110\ ``H'' \t111\ ``I'' \t112\ ``J''"


More information about the svn-src-head mailing list