diff options
author | ru <ru@FreeBSD.org> | 2002-11-26 11:22:59 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-11-26 11:22:59 +0000 |
commit | 14b9c93d91efe5a01404ec8a75bb59b305acf9ad (patch) | |
tree | bed44f7b690b49f1a2acb1712348f915128e5758 /usr.bin/gprof | |
parent | b37b4dba3bc9cf107e3363e08db56446ceb34826 (diff) | |
download | FreeBSD-src-14b9c93d91efe5a01404ec8a75bb59b305acf9ad.zip FreeBSD-src-14b9c93d91efe5a01404ec8a75bb59b305acf9ad.tar.gz |
mdoc(7) police: back out unproved changes in previous revision;
descriptions in the FILES section should be full sentences, as
demonstrated in mdoc(7) and /usr/share/examples/mdoc/.
Approved by: re
Diffstat (limited to 'usr.bin/gprof')
-rw-r--r-- | usr.bin/gprof/gprof.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/gprof/gprof.1 b/usr.bin/gprof/gprof.1 index 7281195..c881c3e 100644 --- a/usr.bin/gprof/gprof.1 +++ b/usr.bin/gprof/gprof.1 @@ -46,7 +46,7 @@ .Op Fl E Ar name .Op Fl f Ar name .Op Fl F Ar name -.Op Fl k Ar fromname Ar toname +.Op Fl k Ar fromname toname .Op Ar a.out Op Ar a.out.gmon ... .Sh DESCRIPTION The @@ -264,11 +264,11 @@ option for discovering which routines were never called. .Sh FILES .Bl -tag -width a.out.gmon -compact .It Pa a.out -the namelist and text space +The namelist and text space. .It Pa a.out.gmon -dynamic call graph and profile +Dynamic call graph and profile. .It Pa gmon.sum -summarized dynamic call graph and profile +Summarized dynamic call graph and profile. .El .Sh SEE ALSO .Xr cc 1 , |