Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Oct 2021 09:24:27 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: a224fd29c99d - stable/13 - core(5): explicitly mention the core file size limit name
Message-ID:  <202110100924.19A9ORfI003721@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=a224fd29c99d30ee7172f3bafc15b7d221d32d1f

commit a224fd29c99d30ee7172f3bafc15b7d221d32d1f
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2021-10-05 14:52:44 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2021-10-10 09:22:58 +0000

    core(5): explicitly mention the core file size limit name
    
    (cherry picked from commit 2ec505d2b863ca03d542a94e8417358e48e2606d)
---
 share/man/man5/core.5 | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/share/man/man5/core.5 b/share/man/man5/core.5
index 500da31a310c..d176548d1570 100644
--- a/share/man/man5/core.5
+++ b/share/man/man5/core.5
@@ -51,8 +51,10 @@ a system crash.
 (In this event, the decision to save the core file is arbitrary, see
 .Xr savecore 8 . )
 .Pp
-The maximum size of a core file is limited by
-.Xr setrlimit 2 .
+The maximum size of a core file is limited by the
+.Dv RLIMIT_CORE
+.Xr setrlimit 2
+limit.
 Files which would be larger than the limit are not created.
 .Pp
 The name of the file is controlled via the



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110100924.19A9ORfI003721>