aboutsummaryrefslogtreecommitdiffstats
path: root/man7
diff options
context:
space:
mode:
Diffstat (limited to 'man7')
-rw-r--r--man7/attributes.711
-rw-r--r--man7/bootparam.71
-rw-r--r--man7/capabilities.71
-rw-r--r--man7/feature_test_macros.71
-rw-r--r--man7/icmp.71
-rw-r--r--man7/man-pages.72
-rw-r--r--man7/netlink.71
-rw-r--r--man7/path_resolution.71
-rw-r--r--man7/pipe.72
-rw-r--r--man7/socket.71
-rw-r--r--man7/unix.73
-rw-r--r--man7/vdso.72
12 files changed, 8 insertions, 19 deletions
diff --git a/man7/attributes.7 b/man7/attributes.7
index 3d91b7b19f..d53252bf1a 100644
--- a/man7/attributes.7
+++ b/man7/attributes.7
@@ -98,7 +98,7 @@ safe for inlining.
.\" but does document which functions are presently AC-Safe.
.\" This documentation is provided for use
.\" by the GNU C Library developers.
-
+.\"
.\" Just like signal handlers, cancellation cleanup routines must configure
.\" the floating point environment they require.
.\" The routines cannot assume a floating point environment,
@@ -345,7 +345,7 @@ Calling such a function at least once in single-threaded mode removes
this specific cause for the function to be regarded as MT-Unsafe.
If no other cause for that remains,
the function can then be safely called after other threads are started.
-
+.\"
.\" Functions marked with
.\" .I init
.\" as an AS-Unsafe or AC-Unsafe feature use the GNU C Library internal
@@ -386,7 +386,7 @@ In some cases,
the objects are passed to the functions by users;
in others, they are used by the functions to return values to users;
in others, they are not even exposed to users.
-
+.\"
.\" We consider access to objects passed as (indirect) arguments to
.\" functions to be data race free.
.\" The assurance of data race free objects
@@ -563,7 +563,7 @@ Holding a non-recursive mutex while calling all functions that use the same
temporary signal;
blocking that signal before the call and resetting its
handler afterwards is recommended.
-
+.\"
.\" There is no safe way to guarantee the original signal handler is
.\" restored in case of asynchronous cancellation,
.\" therefore so-marked functions are also AC-Unsafe.
@@ -609,7 +609,7 @@ is a file descriptor for the controlling terminal.
The caller may use a single mutex for simplicity,
or use one mutex per terminal,
even if referenced by different file descriptors.
-
+.\"
.\" Functions marked with
.\" .I term
.\" as an AC-Safety issue are supposed to
@@ -656,7 +656,6 @@ are running or asynchronous signals are enabled,
and so the locale can be considered effectively constant
in these contexts,
which makes the former safe.
-
.\" Should the locking strategy suggested under @code{const} be used,
.\" failure to guard locale uses is not as fatal as data races in
.\" general: unguarded uses will @emph{not} follow dangling pointers or
diff --git a/man7/bootparam.7 b/man7/bootparam.7
index 4bea3eacab..cd4f8962a4 100644
--- a/man7/bootparam.7
+++ b/man7/bootparam.7
@@ -182,7 +182,6 @@ as read/write capable, for example, by 'mount \-w \-n \-o remount /'.
The 'rw' option tells the kernel to mount the root filesystem read/write.
This is the default.
-
.TP
.B "'resume=...'"
This tells the kernel the location of the suspend-to-disk data that you want the machine to resume from after hibernation.
diff --git a/man7/capabilities.7 b/man7/capabilities.7
index e634b88583..48b3720557 100644
--- a/man7/capabilities.7
+++ b/man7/capabilities.7
@@ -108,7 +108,6 @@ Invoke
.BR open_by_handle_at (2).
.RE
.PD
-
.TP
.B CAP_FOWNER
.PD 0
diff --git a/man7/feature_test_macros.7 b/man7/feature_test_macros.7
index e6457e495a..29cf1d5505 100644
--- a/man7/feature_test_macros.7
+++ b/man7/feature_test_macros.7
@@ -387,7 +387,6 @@ On glibc 2.19 and earlier, these defaults were approximately equivalent
to explicitly defining the following:
cc \-D_BSD_SOURCE \-D_SVID_SOURCE \-D_POSIX_C_SOURCE=200809
-
.TP
.BR _ATFILE_SOURCE " (since glibc 2.4)"
Defining this macro with any value causes header files to expose
diff --git a/man7/icmp.7 b/man7/icmp.7
index 05e1adf7ac..9db5ddfd2c 100644
--- a/man7/icmp.7
+++ b/man7/icmp.7
@@ -129,7 +129,6 @@ Default mask: 0000001100000011000 (0x1818)
Bit definitions (see the Linux kernel source file
.IR include/linux/icmp.h ):
-
.RS 12
.TS
l l.
diff --git a/man7/man-pages.7 b/man7/man-pages.7
index c210968128..4e1e5481e2 100644
--- a/man7/man-pages.7
+++ b/man7/man-pages.7
@@ -601,7 +601,7 @@ language requirements (e.g., identifier names) dictate otherwise.
For example:
.SS Unicode under Linux
-
+.\"
.SS Indentation of structure definitions, shell session logs, and so on
When structure definitions, shell session logs, and so on are included
in running text, indent them by 4 spaces (i.e., a block enclosed by
diff --git a/man7/netlink.7 b/man7/netlink.7
index 179f4eb42f..513f854f5a 100644
--- a/man7/netlink.7
+++ b/man7/netlink.7
@@ -194,7 +194,6 @@ T}
NLM_F_ACK:Request for an acknowledgment on success.
NLM_F_ECHO:Echo this request.
.TE
-.sp 1
.\" No right adjustment for text blocks in tables
.TS
tab(:);
diff --git a/man7/path_resolution.7 b/man7/path_resolution.7
index 66c1a31b63..4139e23661 100644
--- a/man7/path_resolution.7
+++ b/man7/path_resolution.7
@@ -124,7 +124,6 @@ the kernel's pathname-resolution code
was reworked to eliminate the use of recursion,
so that the only limit that remains is the maximum of 40
resolutions for the entire pathname.
-
.SS Step 3: find the final entry
The lookup of the final component of the pathname goes just like
that of all other components, as described in the previous step,
diff --git a/man7/pipe.7 b/man7/pipe.7
index 6fa173479a..13cd4ab03f 100644
--- a/man7/pipe.7
+++ b/man7/pipe.7
@@ -143,7 +143,7 @@ operations.
See
.BR fcntl (2)
for more information.
-
+.\"
.SS PIPE_BUF
POSIX.1 says that
.BR write (2)s
diff --git a/man7/socket.7 b/man7/socket.7
index 82b194bfa6..97117f89be 100644
--- a/man7/socket.7
+++ b/man7/socket.7
@@ -500,7 +500,6 @@ The following example serves to illustrate the use of
Suppose a stream socket has the following queued input data:
aabbccddeeff
-
.IP
The following sequence of
.BR recv (2)
diff --git a/man7/unix.7 b/man7/unix.7
index 3eadb8ab78..e069348515 100644
--- a/man7/unix.7
+++ b/man7/unix.7
@@ -732,7 +732,6 @@ main(int argc, char *argv[])
for (;;) {
-
/* Wait for incoming connection. */
data_socket = accept(connection_socket, NULL, NULL);
@@ -871,7 +870,6 @@ main(int argc, char *argv[])
exit(EXIT_FAILURE);
}
-
/* Receive result. */
ret = read(data_socket, buffer, BUFFER_SIZE);
@@ -892,7 +890,6 @@ main(int argc, char *argv[])
exit(EXIT_SUCCESS);
}
-
.fi
.PP
For an example of the use of
diff --git a/man7/vdso.7 b/man7/vdso.7
index 6dc13e9819..5eb885f826 100644
--- a/man7/vdso.7
+++ b/man7/vdso.7
@@ -133,7 +133,7 @@ it will automatically compile and link the vDSO code for you.
You will frequently find it under the architecture-specific directory:
find arch/$ARCH/ -name '*vdso*.so*' -o -name '*gate*.so*'
-
+.\"
.SS vDSO names
The name of the vDSO varies across architectures.
It will often show up in things like glibc's