git: 19477ee0d9bb - main - man/man5/core.5: note that coredump directories need to exist
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 12 Nov 2023 11:38:47 UTC
The branch main has been updated by ceri:
URL: https://cgit.FreeBSD.org/src/commit/?id=19477ee0d9bbd865a98a3a20f38f979b1825696c
commit 19477ee0d9bbd865a98a3a20f38f979b1825696c
Author: Ceri Davies <ceri@FreeBSD.org>
AuthorDate: 2023-11-12 11:35:12 +0000
Commit: Ceri Davies <ceri@FreeBSD.org>
CommitDate: 2023-11-12 11:35:12 +0000
man/man5/core.5: note that coredump directories need to exist
---
share/man/man5/core.5 | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/share/man/man5/core.5 b/share/man/man5/core.5
index 760e73467d9a..1af53cd0750c 100644
--- a/share/man/man5/core.5
+++ b/share/man/man5/core.5
@@ -27,7 +27,7 @@
.\"
.\" @(#)core.5 8.3 (Berkeley) 12/11/93
.\"
-.Dd October 5, 2021
+.Dd November 12, 2023
.Dt CORE 5
.Os
.Sh NAME
@@ -169,7 +169,8 @@ Packing is disabled with
.Dl sysctl kern.coredump_pack_vmmapinfo=0 .
.Sh EXAMPLES
In order to store all core images in per-user private areas under
-.Pa /var/coredumps ,
+.Pa /var/coredumps
+(assuming the appropriate subdirectories exist and are writable by users),
the following
.Xr sysctl 8
command can be used: