]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* docs/grub.texi (Shell-like scripting): Fix @dots to @dots{}.
authorbvk.groups@gmail.com <>
Tue, 7 Sep 2010 05:30:37 +0000 (11:00 +0530)
committerbvk.groups@gmail.com <>
Tue, 7 Sep 2010 05:30:37 +0000 (11:00 +0530)
ChangeLog
docs/grub.texi

index 1bc29c327ab8ae06e76dee29a2aac72f1fb5c0e4..0f79aaa87aeed8cc03265b428b270051199191bb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-09-07  BVK Chaitanya  <bvk.groups@gmail.com>
+
+       * docs/grub.texi (Shell-like scripting): Fix @dots to @dots{}.
+
 2010-09-07  BVK Chaitanya  <bvk.groups@gmail.com>
 
        * docs/grub.texi (Shell-like scripting): Documentation for break,
index 0ca735b0de93debcb88ce9daa4a8fb241a123897..af6d42ccb4ecf8469eb6bf0bd9ed750ded2fbd83 100644 (file)
@@ -1341,7 +1341,7 @@ false.
 
 @item shift [@code{n}]
 The positional parameters from @code{n}+1 @dots{} are renamed to
-@code{$1}@dots.  Parameters represented by the numbers @code{$#} down to
+@code{$1}@dots{}.  Parameters represented by the numbers @code{$#} down to
 @code{$#}-@code{n}+1 are unset.  @code{n} must be a non-negative number less
 than or equal to @code{$#}.  If @code{n} is 0, no parameters are changed.
 If @code{n} is not given, it is assumed to be 1.  If @code{n} is greater