]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
core.5: wfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 8 Jun 2020 16:06:10 +0000 (18:06 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 8 Jun 2020 16:06:10 +0000 (18:06 +0200)
Reported-by: Jonny Grant <jg@jguk.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man5/core.5

index e9b01fd03877087de506c3579c93e27b5483f8da..456366ea62856c1a8280019cd1167238ccb91e1d 100644 (file)
@@ -29,7 +29,7 @@ core \- core dump file
 The default action of certain signals is to cause a process to terminate
 and produce a
 .IR "core dump file" ,
-a disk file containing an image of the process's memory at
+a file containing an image of the process's memory at
 the time of termination.
 This image can be used in a debugger (e.g.,
 .BR gdb (1))
@@ -58,7 +58,7 @@ is the ID of the process that dumped core,
 and is created in the current working directory.
 See below for details on naming.)
 Writing the core file fails if the directory in which
-it is to be created is nonwritable,
+it is to be created is nowritable,
 or if a file with the same name exists and
 is not writable
 or is not a regular file
@@ -287,7 +287,7 @@ in earlier kernels,
 meaning that the core dump handler needs to use mechanisms to find
 the executable name.
 .PP
-Instead of being written to a disk file, the core dump is given as
+Instead of being written to a file, the core dump is given as
 standard input to the program.
 Note the following points:
 .IP * 3