]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man2/*: srcfix: trim trailing space
authorBjarni Ingi Gislason <bjarniig@rhi.hi.is>
Fri, 12 Jun 2020 03:23:23 +0000 (03:23 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 12 Jun 2020 19:38:24 +0000 (21:38 +0200)
  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>
14 files changed:
man2/clone.2
man2/execve.2
man2/ioctl_ns.2
man2/keyctl.2
man2/perf_event_open.2
man2/poll.2
man2/prctl.2
man2/ptrace.2
man2/recvmmsg.2
man2/shmop.2
man2/sigaction.2
man2/sigreturn.2
man2/sigwaitinfo.2
man2/syslog.2

index 895278321d22b6c35908415ea2262b3001eb1d66..783e4072cd8bc60ba62621d3e22810eccac3aaa2 100644 (file)
@@ -50,7 +50,7 @@ clone, __clone2, clone3 \- create a child process
 .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
@@ -1682,9 +1682,9 @@ On ia64, a different interface is used:
 .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
index 72c3ff69bb2c35e0bb4ca9398c5a77fa29bf309f..295a3139966a564e66cf5ff93b5a04ccff32216b 100644 (file)
@@ -40,7 +40,7 @@ execve \- execute program
 .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
index e1939e2f5b234f15952795e63bf0b8273ac76bff..b40180d088646633c39af25fdf2987b5d3430f60 100644 (file)
@@ -215,7 +215,7 @@ $ \fBunshare \-Uu sleep 1000 &\fP
 [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
index 3dea4266c5c9aa5762d1684d40567b2ed47d268f..93e03071f65472e0c89f6f086abb3e47aed9a487 100644 (file)
@@ -2009,7 +2009,7 @@ we can see the command-line arguments supplied to our example program:
 .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:
index a8bca9e3689f03832c933b44a616abf1cb618012..b9d4eb05ca7613dc9cacc050eeef4e683d8b9a78 100644 (file)
@@ -2275,7 +2275,7 @@ is enabled, then the user CPU registers are recorded.
 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
index e2a6c637b6be91837305e30e9de66ca8269bbaef..73a206e7590ecaa7c95cb0745ea34fdb6ef3f9aa 100644 (file)
@@ -40,7 +40,7 @@ poll, ppoll \- wait for some event on a file descriptor
 .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
index a8ddf98cc4a50d83b9dd238f5d75c6faa6106763..7e03dcc53f5d1003c75e136a7b6e6a5e909892a5 100644 (file)
@@ -784,7 +784,7 @@ option enabled.
 .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
index 82e7ec0d92326ba9f55e968bedb6b927cf3ad7e4..9e0794de5df393dfcda4292a80936988b6ef8d7c 100644 (file)
@@ -109,7 +109,7 @@ ptrace \- process trace
 .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
index 12e80458d884c5b7ac30cee1a299d6efb52bc44d..90b68cdcda2e7f9af9d141f04df661055ffdadd8 100644 (file)
@@ -203,7 +203,7 @@ containing a random number:
 .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
index 3495d1a7ba557fdd35e14daa786886eef590e733..322100011445df39360899d15801301dd116fbe0 100644 (file)
@@ -304,7 +304,7 @@ and then waits for the semaphore to change value.
 .PP
 .in +4n
 .EX
-$ \fB./svshm_string_read \fP
+$ \fB./svshm_string_read\fP
 shmid = 1114194; semid = 15
 .EE
 .in
index edae16e0c757b2755b53e0cf2b43c88d4a82e538..294a96b63acf3579df9b30545080de3ed0af8050 100644 (file)
@@ -168,7 +168,7 @@ is
 .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
@@ -849,7 +849,7 @@ points to memory which is not a valid part of the process address space.
 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.
index 690c34efb3e3f30fc2f1b17f8d28dab027539145..c4f49b9d76ea7c976ea1010fedd5a2cb0c12c84c 100644 (file)
@@ -54,7 +54,7 @@ This
 .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 ()
index 4aa311ab9d9b3cfbfd182da6bf839dbabc7b4a62..503c7d679e5ef8279dc38f6bf6cd4b6fcc3d2cea 100644 (file)
@@ -32,7 +32,7 @@ for queued signals
 .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
index 99d4ff854f809a012f6a253190b6e061f51abc55..c6479e6decf22135eb625b9e39ad6607652581b8 100644 (file)
@@ -254,7 +254,7 @@ be printed to the console.
 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).