summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2018-04-30 17:53:01 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2018-04-30 17:53:01 +0200
commit80f99a058092be996b20fbfb85f762e6711299fc (patch)
tree3d7993b8218bd7703f8e71bde201f6f1b2f4ee3d
parentbde952c53ec318363f9a1b5d4e37dac42716e162 (diff)
Removed trailing white space at end of lines
-rw-r--r--man3/makedev.32
-rw-r--r--man3/pthread_create.32
2 files changed, 2 insertions, 2 deletions
diff --git a/man3/makedev.3 b/man3/makedev.3
index 6167d38c3..3387c6b62 100644
--- a/man3/makedev.3
+++ b/man3/makedev.3
@@ -100,7 +100,7 @@ glibc also exposes definitions for these macros from that
header file if suitable feature test macros are defined.
However, this behavior was deprecated in glibc 2.25,
.\" glibc commit dbab6577c6684c62bd2521c1c29dc25c3cac966f
-and since glibc 2.28,
+and since glibc 2.28,
.\" glibc commit e16deca62e16f645213dffd4ecd1153c37765f17
.IR <sys/types.h>
no longer provides these definitions.
diff --git a/man3/pthread_create.3 b/man3/pthread_create.3
index 3bbbefb12..6ada96a40 100644
--- a/man3/pthread_create.3
+++ b/man3/pthread_create.3
@@ -210,7 +210,7 @@ the stack size attribute can be explicitly set in the
.I attr
argument used to create a thread,
in order to obtain a stack size other than the default.
-If the
+If the
.BR RLIMIT_STACK
resource limit is set to "unlimited",
a per-architecture value is used for the stack size.