Date: Fri, 27 Aug 2010 09:35:05 +0000 (UTC) From: Ulrich Spoerlein <uqs@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r211866 - in stable/8/lib/libc: gen locale Message-ID: <201008270935.o7R9Z55J070501@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: uqs Date: Fri Aug 27 09:35:05 2010 New Revision: 211866 URL: http://svn.freebsd.org/changeset/base/211866 Log: MFC r206615: remove .Pp where not needed Modified: stable/8/lib/libc/gen/confstr.3 stable/8/lib/libc/gen/sysconf.3 stable/8/lib/libc/gen/sysctl.3 stable/8/lib/libc/locale/isalnum.3 stable/8/lib/libc/locale/isalpha.3 Directory Properties: stable/8/lib/libc/ (props changed) stable/8/lib/libc/locale/ (props changed) Modified: stable/8/lib/libc/gen/confstr.3 ============================================================================== --- stable/8/lib/libc/gen/confstr.3 Fri Aug 27 09:33:26 2010 (r211865) +++ stable/8/lib/libc/gen/confstr.3 Fri Aug 27 09:35:05 2010 (r211866) @@ -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: stable/8/lib/libc/gen/sysconf.3 ============================================================================== --- stable/8/lib/libc/gen/sysconf.3 Fri Aug 27 09:33:26 2010 (r211865) +++ stable/8/lib/libc/gen/sysconf.3 Fri Aug 27 09:35:05 2010 (r211866) @@ -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: stable/8/lib/libc/gen/sysctl.3 ============================================================================== --- stable/8/lib/libc/gen/sysctl.3 Fri Aug 27 09:33:26 2010 (r211865) +++ stable/8/lib/libc/gen/sysctl.3 Fri Aug 27 09:35:05 2010 (r211866) @@ -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 xvnode no" .El -.Pp .Bl -tag -width 6n .It Li KERN_ARGMAX The maximum bytes of argument to @@ -539,7 +537,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. @@ -646,7 +643,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 @@ -736,7 +732,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: stable/8/lib/libc/locale/isalnum.3 ============================================================================== --- stable/8/lib/libc/locale/isalnum.3 Fri Aug 27 09:33:26 2010 (r211865) +++ stable/8/lib/libc/locale/isalnum.3 Fri Aug 27 09:35:05 2010 (r211866) @@ -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: stable/8/lib/libc/locale/isalpha.3 ============================================================================== --- stable/8/lib/libc/locale/isalpha.3 Fri Aug 27 09:33:26 2010 (r211865) +++ stable/8/lib/libc/locale/isalpha.3 Fri Aug 27 09:35:05 2010 (r211866) @@ -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''"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008270935.o7R9Z55J070501>