summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2012-03-25 12:13:24 +0000
committerjoel <joel@FreeBSD.org>2012-03-25 12:13:24 +0000
commit39c40cce12eb24c548affde3ed07fe9647a175ba (patch)
treefc1b17edfa60aba0992a05eff2f94422821c9042 /lib/libc
parent1c68d75a62732e4a0c91cb49c1776151ea8385d2 (diff)
downloadFreeBSD-src-39c40cce12eb24c548affde3ed07fe9647a175ba.zip
FreeBSD-src-39c40cce12eb24c548affde3ed07fe9647a175ba.tar.gz
Remove superfluous paragraph macro.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/locale/iscntrl.31
-rw-r--r--lib/libc/locale/isdigit.31
-rw-r--r--lib/libc/locale/isgraph.31
-rw-r--r--lib/libc/locale/islower.31
-rw-r--r--lib/libc/locale/isprint.31
-rw-r--r--lib/libc/locale/ispunct.31
-rw-r--r--lib/libc/locale/isspace.31
-rw-r--r--lib/libc/locale/isupper.31
-rw-r--r--lib/libc/locale/isxdigit.31
-rw-r--r--lib/libc/locale/xlocale.31
-rw-r--r--lib/libc/net/inet_net.31
-rw-r--r--lib/libc/net/nsdispatch.31
-rw-r--r--lib/libc/net/sctp_getassocid.31
-rw-r--r--lib/libc/posix1e/acl_to_text.31
-rw-r--r--lib/libc/sys/cpuset_getaffinity.21
-rw-r--r--lib/libc/sys/pathconf.21
-rw-r--r--lib/libc/sys/posix_fadvise.21
-rw-r--r--lib/libc/sys/posix_fallocate.21
-rw-r--r--lib/libc/sys/sctp_peeloff.21
-rw-r--r--lib/libc/sys/shm_open.21
20 files changed, 0 insertions, 20 deletions
diff --git a/lib/libc/locale/iscntrl.3 b/lib/libc/locale/iscntrl.3
index 21b98a7..54379a4 100644
--- a/lib/libc/locale/iscntrl.3
+++ b/lib/libc/locale/iscntrl.3
@@ -57,7 +57,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 "\&000\ NUL \t001\ SOH \t002\ STX \t003\ ETX \t004\ EOT"
.It "\&005\ ENQ \t006\ ACK \t007\ BEL \t010\ BS \t011\ HT"
diff --git a/lib/libc/locale/isdigit.3 b/lib/libc/locale/isdigit.3
index 961d7e1..c36f878 100644
--- a/lib/libc/locale/isdigit.3
+++ b/lib/libc/locale/isdigit.3
@@ -55,7 +55,6 @@ The
.Fn isdigit
function tests for a decimal digit character.
Regardless of locale, this includes the following characters only:
-.Pp
.Bl -column \&``0''______ \&``0''______ \&``0''______ \&``0''______ \&``0''______
.It "\&``0''\t``1''\t``2''\t``3''\t``4''"
.It "\&``5''\t``6''\t``7''\t``8''\t``9''"
diff --git a/lib/libc/locale/isgraph.3 b/lib/libc/locale/isgraph.3
index ec304d0..2f69825 100644
--- a/lib/libc/locale/isgraph.3
+++ b/lib/libc/locale/isgraph.3
@@ -58,7 +58,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 "\&041\ ``!'' \t042\ ``""'' \t043\ ``#'' \t044\ ``$'' \t045\ ``%''"
.It "\&046\ ``&'' \t047\ ``''' \t050\ ``('' \t051\ ``)'' \t052\ ``*''"
diff --git a/lib/libc/locale/islower.3 b/lib/libc/locale/islower.3
index d72e7cf..fdf520a 100644
--- a/lib/libc/locale/islower.3
+++ b/lib/libc/locale/islower.3
@@ -55,7 +55,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 "\&141\ ``a'' \t142\ ``b'' \t143\ ``c'' \t144\ ``d'' \t145\ ``e''"
.It "\&146\ ``f'' \t147\ ``g'' \t150\ ``h'' \t151\ ``i'' \t152\ ``j''"
diff --git a/lib/libc/locale/isprint.3 b/lib/libc/locale/isprint.3
index d8adf1d..f6039d1 100644
--- a/lib/libc/locale/isprint.3
+++ b/lib/libc/locale/isprint.3
@@ -56,7 +56,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 "\&040\ sp \t041\ ``!'' \t042\ ``""'' \t043\ ``#'' \t044\ ``$''"
.It "\&045\ ``%'' \t046\ ``&'' \t047\ ``''' \t050\ ``('' \t051\ ``)''"
diff --git a/lib/libc/locale/ispunct.3 b/lib/libc/locale/ispunct.3
index aa02461..944fc72 100644
--- a/lib/libc/locale/ispunct.3
+++ b/lib/libc/locale/ispunct.3
@@ -60,7 +60,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 "\&041\ ``!'' \t042\ ``""'' \t043\ ``#'' \t044\ ``$'' \t045\ ``%''"
.It "\&046\ ``&'' \t047\ ``''' \t050\ ``('' \t051\ ``)'' \t052\ ``*''"
diff --git a/lib/libc/locale/isspace.3 b/lib/libc/locale/isspace.3
index eab6cfc..8dc9e76 100644
--- a/lib/libc/locale/isspace.3
+++ b/lib/libc/locale/isspace.3
@@ -49,7 +49,6 @@ The
.Fn isspace
function tests for white-space characters.
For any locale, this includes the following standard characters:
-.Pp
.Bl -column \&`\et''___ \&``\et''___ \&``\et''___ \&``\et''___ \&``\et''___ \&``\et''___
.It "\&``\et''\t``\en''\t``\ev''\t``\ef''\t``\er''\t`` ''"
.El
diff --git a/lib/libc/locale/isupper.3 b/lib/libc/locale/isupper.3
index 6aeb5ac..2e63d44 100644
--- a/lib/libc/locale/isupper.3
+++ b/lib/libc/locale/isupper.3
@@ -55,7 +55,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''"
diff --git a/lib/libc/locale/isxdigit.3 b/lib/libc/locale/isxdigit.3
index 1fb54bf..84fe179 100644
--- a/lib/libc/locale/isxdigit.3
+++ b/lib/libc/locale/isxdigit.3
@@ -51,7 +51,6 @@ The
.Fn isxdigit
function tests for any hexadecimal-digit character.
Regardless of locale, this includes the following characters only:
-.Pp
.Bl -column \&``0''______ \&``0''______ \&``0''______ \&``0''______ \&``0''______
.It "\&``0''\t``1''\t``2''\t``3''\t``4''"
.It "\&``5''\t``6''\t``7''\t``8''\t``9''"
diff --git a/lib/libc/locale/xlocale.3 b/lib/libc/locale/xlocale.3
index 7172ad5..debe7f5 100644
--- a/lib/libc/locale/xlocale.3
+++ b/lib/libc/locale/xlocale.3
@@ -118,7 +118,6 @@ which defines
For reference,
a complete list of the locale-aware functions that are available in this form,
along with the headers that expose them, is provided here:
-.Pp
.Bl -tag -width "<monetary.h> "
.It In wctype.h
.Xr iswalnum_l 3 ,
diff --git a/lib/libc/net/inet_net.3 b/lib/libc/net/inet_net.3
index 1da5975..9a12cc7 100644
--- a/lib/libc/net/inet_net.3
+++ b/lib/libc/net/inet_net.3
@@ -95,7 +95,6 @@ The
argument
is the size of the result buffer
.Fa dst .
-.Pp
.Sh NETWORK NUMBERS (IP VERSION 4)
Internet network numbers may be specified in one of the following forms:
.Bd -literal -offset indent
diff --git a/lib/libc/net/nsdispatch.3 b/lib/libc/net/nsdispatch.3
index 2fd9ec9..088456c 100644
--- a/lib/libc/net/nsdispatch.3
+++ b/lib/libc/net/nsdispatch.3
@@ -183,7 +183,6 @@ While there is support for arbitrary sources, the following
Refer to
.Xr nsswitch.conf 5
for a complete description of what each source type is.
-.Pp
.Ss Method return values
The
.Vt nss_method
diff --git a/lib/libc/net/sctp_getassocid.3 b/lib/libc/net/sctp_getassocid.3
index 909b9c7..27ae324 100644
--- a/lib/libc/net/sctp_getassocid.3
+++ b/lib/libc/net/sctp_getassocid.3
@@ -51,7 +51,6 @@ The
call attempts to look up the specified socket address
.Fa addr
and find the respective association identification.
-.Pp
.Sh RETURN VALUES
The call returns the association id upon success and
0 is returned upon failure.
diff --git a/lib/libc/posix1e/acl_to_text.3 b/lib/libc/posix1e/acl_to_text.3
index 46ae421..8491e32 100644
--- a/lib/libc/posix1e/acl_to_text.3
+++ b/lib/libc/posix1e/acl_to_text.3
@@ -66,7 +66,6 @@ flag is given.
The flags specified are formed by
.Em or Ns 'ing
the following values
-.Pp
.Bl -column -offset 3n "ACL_TEXT_NUMERIC_IDS"
.It ACL_TEXT_VERBOSE Format ACL using verbose form
.It ACL_TEXT_NUMERIC_IDS Do not resolve IDs into user or group names
diff --git a/lib/libc/sys/cpuset_getaffinity.2 b/lib/libc/sys/cpuset_getaffinity.2
index 5c75b92..bc86267 100644
--- a/lib/libc/sys/cpuset_getaffinity.2
+++ b/lib/libc/sys/cpuset_getaffinity.2
@@ -108,7 +108,6 @@ and
.Fa id
to the value in
.Fa mask .
-.Pp
.Sh RETURN VALUES
.Rv -std
.Sh ERRORS
diff --git a/lib/libc/sys/pathconf.2 b/lib/libc/sys/pathconf.2
index 3cfcdbc..cbdb3c1 100644
--- a/lib/libc/sys/pathconf.2
+++ b/lib/libc/sys/pathconf.2
@@ -87,7 +87,6 @@ while
returns information about the file the link references.
.Pp
The available values are as follows:
-.Pp
.Bl -tag -width 6n
.It Li _PC_LINK_MAX
The maximum file link count.
diff --git a/lib/libc/sys/posix_fadvise.2 b/lib/libc/sys/posix_fadvise.2
index 864e325..37453ff 100644
--- a/lib/libc/sys/posix_fadvise.2
+++ b/lib/libc/sys/posix_fadvise.2
@@ -89,7 +89,6 @@ descriptor has the
.Dv O_DIRECT
flag enabled.
.El
-.Pp
.Sh RETURN VALUES
.Rv -std posix_fadvise
.Sh ERRORS
diff --git a/lib/libc/sys/posix_fallocate.2 b/lib/libc/sys/posix_fallocate.2
index fbeb6d3..087c68c 100644
--- a/lib/libc/sys/posix_fallocate.2
+++ b/lib/libc/sys/posix_fallocate.2
@@ -79,7 +79,6 @@ may be freed by a successful call to
that reduces the file size to a size smaller than
.Fa offset +
.Fa len .
-.Pp
.Sh RETURN VALUES
If successful,
.Fn posix_fallocate
diff --git a/lib/libc/sys/sctp_peeloff.2 b/lib/libc/sys/sctp_peeloff.2
index d94f280..2cc9c93 100644
--- a/lib/libc/sys/sctp_peeloff.2
+++ b/lib/libc/sys/sctp_peeloff.2
@@ -51,7 +51,6 @@ The
system call attempts detach the association specified by
.Fa id
into its own separate socket.
-.Pp
.Sh RETURN VALUES
The call returns -1 on failure and the new socket descriptor
upon success.
diff --git a/lib/libc/sys/shm_open.2 b/lib/libc/sys/shm_open.2
index a2fa502..cc12132 100644
--- a/lib/libc/sys/shm_open.2
+++ b/lib/libc/sys/shm_open.2
@@ -139,7 +139,6 @@ The
.Fn shm_unlink
system call removes a shared memory object named
.Fa path .
-.Pp
.Sh RETURN VALUES
If successful,
.Fn shm_open
OpenPOWER on IntegriCloud