aboutsummaryrefslogtreecommitdiffstats
path: root/man3/gethostid.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2021-01-06 13:28:48 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2021-01-06 13:46:44 +0100
commit5c10d2c5e299011e34adb568737acfc8920fc27c (patch)
tree284506b5e65d79343db195bc85e9a8bb20c6c5f0 /man3/gethostid.3
parent2bafc702d070128b9206e5c4ce20aff56a4ede08 (diff)
downloadman-pages-5c10d2c5e299011e34adb568737acfc8920fc27c.tar.gz
Various pages: Remove redundant escaping of space characters in FTM info
Since we are using .nf/.fi to bracket FTM info, escaping space characters serves no space and clutters the source. Reported-by: Alejandro Colomar (man-pages) <alx.manpages@gmail.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/gethostid.3')
-rw-r--r--man3/gethostid.312
1 files changed, 6 insertions, 6 deletions
diff --git a/man3/gethostid.3 b/man3/gethostid.3
index 746fd44ddf..4cca4e238b 100644
--- a/man3/gethostid.3
+++ b/man3/gethostid.3
@@ -45,11 +45,11 @@ Feature Test Macro Requirements for glibc (see
.BR gethostid ():
.nf
Since glibc 2.20:
- _DEFAULT_SOURCE || _XOPEN_SOURCE\ >=\ 500
-.\" || _XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED
+ _DEFAULT_SOURCE || _XOPEN_SOURCE >= 500
+.\" || _XOPEN_SOURCE && _XOPEN_SOURCE_EXTENDED
Up to and including glibc 2.19:
- _BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500
-.\" || _XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED
+ _BSD_SOURCE || _XOPEN_SOURCE >= 500
+.\" || _XOPEN_SOURCE && _XOPEN_SOURCE_EXTENDED
.fi
.PP
.BR sethostid ():
@@ -58,9 +58,9 @@ Feature Test Macro Requirements for glibc (see
.\" commit 266865c0e7b79d4196e2cc393693463f03c90bd8
_DEFAULT_SOURCE
In glibc 2.19 and 2.20:
- _DEFAULT_SOURCE || (_XOPEN_SOURCE && _XOPEN_SOURCE\ <\ 500)
+ _DEFAULT_SOURCE || (_XOPEN_SOURCE && _XOPEN_SOURCE < 500)
Up to and including glibc 2.19:
- _BSD_SOURCE || (_XOPEN_SOURCE && _XOPEN_SOURCE\ <\ 500)
+ _BSD_SOURCE || (_XOPEN_SOURCE && _XOPEN_SOURCE < 500)
.fi
.SH DESCRIPTION
.BR gethostid ()