aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2021-01-08 12:27:16 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2021-01-08 13:42:27 +0100
commit2c916a1d3cb9b7ac4c5fa8f0490ee0379ca02f88 (patch)
treea36680740fe837d8324259ff58bcd47bfcedab3e
parent51ebfb92a9a34d8f3c325dc1db1d67094d106afd (diff)
downloadman-pages-2c916a1d3cb9b7ac4c5fa8f0490ee0379ca02f88.tar.gz
Various pages: Remove redundant "\\ " to escape spaces
Reported-by: Alejandro Colomar (man-pages) <alx.manpages@gmail.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man1/getent.12
-rw-r--r--man2/getxattr.212
-rw-r--r--man2/listxattr.26
-rw-r--r--man2/setpgid.24
-rw-r--r--man5/proc.52
-rw-r--r--man7/feature_test_macros.72
6 files changed, 14 insertions, 14 deletions
diff --git a/man1/getent.1 b/man1/getent.1
index e4c9a5bde4..02f4d6322c 100644
--- a/man1/getent.1
+++ b/man1/getent.1
@@ -27,7 +27,7 @@
getent \- get entries from Name Service Switch libraries
.SH SYNOPSIS
.nf
-.B getent\ [\fIoption\fP]...\ \fIdatabase\fP\ \fIkey\fP...
+.B getent [\fIoption\fP]... \fIdatabase\fP \fIkey\fP...
.fi
.SH DESCRIPTION
The
diff --git a/man2/getxattr.2 b/man2/getxattr.2
index 5299f78560..d7a92f901a 100644
--- a/man2/getxattr.2
+++ b/man2/getxattr.2
@@ -31,12 +31,12 @@ getxattr, lgetxattr, fgetxattr \- retrieve an extended attribute value
.B #include <sys/types.h>
.B #include <sys/xattr.h>
.PP
-.BI "ssize_t getxattr(const char\ *" path ", const char\ *" name ,
-.BI " void\ *" value ", size_t " size );
-.BI "ssize_t lgetxattr(const char\ *" path ", const char\ *" name ,
-.BI " void\ *" value ", size_t " size );
-.BI "ssize_t fgetxattr(int " fd ", const char\ *" name ,
-.BI " void\ *" value ", size_t " size );
+.BI "ssize_t getxattr(const char *" path ", const char *" name ,
+.BI " void *" value ", size_t " size );
+.BI "ssize_t lgetxattr(const char *" path ", const char *" name ,
+.BI " void *" value ", size_t " size );
+.BI "ssize_t fgetxattr(int " fd ", const char *" name ,
+.BI " void *" value ", size_t " size );
.fi
.fam T
.SH DESCRIPTION
diff --git a/man2/listxattr.2 b/man2/listxattr.2
index afd117869d..f073c5409a 100644
--- a/man2/listxattr.2
+++ b/man2/listxattr.2
@@ -32,11 +32,11 @@ listxattr, llistxattr, flistxattr \- list extended attribute names
.B #include <sys/types.h>
.B #include <sys/xattr.h>
.PP
-.BI "ssize_t listxattr(const char\ *" path ", char\ *" list \
+.BI "ssize_t listxattr(const char *" path ", char *" list \
", size_t " size );
-.BI "ssize_t llistxattr(const char\ *" path ", char\ *" list \
+.BI "ssize_t llistxattr(const char *" path ", char *" list \
", size_t " size );
-.BI "ssize_t flistxattr(int " fd ", char\ *" list ", size_t " size );
+.BI "ssize_t flistxattr(int " fd ", char *" list ", size_t " size );
.fi
.fam T
.SH DESCRIPTION
diff --git a/man2/setpgid.2 b/man2/setpgid.2
index 9a126c11ee..be17bc0534 100644
--- a/man2/setpgid.2
+++ b/man2/setpgid.2
@@ -83,8 +83,8 @@ Feature Test Macro Requirements for glibc (see
|| /* Glibc <= 2.19: */ _SVID_SOURCE
.fi
.PP
-.BR setpgrp "()\ (BSD),"
-.BR getpgrp "()\ (BSD):"
+.BR setpgrp "() (BSD),"
+.BR getpgrp "() (BSD):"
.nf
[These are available only before glibc 2.19]
_BSD_SOURCE &&
diff --git a/man5/proc.5 b/man5/proc.5
index dadec56e04..d6234a3eac 100644
--- a/man5/proc.5
+++ b/man5/proc.5
@@ -2064,7 +2064,7 @@ The fields, in order, with their proper
format specifiers, are listed below.
Whether or not certain of these fields display valid information is governed by
a ptrace access mode
-.BR PTRACE_MODE_READ_FSCREDS "\ |\ " PTRACE_MODE_NOAUDIT
+.BR PTRACE_MODE_READ_FSCREDS " | " PTRACE_MODE_NOAUDIT
check (refer to
.BR ptrace (2)).
If the check denies access, then the field value is displayed as 0.
diff --git a/man7/feature_test_macros.7 b/man7/feature_test_macros.7
index cee111f891..fbb3c40f67 100644
--- a/man7/feature_test_macros.7
+++ b/man7/feature_test_macros.7
@@ -90,7 +90,7 @@ Feature Test Macro Requirements for glibc (see
.RE
.PP
.BR acct ():
-_BSD_SOURCE || (_XOPEN_SOURCE && _XOPEN_SOURCE\ <\ 500)
+_BSD_SOURCE || (_XOPEN_SOURCE && _XOPEN_SOURCE < 500)
.RE
.PP
The