aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src
diff options
context:
space:
mode:
authorGravatar liljencrantz <liljencrantz@gmail.com>2008-01-19 01:54:13 +1000
committerGravatar liljencrantz <liljencrantz@gmail.com>2008-01-19 01:54:13 +1000
commit0de629e009484ec4a483ab35f306e80f1d805f89 (patch)
tree8ac5cd999322c67c057be2494a67e30147dac99a /doc_src
parent1f6fa1208ebb51721b3d4a7a8949ead3dd4df8ef (diff)
Fix spelling in docs and add a help page for the funced builtin. These changes where suggested by Emanuele Rusconi.
darcs-hash:20080118155413-75c98-eadff877b3af3c3271b098903f80a45082111424.gz
Diffstat (limited to 'doc_src')
-rw-r--r--doc_src/funced.txt9
-rw-r--r--doc_src/ulimit.txt2
2 files changed, 10 insertions, 1 deletions
diff --git a/doc_src/funced.txt b/doc_src/funced.txt
new file mode 100644
index 00000000..715babeb
--- /dev/null
+++ b/doc_src/funced.txt
@@ -0,0 +1,9 @@
+\section funced funced - edit a function interactively
+
+\subsection funced-synopsis Synopsis
+ <code>funced NAME</code>
+
+\subsection funced-description Description
+
+Use the funced command to interactively edit the definition of a
+function. If there is no function with the name specified, a skeleton function is inserted, if a function exist, the definion will be shown on the command line.
diff --git a/doc_src/ulimit.txt b/doc_src/ulimit.txt
index bb95a2a7..ebed0f09 100644
--- a/doc_src/ulimit.txt
+++ b/doc_src/ulimit.txt
@@ -56,7 +56,7 @@ The fish implementation of ulimit should behave identically to the
implementation in bash, except for these differences:
- Fish ulimit supports GNU-style long options for all switches
-- Fish ulimit does not support the -p option for getting the pipe size. The bash implementation consists of a compile-time check that empirically guesses this number by writing to a pipe and waiting for SIGPIPE. Fish does not do this because it this method of determining pipe sixe is unreliable. Depending on bash version, there may also be further additional limits to set in bash that do not exist in fish.
+- Fish ulimit does not support the -p option for getting the pipe size. The bash implementation consists of a compile-time check that empirically guesses this number by writing to a pipe and waiting for SIGPIPE. Fish does not do this because it this method of determining pipe size is unreliable. Depending on bash version, there may also be further additional limits to set in bash that do not exist in fish.
- Fish ulimit does not support getting or setting multiple limits in one command, except reporting all values using the -a switch
\subsection ulimit-example Example