* docs/grub.texi (Shell-like scripting): Fix @dots to @dots{}.
This commit is contained in:
parent
aa3119c46f
commit
4d69c7863b
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
2010-09-07 BVK Chaitanya <bvk.groups@gmail.com>
|
||||||
|
|
||||||
* docs/grub.texi (Shell-like scripting): Documentation for break,
|
* docs/grub.texi (Shell-like scripting): Documentation for break,
|
||||||
|
|
|
@ -1341,7 +1341,7 @@ false.
|
||||||
|
|
||||||
@item shift [@code{n}]
|
@item shift [@code{n}]
|
||||||
The positional parameters from @code{n}+1 @dots{} are renamed to
|
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
|
@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.
|
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
|
If @code{n} is not given, it is assumed to be 1. If @code{n} is greater
|
||||||
|
|
Loading…
Reference in a new issue