[ucblogo] Actually it would be good to add the patch in question

Matej Cepl mcepl at fedoraproject.org
Tue Jul 1 05:48:32 UTC 2014


commit b9ee289a81a92cffe9205828df63a60c03a98d2b
Author: Matěj Cepl <mcepl at redhat.com>
Date:   Tue Jul 1 07:48:37 2014 +0200

    Actually it would be good to add the patch in question

 ucblogo-6.0-texi.patch |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 47 insertions(+), 0 deletions(-)
---
diff --git a/ucblogo-6.0-texi.patch b/ucblogo-6.0-texi.patch
new file mode 100644
index 0000000..bfdf4d2
--- /dev/null
+++ b/ucblogo-6.0-texi.patch
@@ -0,0 +1,47 @@
+--- ucblogo-6.0/docs/usermanual.texi	2008-09-03 16:20:15.000000000 -0400
++++ usermanual.texi	2013-08-10 22:02:28.820516598 -0400
+@@ -371,7 +371,7 @@
+ list, one word per argument; the buried variable @code{COMMAND.LINE} contains
+ that list of arguments, or the empty list if there are none.  On my Linux
+ system, if the first line of an executable shell script is
+- at w{@t{#!/usr/local/bin/logo -}} (note the hyphen) then the script can be given
++ at w{@t{#!/usr/bin/logo -}} (note the hyphen) then the script can be given
+ command line arguments and they all end up in @code{:COMMAND.LINE} along with
+ the script's path.  Experiment.
+ 
+@@ -479,7 +479,7 @@
+ comment.  Unix users can therefore write a file containing Logo commands,
+ starting with the line
+ @example
+-#! /usr/local/bin/logo
++#! /usr/bin/logo
+ @end example
+ (or wherever your Logo executable lives) and the file will be executable
+ directly from the shell.
+@@ -2875,7 +2875,7 @@
+ 
+ 
+ @node  AND, OR, LOGICAL OPERATIONS, LOGICAL OPERATIONS
+- at unnumberedsubsec and
++ at unnumberedsec and
+ @cindex and
+ 
+ @example
+@@ -6766,7 +6766,7 @@
+ @end menu
+ 
+ @node dMACRO, dDEFMACRO, MACROS, MACROS
+- at unnumberedsubsec .macro
++ at unnumberedsec .macro
+ @cindex .macro
+ @cindex .defmacro
+ 
+@@ -7128,7 +7128,7 @@
+ 
+ @node ALLOWGETSET, BUTTONACT, SPECIAL VARIABLES, SPECIAL VARIABLES
+ @comment  node-name,  next,  previous,  up
+- at unnumberedsubsec allowgetset
++ at unnumberedsec allowgetset
+ @cindex allowgetset
+ 
+ @example


More information about the scm-commits mailing list