aboutsummaryrefslogtreecommitdiffstats
path: root/man2/sigaltstack.2
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2023-07-19 21:04:36 -0500
committerAlejandro Colomar <alx@kernel.org>2023-07-20 15:23:35 +0200
commit18a466700a3e7cd5ac8c3899c476676a0cd616c0 (patch)
tree77427fb34cdea3b212c408790e874e99a8591589 /man2/sigaltstack.2
parentc654cde5ec9e9fa975d5d041aa069489ab12a4ce (diff)
downloadman-pages-18a466700a3e7cd5ac8c3899c476676a0cd616c0.tar.gz
man*/: ffix (use `\%`)
Protect instances of some literals from hyphenation. These are only those necessary to improve analyzability of a large-scale (500+ file), sed-driven change to improve adjustment and hyphenation enablement management around tables. * man2/getrlimit.2: Protect some instances of `RLIMIT_MSGQUEUE`, `RLIMIT_SIGPENDING`, `RLIMIT_FSIZE`, and `getrlimit` from hyphenation. * man2/sigaltstack.2: Protect an instance of `setrlimit` from hyphenation. * man3/gethostbyname.3: Protect an instance of `endhostent` from hyphenation. * man3/getmntent.3: Protect an instance of `getmntinfo` from hyphenation. Signed-off-by: "G. Branden Robinson" <g.branden.robinson@gmail.com> Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man2/sigaltstack.2')
-rw-r--r--man2/sigaltstack.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/sigaltstack.2 b/man2/sigaltstack.2
index 6ae8a612c9..b421495414 100644
--- a/man2/sigaltstack.2
+++ b/man2/sigaltstack.2
@@ -230,7 +230,7 @@ Establishing an alternate signal stack is useful if a thread
expects that it may exhaust its standard stack.
This may occur, for example, because the stack grows so large
that it encounters the upwardly growing heap, or it reaches a
-limit established by a call to \fBsetrlimit(RLIMIT_STACK, &rlim)\fP.
+limit established by a call to \fB\%setrlimit(RLIMIT_STACK, &rlim)\fP.
If the standard stack is exhausted, the kernel sends
the thread a \fBSIGSEGV\fP signal.
In these circumstances the only way to catch this signal is