aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/gcore
diff options
context:
space:
mode:
authorAttilio Rao <attilio@FreeBSD.org>2010-07-14 17:46:44 +0000
committerAttilio Rao <attilio@FreeBSD.org>2010-07-14 17:46:44 +0000
commit837ada2240ba2d49b810abdc86888e632211a952 (patch)
tree406676dcda1790c9ded271c87d9681941fbfa29e /usr.bin/gcore
parenta3052d6e0856438ac5c5162c0e3abf49c1230f67 (diff)
downloadsrc-837ada2240ba2d49b810abdc86888e632211a952.tar.gz
src-837ada2240ba2d49b810abdc86888e632211a952.zip
Fix spelling.
Sponsored by: Sandvine Incorporated Submitted by: b.f. <bf1783 at googlemail dot com> MFC after: 2 weeks X-MFC: 210063
Notes
Notes: svn path=/head/; revision=210065
Diffstat (limited to 'usr.bin/gcore')
-rw-r--r--usr.bin/gcore/gcore.110
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/gcore/gcore.1 b/usr.bin/gcore/gcore.1
index 7d7cc82efa4f..cee2bb7d0590 100644
--- a/usr.bin/gcore/gcore.1
+++ b/usr.bin/gcore/gcore.1
@@ -64,11 +64,11 @@ Write the core file to the specified file instead of
.Dq Pa core.<pid> .
.It Fl f
Dumps all the available segments, excluding only the malformed ones and
-un-dumpable ones. Differently from the default invocation, it also dumps
-device-mapped and sglist-mapped areas that may invalidate the state of
-some transactions. This flag, then, may be used very carefully, when the
-full behaviour of the application is full-understood and the fallouts can
-be easilly controlled.
+un-dumpable ones. Unlike the default invocation, it also dumps
+device- and sglist-mapped areas that may invalidate the state of
+some transactions. This flag must be used very carefully, when the
+behavior of the application is fully understood and the fallouts can
+be easily controlled.
.It Fl s
Stop the process while gathering the core image, and resume it
when done.