Browse Source

Update docs a bit

Alois Mahdal 10 years ago
parent
commit
cbdccb036b
2 changed files with 5 additions and 3 deletions
  1. 4
    2
      doc/fff.1.md
  2. 1
    1
      doc/ffoo.3.md

+ 4
- 2
doc/fff.1.md View File

@@ -1,5 +1,7 @@
1
-FFFUN
2
-=====
1
+FFF
2
+===
3
+
4
+Fastfoo function caller
3 5
 
4 6
 
5 7
 SYNOPSIS

+ 1
- 1
doc/ffoo.3.md View File

@@ -17,7 +17,7 @@ SYNOPSIS
17 17
     debug "x=$x" "y=$y" "z=$z"          # debug:example: x=1
18 18
                                         # debug:example: y=2
19 19
                                         # debug:example: z=3
20
-    debug -v x:y:z                      # short for above!
20
+    debug -v x y z                      # short for above!
21 21
     echo "hello" | debug_pipe mypipe    # debug:PIPE mypipe: hello
22 22
 
23 23
     # more advanced functions