diff options
Diffstat (limited to 'usr.bin/gprof/gprof.1')
-rw-r--r-- | usr.bin/gprof/gprof.1 | 8 |
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. |