From 69814e5066e0f42e2c4e1f5968adc88f5d365a49 Mon Sep 17 00:00:00 2001 From: axel Date: Thu, 24 Aug 2006 10:51:17 +1000 Subject: Add documentation about new backslash escapes, and correct a broken link in the docs darcs-hash:20060824005117-ac50b-39a1f56891c92e6a9b64b20fdd4bfd7d60090949.gz --- doc_src/doc.hdr | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/doc_src/doc.hdr b/doc_src/doc.hdr index 77180322..3999bf37 100644 --- a/doc_src/doc.hdr +++ b/doc_src/doc.hdr @@ -105,11 +105,14 @@ would remove the two files 'cumbersome' and 'filename.txt'. Some characters can not be written directly on the command line. For these characters, so called escape sequences are provided. These are: -- '\\n', escapes a newline character -- '\\t', escapes the tab character +- '\\a', escapes the alert character - '\\b', escapes the backspace character -- '\\r', escapes the carriage return character - '\\e', escapes the escape character +- '\\f', escapes the form feed character +- '\\n', escapes a newline character +- '\\r', escapes the carriage return character +- '\\t', escapes the tab character +- '\\v', escapes the vertical tab character - '\\ ', escapes the space character - '\\$', escapes the dollar character - '\\\\', escapes the backslash character @@ -259,7 +262,7 @@ $argv should be called when ll is invoked. $argv is an array variable, which always contains all arguments sent to the function. In the example above, these are simply passed on to the ls command. For more information on functions, see the documentation for the function builtin. +href='builtins.html#function'>function builtin. \subsubsection Autoloading functions -- cgit v1.2.3