diff options
author | jtb <jtb> | 2001-04-13 00:30:07 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-04-13 00:30:07 +0000 |
commit | 0b64db7f80e1d917e937a19686a4070433b1cfcc (patch) | |
tree | a05d25d2521cda01c7540572fee79bf6950c514f | |
parent | 451fc7b2171259cb9f58369f235c0ab27663f00c (diff) | |
download | pkgsrc-0b64db7f80e1d917e937a19686a4070433b1cfcc.tar.gz |
Some small improvements to the man page.
-rw-r--r-- | devel/ratfor/files/patch-sum | 6 | ||||
-rw-r--r-- | devel/ratfor/patches/patch-ab | 9 |
2 files changed, 8 insertions, 7 deletions
diff --git a/devel/ratfor/files/patch-sum b/devel/ratfor/files/patch-sum index 811a98bd6fb..9a438a653df 100644 --- a/devel/ratfor/files/patch-sum +++ b/devel/ratfor/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.1.1.1 2001/02/10 04:36:52 jtb Exp $ +$NetBSD: patch-sum,v 1.2 2001/04/13 00:30:07 jtb Exp $ -MD5 (patch-aa) = 2f16fb578846c5fc1d51c1d00ba1b888 -MD5 (patch-ab) = 9d68004a44a29105b7961def71342770 +SHA1 (patch-aa) = 00f40005d8291389a452d99e58647b00fdf742b7 +SHA1 (patch-ab) = 48c48165cc7b53d32deedb36dc2157d9f84e3c51 diff --git a/devel/ratfor/patches/patch-ab b/devel/ratfor/patches/patch-ab index fc4305756f3..99eb7e600e7 100644 --- a/devel/ratfor/patches/patch-ab +++ b/devel/ratfor/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.1.1.1 2001/02/10 04:36:53 jtb Exp $ +$NetBSD: patch-ab,v 1.2 2001/04/13 00:30:08 jtb Exp $ --- ratfor.man.orig Sun Feb 14 02:05:24 1999 +++ ratfor.man @@ -21,7 +21,7 @@ $NetBSD: patch-ab,v 1.1.1.1 2001/02/10 04:36:53 jtb Exp $ +.Os +.Sh NAME +.Nm ratfor -+.Nd a public domain Ratfor preprocessor for Fortran 77 ++.Nd a A Preprocessor for the Ratfor dialect of Fortran +.Sh SYNOPSIS +.Nm +.Op Fl l Ar n @@ -62,7 +62,7 @@ $NetBSD: patch-ab,v 1.1.1.1 2001/02/10 04:36:53 jtb Exp $ < .lt. <= .le. == .eq. -@@ -42,39 +50,55 @@ +@@ -42,39 +50,56 @@ >= .ge. > .gt. | .or. & .and. ! .not. ^ .not. ~ .not. @@ -121,6 +121,7 @@ $NetBSD: patch-ab,v 1.1.1.1 2001/02/10 04:36:53 jtb Exp $ +.Pp +.Sh SEE ALSO +.Xr f77 1 , ++.Xr f2c 1 +.Pp +.Sh HISTORY +Derived from a preprocessor distributed by the University of Arizona @@ -137,4 +138,4 @@ $NetBSD: patch-ab,v 1.1.1.1 2001/02/10 04:36:53 jtb Exp $ +.Pp +.Sh COPYING +This code is in the public domain. In other words, all rights -+are granted to all recipients, "public" at large. ++are granted to all recipients, the public at large. |