Skip to content

Commit ae2438b

Browse files
author
Vladimir Kotal
committed
separate ulimit + fix wording
1 parent e5313e9 commit ae2438b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

signals.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,9 +274,9 @@
274274
configuration file changed and that it should re-read it.
275275
\item \texttt{SIGINT} and \texttt{SIGQUIT} are usually generated from a terminal
276276
via \texttt{Ctrl-C} and \texttt{Ctrl-\bs}, respectively, and could be redefined
277-
using the command \texttt{stty} or via a function \funnm{tcsetattr}(). In order
278-
to generate core files, your system must allow it. Check command
279-
\texttt{ulimit}.
277+
using the command \texttt{stty} or via a function \funnm{tcsetattr}().
278+
\item In order to generate core files, your system and settings must allow it.
279+
Check the \texttt{ulimit} command and associated system call.
280280
\item \label{SIGKILL} As \texttt{SIGKILL} cannot be handled, use it only if you
281281
know what you are doing. For example, if a running process does not respond to
282282
user input nor any other signal. Many applications, mainly daemons, rely on the

0 commit comments

Comments
 (0)