Remove superfluous space at the end of a processed input line.
There is no change in the output from "nroff" and "groff".
Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
.B #include <sched.h>
.PP
.BI "int clone(int (*" "fn" ")(void *), void *" stack \
-", int " flags ", void *" "arg" ", ... "
+", int " flags ", void *" "arg" ", ..."
.BI " /* pid_t *" parent_tid ", void *" tls \
", pid_t *" child_tid " */ );"
.PP
.PP
.in +4
.EX
-.BI "int __clone2(int (*" "fn" ")(void *), "
+.BI "int __clone2(int (*" "fn" ")(void *),"
.BI " void *" stack_base ", size_t " stack_size ,
-.BI " int " flags ", void *" "arg" ", ... "
+.BI " int " flags ", void *" "arg" ", ..."
.BI " /* pid_t *" parent_tid ", struct user_desc *" tls ,
.BI " pid_t *" child_tid " */ );"
.EE
.SH SYNOPSIS
.B #include <unistd.h>
.PP
-.BI "int execve(const char *" pathname ", char *const " argv "[], "
+.BI "int execve(const char *" pathname ", char *const " argv [],
.br
.BI " char *const " envp []);
.SH DESCRIPTION
[1] 23235
$ \fB./ns_show /proc/23235/ns/uts u\fP
Device/Inode of owning user namespace is: [0,3] / 4026532448
-$ \fBreadlink /proc/23235/ns/user \fP
+$ \fBreadlink /proc/23235/ns/user\fP
user:[4026532448]
.EE
.in
.PP
.in +4n
.EX
-$ \fBcat /tmp/key_instantiate.log \fP
+$ \fBcat /tmp/key_instantiate.log\fP
Time: Mon Nov 7 13:06:47 2016
Command line arguments:
The
.I abi
field is one of
-.BR PERF_SAMPLE_REGS_ABI_NONE ", " PERF_SAMPLE_REGS_ABI_32 " or "
+.BR PERF_SAMPLE_REGS_ABI_NONE ", " PERF_SAMPLE_REGS_ABI_32 " or"
.BR PERF_SAMPLE_REGS_ABI_64 .
.IP
The
.B #include <signal.h>
.B #include <poll.h>
.PP
-.BI "int ppoll(struct pollfd *" fds ", nfds_t " nfds ", "
+.BI "int ppoll(struct pollfd *" fds ", nfds_t " nfds ,
.BI " const struct timespec *" tmo_p ", const sigset_t *" sigmask );
.fi
.SH DESCRIPTION
.RE
.\" prctl PR_MPX_ENABLE_MANAGEMENT
.TP
-.BR PR_MPX_ENABLE_MANAGEMENT ", " PR_MPX_DISABLE_MANAGEMENT " (since Linux 3.19, removed in Linux 5.4; only on x86) "
+.BR PR_MPX_ENABLE_MANAGEMENT ", " PR_MPX_DISABLE_MANAGEMENT " (since Linux 3.19, removed in Linux 5.4; only on x86)"
.\" commit fe3d197f84319d3bce379a9c0dc17b1f48ad358c
.\" See also http://lwn.net/Articles/582712/
.\" See also https://gcc.gnu.org/wiki/Intel%20MPX%20support%20in%20the%20GCC%20compiler
.nf
.B #include <sys/ptrace.h>
.PP
-.BI "long ptrace(enum __ptrace_request " request ", pid_t " pid ", "
+.BI "long ptrace(enum __ptrace_request " request ", pid_t " pid ,
.BI " void *" addr ", void *" data );
.fi
.SH DESCRIPTION
.PP
.in +4n
.EX
-.RB "$" " while true; do echo $RANDOM > /dev/udp/127.0.0.1/1234; "
+.RB "$" " while true; do echo $RANDOM > /dev/udp/127.0.0.1/1234;"
.B " sleep 0.25; done"
.EE
.in
.PP
.in +4n
.EX
-$ \fB./svshm_string_read \fP
+$ \fB./svshm_string_read\fP
shmid = 1114194; semid = 15
.EE
.in
.BR SIGCHLD ,
do not receive notification when child processes stop (i.e., when they
receive one of
-.BR SIGSTOP ", " SIGTSTP ", " SIGTTIN ", "
+.BR SIGSTOP ", " SIGTSTP ", " SIGTTIN ,
or
.BR SIGTTOU )
or resume (i.e., they receive
An invalid signal was specified.
This will also be generated if an attempt
is made to change the action for
-.BR SIGKILL " or " SIGSTOP ", "
+.BR SIGKILL " or " SIGSTOP ,
which cannot be caught or ignored.
.SH CONFORMING TO
POSIX.1-2001, POSIX.1-2008, SVr4.
.BR sigreturn ()
call undoes everything that was
done\(emchanging the process's signal mask, switching signal stacks (see
-.BR sigaltstack "(2))\(emin "
+.BR sigaltstack "(2))\(emin"
order to invoke the signal handler.
Using the information that was earlier saved on the user-space stack
.BR sigreturn ()
.PP
.BI "int sigwaitinfo(const sigset_t *" set ", siginfo_t *" info ");"
.PP
-.BI "int sigtimedwait(const sigset_t *" set ", siginfo_t *" info ", "
+.BI "int sigtimedwait(const sigset_t *" set ", siginfo_t *" info ,
.BI " const struct timespec *" timeout ");"
.fi
.PP
The default value for this field is
.B DEFAULT_CONSOLE_LOGLEVEL
(7), but it is set to
-4 if the kernel command line contains the word "quiet", \" since Linux 2.4
+4 if the kernel command line contains the word "quiet",\" since Linux 2.4
10 if the kernel command line contains the word "debug",
and to 15 in case
of a kernel fault (the 10 and 15 are just silly, and equivalent to 8).