summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2015-05-07 08:30:26 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2015-05-07 08:30:26 +0200
commit5ffdc2fda9b8310cc452be40aa4d7e05b7864451 (patch)
tree86163930a681b66712199f43421c51e7ca08e5ad
parentac279f7638423ea62a5c704d6f8d2818d9d27582 (diff)
Removed trailing white space at end of lines
-rw-r--r--man2/dup.22
-rw-r--r--man2/sigaction.22
-rw-r--r--man3/printf.32
-rw-r--r--man4/tty_ioctl.44
-rw-r--r--man7/unix.72
5 files changed, 6 insertions, 6 deletions
diff --git a/man2/dup.2 b/man2/dup.2
index f4eef424d..5e1cece53 100644
--- a/man2/dup.2
+++ b/man2/dup.2
@@ -138,7 +138,7 @@ for reasons why this may be useful.
.IP *
.\" Ulrich Drepper, LKML, 2008-10-09:
.\" We deliberately decided on this change. Otherwise, what is the
-.\" result of dup3(fd, fd, O_CLOEXEC)?
+.\" result of dup3(fd, fd, O_CLOEXEC)?
If
.IR oldfd
equals
diff --git a/man2/sigaction.2 b/man2/sigaction.2
index b485fbbd1..069de9f26 100644
--- a/man2/sigaction.2
+++ b/man2/sigaction.2
@@ -470,7 +470,7 @@ The
.I si_fd
field indicates the file descriptor for which the I/O event occurred;
for further details, see the description of
-.BR F_SETSIG
+.BR F_SETSIG
in
.BR fcntl (2).
.IP *
diff --git a/man3/printf.3 b/man3/printf.3
index 45ee701dc..c90fdee95 100644
--- a/man3/printf.3
+++ b/man3/printf.3
@@ -33,7 +33,7 @@
.\"
.TH PRINTF 3 2015-04-19 "GNU" "Linux Programmer's Manual"
.SH NAME
-printf, fprintf, dprintf, sprintf, snprintf, vprintf, vfprintf, vdprintf,
+printf, fprintf, dprintf, sprintf, snprintf, vprintf, vfprintf, vdprintf,
vsprintf, vsnprintf \- formatted output conversion
.SH SYNOPSIS
.B #include <stdio.h>
diff --git a/man4/tty_ioctl.4 b/man4/tty_ioctl.4
index 214564e58..53645d826 100644
--- a/man4/tty_ioctl.4
+++ b/man4/tty_ioctl.4
@@ -359,7 +359,7 @@ locally \fB^S\fP/\fB^Q\fP flow-controlled remote login.
.TP
.BI "TIOGCPKT const int *" argp
Return the current packet mode setting in the integer pointed to by
-.IR argp
+.IR argp
(since Linux 3.8).
.TP
.BI "TIOCSPTLCK int *" argp
@@ -429,7 +429,7 @@ to see which bit has changed.
.TP
.BI "TIOCGICOUNT struct serial_icounter_struct *" argp
Get counts of input serial line interrupts (DCD, RI, DSR, CTS).
-The counts are written to the
+The counts are written to the
.I serial_icounter_struct
structure pointed to by
.IR argp .
diff --git a/man7/unix.7 b/man7/unix.7
index 210d96f50..e6e311f46 100644
--- a/man7/unix.7
+++ b/man7/unix.7
@@ -60,7 +60,7 @@ A UNIX domain socket address is represented in the following structure:
.nf
.\" #define UNIX_PATH_MAX 108
-.\"
+.\"
struct sockaddr_un {
sa_family_t sun_family; /* AF_UNIX */
char sun_path[108]; /* pathname */