summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2010-10-08 12:40:16 +0000
committeruqs <uqs@FreeBSD.org>2010-10-08 12:40:16 +0000
commit8ae3afcfad3d809ecc914f65e53a58e795268f62 (patch)
treeb3bc1578c597e5672077e41ccd208441fd2d7f64 /lib/libc
parentf987d108ff49e7a674821ea62a05be912a3e1c04 (diff)
downloadFreeBSD-src-8ae3afcfad3d809ecc914f65e53a58e795268f62.zip
FreeBSD-src-8ae3afcfad3d809ecc914f65e53a58e795268f62.tar.gz
mdoc: drop redundant .Pp and .LP calls
They have no effect when coming in pairs, or before .Bl/.Bd
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/confstr.31
-rw-r--r--lib/libc/gen/getcap.31
-rw-r--r--lib/libc/gen/stringlist.31
-rw-r--r--lib/libc/gen/sysctl.31
-rw-r--r--lib/libc/locale/localeconv.31
-rw-r--r--lib/libc/locale/setlocale.31
-rw-r--r--lib/libc/net/getnetent.31
-rw-r--r--lib/libc/net/getprotoent.31
-rw-r--r--lib/libc/net/nsdispatch.32
-rw-r--r--lib/libc/posix1e/acl_add_flag_np.31
-rw-r--r--lib/libc/posix1e/acl_add_perm.32
-rw-r--r--lib/libc/posix1e/acl_get.31
-rw-r--r--lib/libc/posix1e/acl_set.31
-rw-r--r--lib/libc/posix1e/acl_set_entry_type_np.31
-rw-r--r--lib/libc/posix1e/acl_set_tag_type.31
-rw-r--r--lib/libc/regex/re_format.71
-rw-r--r--lib/libc/stdlib/malloc.31
-rw-r--r--lib/libc/stdlib/strtod.31
-rw-r--r--lib/libc/sys/aio_read.21
-rw-r--r--lib/libc/sys/aio_write.21
-rw-r--r--lib/libc/sys/clock_gettime.21
-rw-r--r--lib/libc/sys/gettimeofday.21
-rw-r--r--lib/libc/sys/kldstat.21
-rw-r--r--lib/libc/sys/kldsym.21
-rw-r--r--lib/libc/sys/kqueue.21
-rw-r--r--lib/libc/sys/modstat.21
-rw-r--r--lib/libc/sys/recv.22
-rw-r--r--lib/libc/sys/sched_setscheduler.21
-rw-r--r--lib/libc/uuid/uuid.31
29 files changed, 0 insertions, 32 deletions
diff --git a/lib/libc/gen/confstr.3 b/lib/libc/gen/confstr.3
index 3066aae..9ca4250 100644
--- a/lib/libc/gen/confstr.3
+++ b/lib/libc/gen/confstr.3
@@ -77,7 +77,6 @@ has a value, up to
The copied value is always null terminated.
.Pp
The available values are as follows:
-.Pp
.Bl -tag -width 6n
.It Li _CS_PATH
Return a value for the
diff --git a/lib/libc/gen/getcap.3 b/lib/libc/gen/getcap.3
index 58aa757..73826ae 100644
--- a/lib/libc/gen/getcap.3
+++ b/lib/libc/gen/getcap.3
@@ -415,7 +415,6 @@ type `^') and any other value bindings are hidden.
The capability abc
also has two values bound but only a value of type `$' is prevented from
being defined in the capability record more.
-.Pp
.Bd -unfilled -offset indent
file1:
new\||\|new_record\||\|a modification of "old":\e
diff --git a/lib/libc/gen/stringlist.3 b/lib/libc/gen/stringlist.3
index c55b77d..82465b6 100644
--- a/lib/libc/gen/stringlist.3
+++ b/lib/libc/gen/stringlist.3
@@ -66,7 +66,6 @@ typedef struct _stringlist {
size_t sl_cur;
} StringList;
.Ed
-.Pp
.Bl -tag -width "sl_str" -offset indent
.It Va sl_str
a pointer to the base of the array containing the list.
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3
index 9eba624..a841545 100644
--- a/lib/libc/gen/sysctl.3
+++ b/lib/libc/gen/sysctl.3
@@ -183,7 +183,6 @@ The top level names are defined with a CTL_ prefix in
and are as follows.
The next and subsequent levels down are found in the include files
listed here, and described in separate sections below.
-.Pp
.Bl -column CTLXMACHDEPXXX "Next level namesXXXXXX" -offset indent
.It Sy "Name Next level names Description"
.It "CTL_DEBUG sys/sysctl.h Debugging"
diff --git a/lib/libc/locale/localeconv.3 b/lib/libc/locale/localeconv.3
index e03515e..c4b5746 100644
--- a/lib/libc/locale/localeconv.3
+++ b/lib/libc/locale/localeconv.3
@@ -80,7 +80,6 @@ struct lconv {
.Ed
.Pp
The individual fields have the following meanings:
-.Pp
.Bl -tag -width mon_decimal_point
.It Va decimal_point
The decimal point character, except for currency values,
diff --git a/lib/libc/locale/setlocale.3 b/lib/libc/locale/setlocale.3
index 41937ca..e0d06e8 100644
--- a/lib/libc/locale/setlocale.3
+++ b/lib/libc/locale/setlocale.3
@@ -57,7 +57,6 @@ The
.Fn setlocale
function recognizes several categories of routines.
These are the categories and the sets of routines they select:
-.Pp
.Bl -tag -width LC_MONETARY
.It Dv LC_ALL
Set the entire locale generically.
diff --git a/lib/libc/net/getnetent.3 b/lib/libc/net/getnetent.3
index f408f76..2e9cd33 100644
--- a/lib/libc/net/getnetent.3
+++ b/lib/libc/net/getnetent.3
@@ -72,7 +72,6 @@ system.
The order of the lookups is controlled by the
`networks' entry in
.Xr nsswitch.conf 5 .
-.Pp
.Bd -literal -offset indent
struct netent {
char *n_name; /* official name of net */
diff --git a/lib/libc/net/getprotoent.3 b/lib/libc/net/getprotoent.3
index b3ded5d..9f9e00d 100644
--- a/lib/libc/net/getprotoent.3
+++ b/lib/libc/net/getprotoent.3
@@ -64,7 +64,6 @@ following structure
containing the broken-out
fields of a line in the network protocol data base,
.Pa /etc/protocols .
-.Pp
.Bd -literal -offset indent
struct protoent {
char *p_name; /* official name of protocol */
diff --git a/lib/libc/net/nsdispatch.3 b/lib/libc/net/nsdispatch.3
index 8ae7540..d1d8d5a 100644
--- a/lib/libc/net/nsdispatch.3
+++ b/lib/libc/net/nsdispatch.3
@@ -85,7 +85,6 @@ typedef struct _ns_dtab {
void *mdata;
} ns_dtab;
.Ed
-.Pp
.Bd -ragged -offset indent
The
.Fa dtab
@@ -133,7 +132,6 @@ typedef struct _ns_src {
u_int32_t flags;
} ns_src;
.Ed
-.Pp
.Bd -ragged -offset indent
The
.Fa defaults
diff --git a/lib/libc/posix1e/acl_add_flag_np.3 b/lib/libc/posix1e/acl_add_flag_np.3
index 3acde6b..7ae83e2 100644
--- a/lib/libc/posix1e/acl_add_flag_np.3
+++ b/lib/libc/posix1e/acl_add_flag_np.3
@@ -51,7 +51,6 @@ Note: it is not considered an error to attempt to add flags
that already exist in the flagset.
.Pp
Valid values are:
-.Pp
.Bl -column -offset 3n "ACL_ENTRY_NO_PROPAGATE_INHERIT"
.It ACL_ENTRY_FILE_INHERIT Will be inherited by files.
.It ACL_ENTRY_DIRECTORY_INHERIT Will be inherited by directories.
diff --git a/lib/libc/posix1e/acl_add_perm.3 b/lib/libc/posix1e/acl_add_perm.3
index 336e55e..beb5f98 100644
--- a/lib/libc/posix1e/acl_add_perm.3
+++ b/lib/libc/posix1e/acl_add_perm.3
@@ -51,7 +51,6 @@ Note: it is not considered an error to attempt to add permissions
that already exist in the permission set.
.Pp
For POSIX.1e ACLs, valid values are:
-.Pp
.Bl -column -offset 3n "ACL_WRITE_NAMED_ATTRS"
.It ACL_EXECUTE Execute permission
.It ACL_WRITE Write permission
@@ -59,7 +58,6 @@ For POSIX.1e ACLs, valid values are:
.El
.Pp
For NFSv4 ACLs, valid values are:
-.Pp
.Bl -column -offset 3n "ACL_WRITE_NAMED_ATTRS"
.It ACL_READ_DATA Read permission
.It ACL_LIST_DIRECTORY Same as ACL_READ_DATA
diff --git a/lib/libc/posix1e/acl_get.3 b/lib/libc/posix1e/acl_get.3
index 651709f..ae0c48d 100644
--- a/lib/libc/posix1e/acl_get.3
+++ b/lib/libc/posix1e/acl_get.3
@@ -95,7 +95,6 @@ decisions.
Valid values for the
.Va type
argument are:
-.Pp
.Bl -column -offset 3n "ACL_TYPE_DEFAULT"
.It ACL_TYPE_ACCESS POSIX.1e access ACL
.It ACL_TYPE_DEFAULT POSIX.1e default ACL
diff --git a/lib/libc/posix1e/acl_set.3 b/lib/libc/posix1e/acl_set.3
index a6134fe..7450dc9 100644
--- a/lib/libc/posix1e/acl_set.3
+++ b/lib/libc/posix1e/acl_set.3
@@ -79,7 +79,6 @@ path is a symlink.
Valid values for the
.Va type
argument are:
-.Pp
.Bl -column -offset 3n "ACL_TYPE_DEFAULT"
.It ACL_TYPE_ACCESS POSIX.1e access ACL
.It ACL_TYPE_DEFAULT POSIX.1e default ACL
diff --git a/lib/libc/posix1e/acl_set_entry_type_np.3 b/lib/libc/posix1e/acl_set_entry_type_np.3
index 9f69bab..bda0c48 100644
--- a/lib/libc/posix1e/acl_set_entry_type_np.3
+++ b/lib/libc/posix1e/acl_set_entry_type_np.3
@@ -48,7 +48,6 @@ to the value referred to by
.Fa entry_type .
.Pp
Valid values are:
-.Pp
.Bl -column -offset 3n "ACL_ENTRY_TYPE_ALLOW"
.It ACL_ENTRY_TYPE_ALLOW "allow" type entry
.It ACL_ENTRY_TYPE_DENY "deny" type entry
diff --git a/lib/libc/posix1e/acl_set_tag_type.3 b/lib/libc/posix1e/acl_set_tag_type.3
index 2568922..88aad72 100644
--- a/lib/libc/posix1e/acl_set_tag_type.3
+++ b/lib/libc/posix1e/acl_set_tag_type.3
@@ -48,7 +48,6 @@ to the value of
.Fa tag_type .
.Pp
Valid values are:
-.Pp
.Bl -column -offset 3n "ACL_OTHER_OBJ"
.It ACL_USER_OBJ Permissions apply to file owner
.It ACL_USER Permissions apply to additional user specified by qualifier
diff --git a/lib/libc/regex/re_format.7 b/lib/libc/regex/re_format.7
index 463c6a2..a2a527d 100644
--- a/lib/libc/regex/re_format.7
+++ b/lib/libc/regex/re_format.7
@@ -275,7 +275,6 @@ and
stands for the list of all characters belonging to that
class.
Standard character class names are:
-.Pp
.Bl -column "alnum" "digit" "xdigit" -offset indent
.It Em "alnum digit punct"
.It Em "alpha graph space"
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3
index 2f21b6a..9f49b2e 100644
--- a/lib/libc/stdlib/malloc.3
+++ b/lib/libc/stdlib/malloc.3
@@ -550,7 +550,6 @@ allocation functions.
.El
.Sh EXAMPLES
To dump core whenever a problem occurs:
-.Pp
.Bd -literal -offset indent
ln -s 'A' /etc/malloc.conf
.Ed
diff --git a/lib/libc/stdlib/strtod.3 b/lib/libc/stdlib/strtod.3
index a6e8af8..e19e5fe 100644
--- a/lib/libc/stdlib/strtod.3
+++ b/lib/libc/stdlib/strtod.3
@@ -173,7 +173,6 @@ conforms to
.Sh AUTHORS
The author of this software is
.An David M. Gay .
-.Pp
.Bd -literal
Copyright (c) 1998 by Lucent Technologies
All Rights Reserved
diff --git a/lib/libc/sys/aio_read.2 b/lib/libc/sys/aio_read.2
index 2c78040..ddf4f76 100644
--- a/lib/libc/sys/aio_read.2
+++ b/lib/libc/sys/aio_read.2
@@ -136,7 +136,6 @@ system call must be called, and will return -1, and
must be called to determine the actual value that would have been
returned in
.Va errno .
-.Pp
.Bl -tag -width Er
.It Bq Er EBADF
The
diff --git a/lib/libc/sys/aio_write.2 b/lib/libc/sys/aio_write.2
index dd1e0f5..291fd71 100644
--- a/lib/libc/sys/aio_write.2
+++ b/lib/libc/sys/aio_write.2
@@ -140,7 +140,6 @@ system call must be called, and will return -1, and
must be called to determine the actual value that would have been
returned in
.Va errno .
-.Pp
.Bl -tag -width Er
.It Bq Er EBADF
The
diff --git a/lib/libc/sys/clock_gettime.2 b/lib/libc/sys/clock_gettime.2
index a2fa624..583cc8f 100644
--- a/lib/libc/sys/clock_gettime.2
+++ b/lib/libc/sys/clock_gettime.2
@@ -102,7 +102,6 @@ The structure pointed to by
is defined in
.In sys/timespec.h
as:
-.Pp
.Bd -literal
struct timespec {
time_t tv_sec; /* seconds */
diff --git a/lib/libc/sys/gettimeofday.2 b/lib/libc/sys/gettimeofday.2
index 9ffd0b3..23cc059 100644
--- a/lib/libc/sys/gettimeofday.2
+++ b/lib/libc/sys/gettimeofday.2
@@ -75,7 +75,6 @@ and
are defined in
.In sys/time.h
as:
-.Pp
.Bd -literal
struct timeval {
time_t tv_sec; /* seconds */
diff --git a/lib/libc/sys/kldstat.2 b/lib/libc/sys/kldstat.2
index 88f3781..0d28928 100644
--- a/lib/libc/sys/kldstat.2
+++ b/lib/libc/sys/kldstat.2
@@ -56,7 +56,6 @@ struct kld_file_stat {
char pathname[MAXPATHLEN];
};
.Ed
-.Pp
.Bl -tag -width XXXaddress
.It version
This field is set to the size of the structure mentioned above by the code
diff --git a/lib/libc/sys/kldsym.2 b/lib/libc/sys/kldsym.2
index acd6fcd..917a92a 100644
--- a/lib/libc/sys/kldsym.2
+++ b/lib/libc/sys/kldsym.2
@@ -55,7 +55,6 @@ implemented is
The
.Fa data
argument is of the following structure:
-.Pp
.Bd -literal -offset indent
struct kld_sym_lookup {
int version; /* sizeof(struct kld_sym_lookup) */
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2
index 74cd72a..a1b6177 100644
--- a/lib/libc/sys/kqueue.2
+++ b/lib/libc/sys/kqueue.2
@@ -251,7 +251,6 @@ Takes a descriptor as the identifier, and returns whenever
there is data available to read.
The behavior of the filter is slightly different depending
on the descriptor type.
-.Pp
.Bl -tag -width 2n
.It Sockets
Sockets which have previously been passed to
diff --git a/lib/libc/sys/modstat.2 b/lib/libc/sys/modstat.2
index 439cce7..5f106b4 100644
--- a/lib/libc/sys/modstat.2
+++ b/lib/libc/sys/modstat.2
@@ -60,7 +60,6 @@ typedef union modspecific {
u_long ulongval;
} modspecific_t;
.Ed
-.Pp
.Bl -tag -width XXXaddress
.It version
This field is set to the size of the structure mentioned above by the code
diff --git a/lib/libc/sys/recv.2 b/lib/libc/sys/recv.2
index e45863e..66f311f 100644
--- a/lib/libc/sys/recv.2
+++ b/lib/libc/sys/recv.2
@@ -165,7 +165,6 @@ system call uses a
structure to minimize the number of directly supplied arguments.
This structure has the following form, as defined in
.In sys/socket.h :
-.Pp
.Bd -literal
struct msghdr {
void *msg_name; /* optional address */
@@ -242,7 +241,6 @@ should be a structure of type
which is defined in
.In sys/socket.h
as follows:
-.Pp
.Bd -literal
struct cmsgcred {
pid_t cmcred_pid; /* PID of sending process */
diff --git a/lib/libc/sys/sched_setscheduler.2 b/lib/libc/sys/sched_setscheduler.2
index 21b34e0..3e7c42b 100644
--- a/lib/libc/sys/sched_setscheduler.2
+++ b/lib/libc/sys/sched_setscheduler.2
@@ -95,7 +95,6 @@ The
.Vt sched_param
structure is defined in
.Fa <sched.h> :
-.Pp
.Bd -literal -offset indent
struct sched_param {
int sched_priority; /* scheduling priority */
diff --git a/lib/libc/uuid/uuid.3 b/lib/libc/uuid/uuid.3
index 471629f..4d10204 100644
--- a/lib/libc/uuid/uuid.3
+++ b/lib/libc/uuid/uuid.3
@@ -108,7 +108,6 @@ the
.Fa status
argument.
Possible values are:
-.Pp
.Bl -tag -width ".Dv uuid_s_invalid_string_uuid"
.It Dv uuid_s_ok
The function completed successfully.
OpenPOWER on IntegriCloud