From 13e2ded64cfd0197f3eeb8427cee9a2e86425c65 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 1 Nov 2018 19:57:21 +0100 Subject: Documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- man/libsimple_aligned_memdup.3 | 4 ++-- man/libsimple_enstrdup.3 | 4 ++-- man/libsimple_enstrndup.3 | 4 ++-- man/libsimple_memdup.3 | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'man') diff --git a/man/libsimple_aligned_memdup.3 b/man/libsimple_aligned_memdup.3 index 17132ff..6cd287a 100644 --- a/man/libsimple_aligned_memdup.3 +++ b/man/libsimple_aligned_memdup.3 @@ -77,10 +77,10 @@ to indicate the error, and the .BR libsimple_enaligned_memdup (), and .BR libsimple_ealigned_memdup () -functions exit the process group. The +functions exit the process. The .BR libsimple_aligned_memdupa () function cannot fail, however the kernel -can kill the process with a +can kill the thread, and possibly the process, with a .B SIGSEGV signal if the memory cannot be allocated. .PP diff --git a/man/libsimple_enstrdup.3 b/man/libsimple_enstrdup.3 index 512da34..4a2aa4f 100644 --- a/man/libsimple_enstrdup.3 +++ b/man/libsimple_enstrdup.3 @@ -55,10 +55,10 @@ functions return a non-null pointer, on failure the .BR libsimple_enstrdup (), and .BR libsimple_estrdup () -functions exit the process group. The +functions exit the process. The .BR libsimple_strdupa () function cannot fail, however the kernel -can kill the process with a +can kill the thread, and possibly the process, with a .B SIGSEGV signal if the memory cannot be allocated. .PP diff --git a/man/libsimple_enstrndup.3 b/man/libsimple_enstrndup.3 index c761c1c..66272b0 100644 --- a/man/libsimple_enstrndup.3 +++ b/man/libsimple_enstrndup.3 @@ -55,10 +55,10 @@ functions return a non-null pointer, on failure the .BR libsimple_enstrndup (), and .BR libsimple_estrndup () -functions exit the process group. The +functions exit the process. The .BR libsimple_strndupa () function cannot fail, however the kernel -can kill the process with a +can kill the thread, and possibly the process, with a .B SIGSEGV signal if the memory cannot be allocated. .PP diff --git a/man/libsimple_memdup.3 b/man/libsimple_memdup.3 index d9e6d32..e111574 100644 --- a/man/libsimple_memdup.3 +++ b/man/libsimple_memdup.3 @@ -74,10 +74,10 @@ to indicate the error, and the .BR libsimple_enmemdup (), and .BR libsimple_ememdup () -functions exit the process group. The +functions exit the process. The .BR libsimple_memdupa () function cannot fail, however the kernel -can kill the process with a +can kill the thread, and possibly the process, with a .B SIGSEGV signal if the memory cannot be allocated. .PP -- cgit v1.2.3-70-g09d2