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

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

[Octave-bug-tracker] [bug #47213] Extra space in debug.texi breaks doc b


From: anonymous
Subject: [Octave-bug-tracker] [bug #47213] Extra space in debug.texi breaks doc build. Fix attached.
Date: Sun, 21 Feb 2016 15:50:29 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:44.0) Gecko/20100101 Firefox/44.0

URL:
  <http://savannah.gnu.org/bugs/?47213>

                 Summary: Extra space in debug.texi breaks doc build. Fix
attached.
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Sun 21 Feb 2016 03:50:28 PM UTC
                Category: Documentation
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Build Failure
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

The file debug.texi is erroring out with "unbalanced { and }" messages. The
problem is a superfluous space on line 163 of debug.texi. To fix the problem
at source, change line 965 of debug.cc from


argument (@address@hidden, @var {line2}, @dots{}]}).\n\


to


argument (@address@hidden, @var{line2}, @dots{}]}).\n\


(remove the space between var and line2)




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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