aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/vared.txt
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-10-26 00:33:55 +1000
committerGravatar axel <axel@liljencrantz.se>2005-10-26 00:33:55 +1000
commit721f6169640d8fcf0697d225098141202c693ada (patch)
tree93125042950043eeee17af9ccab822524c7f62c3 /doc_src/vared.txt
parentef4345968e06194bebb5a2bf59292f76268c3837 (diff)
Add documentation for the vared shellscript function
darcs-hash:20051025143355-ac50b-d7aaecf4b2de062fb2c56928bd6a6919ad6d223c.gz
Diffstat (limited to 'doc_src/vared.txt')
-rw-r--r--doc_src/vared.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc_src/vared.txt b/doc_src/vared.txt
new file mode 100644
index 00000000..e32ee80d
--- /dev/null
+++ b/doc_src/vared.txt
@@ -0,0 +1,15 @@
+
+\section vared vared - Interactively edit the value of an environment variable
+
+\subsection vared-synopsis Synopsis
+ <tt>vared VARIABLE_NAME</tt>
+
+\subsection vared-description Description
+
+vared is used to interactively edit the value of an environment
+variable. Array variables as a whole can not be edited using vared,
+but individual array elements can.
+
+\subsection vared-example Example
+
+<code>vared PATH[3]</code> edits the third element of the PATH array