diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-05-25 06:43:57 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-05-25 06:43:57 +0000 |
commit | 8f446a15c6051ad1df8059a302e5337411cde0a6 (patch) | |
tree | b51375ee31428f09bd5a5599977c01dadeff3d03 /usr.bin/gprof | |
parent | 558a7195aec0c708ea3d4d9ff27b3b1592ffa15f (diff) |
no more f77;
Diffstat (limited to 'usr.bin/gprof')
-rw-r--r-- | usr.bin/gprof/gprof.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/gprof/gprof.1 b/usr.bin/gprof/gprof.1 index 4bd6958d5fc..e5426dda531 100644 --- a/usr.bin/gprof/gprof.1 +++ b/usr.bin/gprof/gprof.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gprof.1,v 1.20 2007/05/31 19:20:10 jmc Exp $ +.\" $OpenBSD: gprof.1,v 1.21 2010/05/25 06:43:56 jmc Exp $ .\" $NetBSD: gprof.1,v 1.6 1995/11/21 22:24:55 jtc Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)gprof.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: May 25 2010 $ .Dt GPROF 1 .Os .Sh NAME @@ -61,7 +61,7 @@ option of .Xr cc 1 , .Xr pc , and -.Xr f77 1 . +.Xr f77 . The .Fl pg option also links in versions of the library routines |