aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/gprof
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-07-02 22:22:35 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-07-02 22:22:35 +0000
commit6a3e8b0adc8c622ae61275a94d5d869980a68069 (patch)
treeb3cdbab3d24866d3829616606f702cb5cb5d6c97 /usr.bin/gprof
parentf97d4ddfed9ff77e2873f938abcb1951c57fbf91 (diff)
downloadsrc-6a3e8b0adc8c622ae61275a94d5d869980a68069.tar.gz
src-6a3e8b0adc8c622ae61275a94d5d869980a68069.zip
Mechanically kill hard sentence breaks.
Notes
Notes: svn path=/head/; revision=131491
Diffstat (limited to 'usr.bin/gprof')
-rw-r--r--usr.bin/gprof/gprof.18
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/gprof/gprof.1 b/usr.bin/gprof/gprof.1
index c6e842243194..55e8be808d31 100644
--- a/usr.bin/gprof/gprof.1
+++ b/usr.bin/gprof/gprof.1
@@ -67,7 +67,7 @@ option also links in versions of the library routines
that are compiled for profiling.
By convention these libraries have their name suffixed with
.Pa _p ,
-i.e. the profiled version of
+i.e., the profiled version of
.Pa libc.a
is
.Pa libc_p.a
@@ -237,10 +237,12 @@ to accumulate profile data across several runs of an
file.
.It Fl u
Suppress the printing of functions whose names are not visible to
-C programs. For the ELF object format, this means names that
+C programs.
+For the ELF object format, this means names that
contain the
.Ql .\&
-character. For the a.out object format, it means names that do not
+character.
+For the a.out object format, it means names that do not
begin with a
.Ql _
character.