# HG changeset patch # User Rik # Date 1347983340 25200 # Node ID 057beb799f13fff1fd1da1cecd2212ab67256204 # Parent 0b4626dc4d38d710bcfadf54c33d47b78f27d542 Fix missing newline in changeset 6d4cd994ea71. mgorth.cc (Fmgorth): Add missing newline in docstring. diff --git a/libinterp/corefcn/mgorth.cc b/libinterp/corefcn/mgorth.cc --- a/libinterp/corefcn/mgorth.cc +++ b/libinterp/corefcn/mgorth.cc @@ -52,8 +52,8 @@ "-*- texinfo -*-\n\ @deftypefn {Built-in Function} {[@var{y}, @var{h}] =} mgorth (@var{x}, @var{v})\n\ Orthogonalize a given column vector @var{x} with respect to a set of\n\ -orthonormal vectors comprising the columns of @var{v} -using the modified Gram-Schmidt method. \n\ +orthonormal vectors comprising the columns of @var{v}\n\ +using the modified Gram-Schmidt method.\n\ On exit, @var{y} is a unit vector such that:\n\ \n\ @example\n\