summaryrefslogtreecommitdiff
path: root/lang/elk/patches
diff options
context:
space:
mode:
authorrh <rh>1999-11-27 23:49:31 +0000
committerrh <rh>1999-11-27 23:49:31 +0000
commitfe82b7664b2c2b7bc92f9d8383a8a543e25ca152 (patch)
treee7702cc9e25058cedd10a5c653317e07f022c72c /lang/elk/patches
parent12be34de98bead8730d3163c84774965091aafe1 (diff)
downloadpkgsrc-fe82b7664b2c2b7bc92f9d8383a8a543e25ca152.tar.gz
defuzz
Diffstat (limited to 'lang/elk/patches')
-rw-r--r--lang/elk/patches/patch-aa85
1 files changed, 33 insertions, 52 deletions
diff --git a/lang/elk/patches/patch-aa b/lang/elk/patches/patch-aa
index 7fa4f61aa22..6d466b576e4 100644
--- a/lang/elk/patches/patch-aa
+++ b/lang/elk/patches/patch-aa
@@ -1,53 +1,34 @@
-$NetBSD: patch-aa,v 1.2 1999/08/19 10:50:07 agc Exp $
+$NetBSD: patch-aa,v 1.3 1999/11/27 23:49:33 rh Exp $
-*** doc/man/elk.1.orig Thu Apr 6 14:40:07 1995
---- doc/man/elk.1 Thu Apr 6 14:41:02 1995
-***************
-*** 2,10 ****
- .TH ELK 1 "15 January 1991"
- .UC 4
- .SH NAME
-! elk, scheme \- extensible Scheme interpreter
- .SH SYNOPSIS
-! .B scheme
- [
- .B \-l \f2file\fP
- ] [
---- 2,10 ----
- .TH ELK 1 "15 January 1991"
- .UC 4
- .SH NAME
-! elk \- extensible Scheme interpreter
- .SH SYNOPSIS
-! .B elk
- [
- .B \-l \f2file\fP
- ] [
-***************
-*** 20,27 ****
- ] [[
- .B \-\^\-
- ] \f2args\fP]
-- .LP
-- .BR elk .\|.\|.
- .SH DESCRIPTION
- .I Elk
- (Extension Language Kit) is a Scheme interpreter intended
---- 20,25 ----
-***************
-*** 32,38 ****
- is linked with the application it serves, but a stand-alone version
- of the Scheme interpreter is installed as well (usually under
- the name
-! .BR scheme ).
- This interpreter, together with the standard Scheme toplevel,
- .I Elk
- can be used as an ordinary, stand-alone implementation of the
---- 30,36 ----
- is linked with the application it serves, but a stand-alone version
- of the Scheme interpreter is installed as well (usually under
- the name
-! .BR elk ).
- This interpreter, together with the standard Scheme toplevel,
- .I Elk
- can be used as an ordinary, stand-alone implementation of the
+--- doc/man/elk.1.orig Fri Aug 11 16:27:03 1995
++++ doc/man/elk.1 Sun Nov 28 00:47:45 1999
+@@ -2,9 +2,9 @@
+ .TH ELK 1 "15 January 1991"
+ .UC 4
+ .SH NAME
+-elk, scheme \- extensible Scheme interpreter
++elk \- extensible Scheme interpreter
+ .SH SYNOPSIS
+-.B scheme
++.B elk
+ [
+ .B \-l \f2file\fP
+ ] [
+@@ -20,8 +20,6 @@
+ ] [[
+ .B \-\^\-
+ ] \f2args\fP]
+-.LP
+-.BR elk .\|.\|.
+ .SH DESCRIPTION
+ .I Elk
+ (Extension Language Kit) is a Scheme implementation designed
+@@ -32,7 +30,7 @@
+ is linked with the application it serves, but a stand-alone version
+ of the Scheme interpreter is installed as well (usually under
+ the name
+-.BR scheme ).
++.BR elk ).
+ This interpreter, together with the standard Scheme toplevel,
+ .I Elk
+ can be used as an ordinary, stand-alone implementation of the