octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #52844] small patch for Chapter signal, image,


From: anonymous
Subject: [Octave-bug-tracker] [bug #52844] small patch for Chapter signal, image, audio, and OOP
Date: Tue, 9 Jan 2018 08:14:31 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #1, bug #52844 (project octave):

One more patch for the last chapter:

diff -ur a/doc/interpreter/package.txi b/doc/interpreter/package.txi
--- a/doc/interpreter/package.txi
+++ b/doc/interpreter/package.txi
@@ -154,7 +154,7 @@
 The current installation directory can be retrieved by typing
 
 @example
-current_installation_directory = pkg prefix
+current_installation_directory = pkg ("prefix")
 @end example
 
 To function properly the package manager needs to keep some
@@ -416,7 +416,7 @@
 distribution packager.  They follow the same conventions as the
 @code{Depends} keyword.  Note that in general, packaging systems such
 as @code{rpm} or @code{deb} and autoprobe the install dependencies
-from the build dependencies, and therefore the often a
+from the build dependencies, and therefore often a
 @code{BuildRequires} dependency removes the need for a
 @code{SystemRequirements} dependency.
 



And I'm not sure whether the following patch is right:

diff -ur a/doc/interpreter/plot.txi b/doc/interpreter/plot.txi
--- a/doc/interpreter/plot.txi
+++ b/doc/interpreter/plot.txi
@@ -2230,7 +2230,7 @@
 @cindex contour series
 
 Contour group objects are created by the @code{contour}, @code{contourf}
-and @code{contour3} functions.  The are equally one of the handles returned
+and @code{contour3} functions.  They are equally one of the handles returned
 by the @code{surfc} and @code{meshc} functions.  The properties of the
contour
 group are
 


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?52844>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]