mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 04:30:28 +00:00
Various spelling errors fixed in docs
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2175 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
GENERAL ENCHANCEMENTS TO EXTENSION LOGIC :
|
||||
GENERAL ENHANCEMENTS TO EXTENSION LOGIC :
|
||||
|
||||
QUOTING:
|
||||
|
||||
@@ -9,7 +9,7 @@ comma does not terminate the field.
|
||||
|
||||
Also, characters special to variable substitution, expression evaluation, etc
|
||||
(see below), can be quoted. For example, to literally use a $ on the
|
||||
string "$1231", quote it with a preceeding \. Special characters that must
|
||||
string "$1231", quote it with a preceding \. Special characters that must
|
||||
be quoted to be used, are [ ] $ " \. (to write \ itself, use \\).
|
||||
|
||||
VARIABLES:
|
||||
|
Reference in New Issue
Block a user