diff --git a/man1/ldd.1 b/man1/ldd.1 index 350993221..60651f217 100644 --- a/man1/ldd.1 +++ b/man1/ldd.1 @@ -18,7 +18,7 @@ ldd \- print shared object dependencies .BR ldd " [\fIoption\fP]... \fIfile\fP..." .SH DESCRIPTION .B ldd -prints the shared objects (shared libraries) required by each program or +prints the shared objects (shared libraries) required by each program or shared object specified on the command line. .SS Security In the usual case, diff --git a/man2/bpf.2 b/man2/bpf.2 index 93ff7ece2..385d44a61 100644 --- a/man2/bpf.2 +++ b/man2/bpf.2 @@ -815,7 +815,7 @@ format of .I "struct bpf_context" (which is the data blob passed into the eBPF program as the first argument). .\" -.\" FIXME +.\" FIXME .\" Somehere in this page we need a general introduction to the .\" bpf_context. For example, how does a BPF program access the .\" context? diff --git a/man2/sched_get_priority_max.2 b/man2/sched_get_priority_max.2 index aef3c71f8..3747b79ab 100644 --- a/man2/sched_get_priority_max.2 +++ b/man2/sched_get_priority_max.2 @@ -79,7 +79,7 @@ thus it is a good idea for portable applications to use a virtual priority range and map it to the interval given by .BR sched_get_priority_max () and -.BR sched_get_priority_min +.BR sched_get_priority_min POSIX.1 requires .\" POSIX.1-2001, POSIX.1-2008 (XBD 2.8.4) a spread of at least 32 between the maximum and the minimum values for diff --git a/man3/dladdr.3 b/man3/dladdr.3 index 6cd4c1ca5..33fcc0172 100644 --- a/man3/dladdr.3 +++ b/man3/dladdr.3 @@ -137,7 +137,7 @@ as: .in +4n .nf -typedef struct { +typedef struct { Elf64_Word st_name; /* Symbol name */ unsigned char st_info; /* Symbol type and binding */ unsigned char st_other; /* Symbol visibility */ diff --git a/man3/dlinfo.3 b/man3/dlinfo.3 index 7b049abd0..646f88ab1 100644 --- a/man3/dlinfo.3 +++ b/man3/dlinfo.3 @@ -41,7 +41,7 @@ The .BR dlinfo () function obtains information about the dynamically loaded object referred to by -.IR handle +.IR handle (typically obtained by an earlier call to .BR dlopen (3) or