summaryrefslogtreecommitdiffstats
path: root/share/man/man5
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 /share/man/man5
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 'share/man/man5')
-rw-r--r--share/man/man5/elf.58
-rw-r--r--share/man/man5/link.56
-rw-r--r--share/man/man5/make.conf.51
-rw-r--r--share/man/man5/passwd.51
-rw-r--r--share/man/man5/quota.user.52
-rw-r--r--share/man/man5/resolver.51
6 files changed, 0 insertions, 19 deletions
diff --git a/share/man/man5/elf.5 b/share/man/man5/elf.5
index c534e2e..1d34dfe 100644
--- a/share/man/man5/elf.5
+++ b/share/man/man5/elf.5
@@ -134,7 +134,6 @@ typedef struct {
Elf32_Half e_shstrndx;
} Elf32_Ehdr;
.Ed
-.Pp
.Bd -literal -offset indent
typedef struct {
unsigned char e_ident[EI_NIDENT];
@@ -429,7 +428,6 @@ and
members.
As with the Elf executable header, the program header
also has different versions depending on the architecture:
-.Pp
.Bd -literal -offset indent
typedef struct {
Elf32_Word p_type;
@@ -442,7 +440,6 @@ typedef struct {
Elf32_Word p_align;
} Elf32_Phdr;
.Ed
-.Pp
.Bd -literal -offset indent
typedef struct {
Elf64_Word p_type;
@@ -658,7 +655,6 @@ typedef struct {
Elf32_Word sh_entsize;
} Elf32_Shdr;
.Ed
-.Pp
.Bd -literal -offset indent
typedef struct {
Elf64_Word sh_name;
@@ -1088,7 +1084,6 @@ An object file's symbol table holds information needed to locate and
relocate a program's symbolic definitions and references.
A symbol table
index is a subscript into this array.
-.Pp
.Bd -literal -offset indent
typedef struct {
Elf32_Word st_name;
@@ -1099,7 +1094,6 @@ typedef struct {
Elf32_Half st_shndx;
} Elf32_Sym;
.Ed
-.Pp
.Bd -literal -offset indent
typedef struct {
Elf64_Word st_name;
@@ -1227,7 +1221,6 @@ program image.
Relocation entries are these data.
.Pp
Relocation structures that do not need an addend:
-.Pp
.Bd -literal -offset indent
typedef struct {
Elf32_Addr r_offset;
@@ -1242,7 +1235,6 @@ typedef struct {
.Ed
.Pp
Relocation structures that need an addend:
-.Pp
.Bd -literal -offset indent
typedef struct {
Elf32_Addr r_offset;
diff --git a/share/man/man5/link.5 b/share/man/man5/link.5
index 73f0a45..ca3e811 100644
--- a/share/man/man5/link.5
+++ b/share/man/man5/link.5
@@ -177,7 +177,6 @@ struct section_dispatch_table {
long sdt_plt_sz;
};
.Ed
-.Pp
.Bl -tag -width sdt_filler1
.It Fa sdt_loaded
A pointer to the first link map loaded (see below).
@@ -242,7 +241,6 @@ struct sod {
long sod_next;
};
.Ed
-.Pp
.Bl -tag -width sod_library
.It Fa sod_name
The offset in the text segment of a string describing this link object.
@@ -356,7 +354,6 @@ struct rrs_hash {
int rh_next; /* next hash entry */
};
.Ed
-.Pp
.Bl -tag -width rh_symbolnum
.It Fa rh_symbolnum
The index of the symbol in the shared object's symbol table (as given by the
@@ -386,7 +383,6 @@ struct rt_symbol {
struct so_map *rt_smp;
};
.Ed
-.Pp
.Bl -tag -width rt_scraddr
.It Fa rt_sp
The symbol description.
@@ -427,7 +423,6 @@ struct so_debug {
struct rt_symbol *dd_cc;
};
.Ed
-.Pp
.Bl -tag -width dd_in_debugger
.It Fa dd_version
Version number of this interface.
@@ -563,7 +558,6 @@ Size of strings.
.It Fa hh_ehints
Maximum usable offset in hints file.
.El
-.Pp
.Bd -literal -offset indent
/*
* Hash table element in hints file.
diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5
index 9cc3c1d..0f9e70d 100644
--- a/share/man/man5/make.conf.5
+++ b/share/man/man5/make.conf.5
@@ -148,7 +148,6 @@ settings suggested by
.An "Bruce Evans" Aq bde@FreeBSD.org
for developing and testing changes.
They can be used, if set, by:
-.Pp
.Bd -literal -offset indent
CFLAGS+=${BDECFLAGS}
.Ed
diff --git a/share/man/man5/passwd.5 b/share/man/man5/passwd.5
index 2acef53..8b8772e 100644
--- a/share/man/man5/passwd.5
+++ b/share/man/man5/passwd.5
@@ -72,7 +72,6 @@ records, one per user, containing ten colon
separated
fields.
These fields are as follows:
-.Pp
.Bl -tag -width ".Ar password" -offset indent
.It Ar name
User's login name.
diff --git a/share/man/man5/quota.user.5 b/share/man/man5/quota.user.5
index 010b99c..f502a51 100644
--- a/share/man/man5/quota.user.5
+++ b/share/man/man5/quota.user.5
@@ -47,7 +47,6 @@ options in the
.Xr fstab 5
file.
.Pp
-.Pp
The data files contain the following information:
.Pp
.Bl -bullet -offset indent -compact
@@ -69,7 +68,6 @@ Block grace time remaining if over the soft limit
File grace time remaining if over the soft limit
.El
.Pp
-.Pp
See
.Xr edquota 8
for an explanation on the various limits and grace periods.
diff --git a/share/man/man5/resolver.5 b/share/man/man5/resolver.5
index 5c196f3..cbbd34c 100644
--- a/share/man/man5/resolver.5
+++ b/share/man/man5/resolver.5
@@ -126,7 +126,6 @@ The syntax is
where
.Sy option
is one of the following:
-.Pp
.Bl -tag -width no_tld_query
.It Sy debug
sets
OpenPOWER on IntegriCloud